Home
last modified time | relevance | path

Searched refs:transactions (Results 1 – 6 of 6) sorted by relevance

/trusty/user/app/storage/
Dfs.h138 struct list_node transactions; member
Dtransaction.c534 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()
Dsuper.c1182 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()
DREADME.md96 be added to the free set are stored in freed. To allow concurrent transactions
Dfile.c1244 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/
Dblock_test.c3629 .transactions = LIST_INITIAL_VALUE(fs.transactions), in main()