Searched refs:block_tree_check (Results 1 – 5 of 5) sorted by relevance
/trusty/user/app/storage/ |
D | block_tree.h | 129 bool block_tree_check(struct transaction* tr, const struct block_tree* tree);
|
D | block_map.c | 239 if (!block_tree_check(tr, &block_map->tree)) { in block_map_check()
|
D | block_tree.c | 1061 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()
|
D | block_set.c | 223 valid = block_tree_check(tr, &set->block_tree); in block_set_check()
|
D | super.c | 1073 file_tree_valid = block_tree_check(&iterate_tr, &fs->files); in fs_check_full()
|