Searched refs:full_assert (Results 1 – 7 of 7) sorted by relevance
/trusty/user/app/storage/ |
D | fs.h | 27 #define full_assert assert macro 29 #define full_assert(x) \ macro
|
D | transaction.c | 91 full_assert(block_set_check(tr, set_i)); in transaction_merge_free_sets() 92 full_assert(block_set_check(tr, set_d)); in transaction_merge_free_sets() 93 full_assert(block_set_check(tr, set_a)); in transaction_merge_free_sets() 139 full_assert(block_set_check(tr, new_set)); in transaction_merge_free_sets() 235 full_assert(block_set_check(tr, new_free_set)); in transaction_rebuild_free_set()
|
D | block_set.c | 437 full_assert(block_set_check(tr, set)); in block_set_add_range() 502 full_assert(block_set_check(tr, set)); in block_set_add_range() 542 full_assert(block_set_check(tr, set)); in block_set_remove_range() 583 full_assert(block_set_check(tr, set)); in block_set_remove_range()
|
D | block_allocator.c | 384 full_assert(find_free_block(tr, block) != block); in block_allocate_etc() 389 full_assert(tr->failed || find_free_block(tr, block) != block); in block_allocate_etc()
|
D | block_tree.c | 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_cache.c | 958 full_assert(memset(block_cache_entries, 1, sizeof(block_cache_entries))); in block_cache_init()
|
/trusty/user/app/storage/test/block_host_test/ |
D | block_test.c | 945 full_assert(check_fs_allocated(tr, allocated, countof(allocated))); in free_frag_rem_test() 979 full_assert(check_fs_allocated(tr, allocated2, countof(allocated2))); in free_2_transactions_same_test() 987 full_assert(check_fs(tr)); in free_2_transactions_same_test_2() 2875 full_assert(check_fs(tr)); in fs_recovery_restore_test() 2878 full_assert(check_fs(tr)); in fs_recovery_restore_test() 2904 full_assert(check_fs(tr)); in fs_recovery_restore_test() 2906 full_assert(check_fs(tr)); in fs_recovery_restore_test() 2938 full_assert(check_fs(tr)); in fs_recovery_restore_test2() 2940 full_assert(check_fs(tr)); in fs_recovery_restore_test2() 3668 full_assert(check_fs(&tr)); in main() [all …]
|