Searched refs:block_set_print (Results 1 – 5 of 5) sorted by relevance
/trusty/user/app/storage/ |
D | transaction.c | 416 block_set_print(tr, &tr->fs->free); in transaction_complete_etc() 418 block_set_print(tr, &tr->tmp_allocated); in transaction_complete_etc() 420 block_set_print(tr, &tr->allocated); in transaction_complete_etc() 422 block_set_print(tr, &tr->freed); in transaction_complete_etc() 424 block_set_print(tr, &new_free_set); in transaction_complete_etc()
|
D | block_allocator.c | 316 block_set_print(tr, &tr->fs->free); in find_free_block() 318 block_set_print(tr, &tr->fs->checkpoint_free); in find_free_block() 324 block_set_print(tr, set); in find_free_block() 328 block_set_print(tr, tr->new_free_set); in find_free_block()
|
D | block_set.h | 70 void block_set_print(struct transaction* tr, struct block_set* set);
|
D | block_set.c | 164 void block_set_print(struct transaction* tr, struct block_set* set) { in block_set_print() function 230 block_set_print(tr, set); in block_set_check()
|
/trusty/user/app/storage/test/block_host_test/ |
D | block_test.c | 366 block_set_print(tr, &tr->fs->free); in check_fs_finish() 369 block_set_print(tr, &tr->fs->checkpoint_free); in check_fs_finish() 418 block_set_print(tr, &tr->fs->free); in empty_test() 740 block_set_print(&tr1, &tr1.freed); in free_test_etc() 747 block_set_print(&tr2, &tr2.freed); in free_test_etc() 822 block_set_print(tr, &tr->tmp_allocated); in allocate_frag_test() 824 block_set_print(tr, &tr->allocated); in allocate_frag_test() 834 block_set_print(tr, &tr->fs->free); in allocate_frag_test() 855 block_set_print(tr, &tr->tmp_allocated); in allocate_free_same_test() 857 block_set_print(tr, &tr->allocated); in allocate_free_same_test() [all …]
|