Lines Matching refs:transaction
463 struct transaction* tr = entry->dirty_tr; in block_cache_entry_clean()
466 struct transaction* itr = entry->dirty_tr->fs->initial_super_block_tr; in block_cache_entry_clean()
997 void block_cache_clean_transaction(struct transaction* tr) { in block_cache_clean_transaction()
1068 void block_cache_discard_transaction(struct transaction* tr, bool discard_all) { in block_cache_discard_transaction()
1137 const void* block_get_no_read(struct transaction* tr, in block_get_no_read()
1180 const void* block_get_no_tr_fail(struct transaction* tr, in block_get_no_tr_fail()
1219 const void* block_get(struct transaction* tr, in block_get()
1251 void* block_dirty(struct transaction* tr, const void* data, bool is_tmp) { in block_dirty()
1342 static void block_put_dirty_etc(struct transaction* tr, in block_put_dirty_etc()
1400 void block_put_dirty(struct transaction* tr, in block_put_dirty()
1454 void* block_get_write_no_read(struct transaction* tr, in block_get_write_no_read()
1476 void* block_get_write(struct transaction* tr, in block_get_write()
1497 void* block_get_cleared(struct transaction* tr, in block_get_cleared()
1515 void* block_get_cleared_super(struct transaction* tr, in block_get_cleared_super()
1556 void* block_get_copy(struct transaction* tr, in block_get_copy()
1584 void* block_move(struct transaction* tr, in block_move()
1655 struct transaction probe_tr; in block_probe()