Searched refs:transactions (Results 1 – 6 of 6) sorted by relevance
/trusty/user/app/storage/ |
D | fs.h | 138 struct list_node transactions; member
|
D | transaction.c | 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() 666 list_add_tail(&fs->transactions, &tr->node); in transaction_init()
|
D | super.c | 1182 list_initialize(&fs->transactions); in fs_init() 1233 assert(list_is_empty(&fs->transactions)); in fs_destroy() 1279 list_for_every_entry_safe(&fs->transactions, tr, tmp_tr, in fs_fail_all_transactions()
|
D | README.md | 96 be added to the free set are stored in freed. To allow concurrent transactions
|
D | file.c | 1244 list_for_every_entry_safe(&tr->fs->transactions, other_tr, tmp_tr, in file_for_each_open() 1406 list_for_every_entry_safe(&tr->fs->transactions, other_tr, tmp_tr, in file_update_block_mac_all()
|
/trusty/user/app/storage/test/block_host_test/ |
D | block_test.c | 3629 .transactions = LIST_INITIAL_VALUE(fs.transactions), in main()
|