Searched refs:files_updated (Results 1 – 3 of 3) sorted by relevance
/trusty/user/app/storage/ |
D | transaction.h | 75 struct block_tree files_updated; member
|
D | file.c | 272 block_tree_insert(tr, &tr->files_updated, file_block, new_block); in file_block_map_update() 280 block_tree_walk(tr, &tr->files_updated, old_block, false, &tree_path); in file_block_map_update() 294 block_tree_remove(tr, &tr->files_updated, old_block, in file_block_map_update() 805 block_tree_walk(tr, &tr->files_updated, block, false, &tree_path); in file_check_updated() 854 block_tree_walk(tr, &tr->files_updated, block_mac_to_block(tr, &block_mac), in file_lookup_not_removed() 1136 block_tree_remove(tr, &tr->files_updated, in file_delete() 1437 block_tree_walk(tr, &tr->files_updated, 0, true, &tree_path); in file_transaction_complete()
|
D | transaction.c | 645 fs_file_tree_init(tr->fs, &tr->files_updated); in transaction_activate()
|