Searched refs:files_added (Results 1 – 3 of 3) sorted by relevance
/trusty/user/app/storage/ |
D | transaction.h | 74 struct block_tree files_added; member
|
D | file.c | 219 found = file_tree_lookup(&block_mac, tr, &tr->files_added, &tree_path, in file_block_map_update() 276 assert(!file_tree_lookup(NULL, tr, &tr->files_added, &tree_path, in file_block_map_update() 316 block_tree_insert_block_mac(tr, &tr->files_added, in file_block_map_update() 764 block_tree_insert_block_mac(tr, &tr->files_added, hash, *block_mac_out); in file_create() 920 struct block_tree* tree = added ? &tr->files_added : &tr->fs->files; in file_iterate() 1007 found = file_tree_lookup(&block_mac, tr, &tr->files_added, &tree_path, path, in file_open() 1103 found = file_tree_lookup(&block_mac, tr, &tr->files_added, &tree_path, path, in file_delete() 1194 dest_found = file_tree_lookup(&block_mac, tr, &tr->files_added, &tree_path, in file_move() 1513 block_tree_walk(tr, &tr->files_added, 0, true, &tree_path); in file_transaction_complete()
|
D | transaction.c | 644 fs_file_tree_init(tr->fs, &tr->files_added); in transaction_activate()
|