Searched refs:tr2 (Results 1 – 1 of 1) sorted by relevance
668 struct transaction tr2; in allocate_2_transactions_test_etc() local672 transaction_init(&tr2, tr->fs, true); in allocate_2_transactions_test_etc()679 blocks2[i] = block_allocate(&tr2); in allocate_2_transactions_test_etc()683 assert(!tr2.failed); in allocate_2_transactions_test_etc()688 assert(!tr2.failed); in allocate_2_transactions_test_etc()697 transaction_complete(&tr2); in allocate_2_transactions_test_etc()719 transaction_free(&tr2); in allocate_2_transactions_test_etc()729 struct transaction tr2; in free_test_etc() local733 transaction_init(&tr2, tr->fs, true); in free_test_etc()744 block_free(&tr2, blocks1[i]); in free_test_etc()[all …]