Searched refs:tr1 (Results 1 – 1 of 1) sorted by relevance
667 struct transaction tr1; in allocate_2_transactions_test_etc() local671 transaction_init(&tr1, tr->fs, true); in allocate_2_transactions_test_etc()676 blocks1[i] = block_allocate(&tr1); in allocate_2_transactions_test_etc()682 assert(!tr1.failed); in allocate_2_transactions_test_etc()685 transaction_complete(&tr1); in allocate_2_transactions_test_etc()687 assert(!tr1.failed); in allocate_2_transactions_test_etc()718 transaction_free(&tr1); in allocate_2_transactions_test_etc()728 struct transaction tr1; in free_test_etc() local732 transaction_init(&tr1, tr->fs, true); in free_test_etc()737 block_free(&tr1, blocks1[i]); in free_test_etc()[all …]