Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dblock_tree.h195 void block_tree_copy(struct block_tree* dst, const struct block_tree* src);
Dfile.c1435 block_tree_copy(&new_files, &tr->fs->files); in file_transaction_complete()
Dblock_tree.c3065 void block_tree_copy(struct block_tree* dst, const struct block_tree* src) { in block_tree_copy() function