Searched refs:tmp_tr (Results 1 – 3 of 3) sorted by relevance
/trusty/user/app/storage/ |
D | transaction.c | 332 struct transaction* tmp_tr; in transaction_complete_etc() local 534 list_for_every_entry_safe(&tr->fs->transactions, other_tr, tmp_tr, in transaction_complete_etc() 560 list_for_every_entry_safe(&tr->fs->transactions, other_tr, tmp_tr, in transaction_complete_etc()
|
D | file.c | 1240 struct transaction* tmp_tr; in file_for_each_open() local 1244 list_for_every_entry_safe(&tr->fs->transactions, other_tr, tmp_tr, in file_for_each_open() 1403 struct transaction* tmp_tr; in file_update_block_mac_all() local 1406 list_for_every_entry_safe(&tr->fs->transactions, other_tr, tmp_tr, in file_update_block_mac_all()
|
D | super.c | 1275 struct transaction* tmp_tr; in fs_fail_all_transactions() local 1279 list_for_every_entry_safe(&fs->transactions, tr, tmp_tr, in fs_fail_all_transactions()
|