Home
last modified time | relevance | path

Searched refs:tree_path (Results 1 – 1 of 1) sorted by relevance

/trusty/user/app/storage/
Dfile.c56 struct block_tree_path* tree_path,
203 struct block_tree_path tree_path; in file_block_map_update() local
219 found = file_tree_lookup(&block_mac, tr, &tr->files_added, &tree_path, in file_block_map_update()
222 found = file_tree_lookup(&block_mac, tr, &tr->fs->files, &tree_path, in file_block_map_update()
276 assert(!file_tree_lookup(NULL, tr, &tr->files_added, &tree_path, in file_block_map_update()
280 block_tree_walk(tr, &tr->files_updated, old_block, false, &tree_path); in file_block_map_update()
285 assert(block_tree_path_get_key(&tree_path) == old_block); in file_block_map_update()
286 block_mac = block_tree_path_get_data_block_mac(&tree_path); in file_block_map_update()
324 block_tree_path_put_dirty(tr, &tree_path, tree_path.count, in file_block_map_update()
327 file->block_mac = tree_path.entry[tree_path.count].block_mac; in file_block_map_update()
[all …]