Home
last modified time | relevance | path

Searched refs:dirty_tr (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/storage/
Dblock_cache.c274 assert(entry->dirty_tr); in block_cache_complete_write()
276 entry->dirty_tr = NULL; in block_cache_complete_write()
281 transaction_fail(entry->dirty_tr); in block_cache_complete_write()
456 assert(entry->dirty_tr); in block_cache_entry_clean()
463 struct transaction* tr = entry->dirty_tr; in block_cache_entry_clean()
465 assert(entry->dirty_tr->fs); in block_cache_entry_clean()
466 struct transaction* itr = entry->dirty_tr->fs->initial_super_block_tr; in block_cache_entry_clean()
471 if (itr && itr != entry->dirty_tr) { in block_cache_entry_clean()
481 if (entry->dirty_tr->fs->initial_super_block_tr) { in block_cache_entry_clean()
486 assert(!entry->dirty_tr->fs->initial_super_block_tr->failed); in block_cache_entry_clean()
[all …]
Dblock_cache_priv.h130 struct transaction* dirty_tr; member