Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dblock_tree.h129 bool block_tree_check(struct transaction* tr, const struct block_tree* tree);
Dblock_map.c239 if (!block_tree_check(tr, &block_map->tree)) { in block_map_check()
Dblock_tree.c1061 bool block_tree_check(struct transaction* tr, const struct block_tree* tree) { in block_tree_check() function
2729 full_assert(block_tree_check(tr, tree)); in block_tree_insert_block_mac()
2779 full_assert(block_tree_check(tr, tree)); in block_tree_remove()
2859 full_assert(block_tree_check(tr, tree)); in block_tree_remove()
2896 full_assert(block_tree_check(tr, tree)); in block_tree_update_block_mac()
3006 full_assert(block_tree_check(tr, tree)); in block_tree_update_block_mac()
Dblock_set.c223 valid = block_tree_check(tr, &set->block_tree); in block_set_check()
Dsuper.c1073 file_tree_valid = block_tree_check(&iterate_tr, &fs->files); in fs_check_full()