Lines Matching defs:tm

106 static int is_shadow(struct dm_transaction_manager *tm, dm_block_t b)  in is_shadow()
135 static void insert_shadow(struct dm_transaction_manager *tm, dm_block_t b) in insert_shadow()
164 static void wipe_shadow_table(struct dm_transaction_manager *tm) in wipe_shadow_table()
186 struct dm_transaction_manager *tm; in dm_tm_create() local
208 struct dm_transaction_manager *tm; in dm_tm_create_non_blocking_clone() local
220 void dm_tm_destroy(struct dm_transaction_manager *tm) in dm_tm_destroy()
232 int dm_tm_pre_commit(struct dm_transaction_manager *tm) in dm_tm_pre_commit()
247 int dm_tm_commit(struct dm_transaction_manager *tm, struct dm_block *root) in dm_tm_commit()
259 int dm_tm_new_block(struct dm_transaction_manager *tm, in dm_tm_new_block()
288 static int __shadow_block(struct dm_transaction_manager *tm, dm_block_t orig, in __shadow_block()
328 int dm_tm_shadow_block(struct dm_transaction_manager *tm, dm_block_t orig, in dm_tm_shadow_block()
353 int dm_tm_read_lock(struct dm_transaction_manager *tm, dm_block_t b, in dm_tm_read_lock()
370 void dm_tm_unlock(struct dm_transaction_manager *tm, struct dm_block *b) in dm_tm_unlock()
376 void dm_tm_inc(struct dm_transaction_manager *tm, dm_block_t b) in dm_tm_inc()
387 void dm_tm_inc_range(struct dm_transaction_manager *tm, dm_block_t b, dm_block_t e) in dm_tm_inc_range()
398 void dm_tm_dec(struct dm_transaction_manager *tm, dm_block_t b) in dm_tm_dec()
409 void dm_tm_dec_range(struct dm_transaction_manager *tm, dm_block_t b, dm_block_t e) in dm_tm_dec_range()
420 void dm_tm_with_runs(struct dm_transaction_manager *tm, in dm_tm_with_runs()
450 int dm_tm_ref(struct dm_transaction_manager *tm, dm_block_t b, in dm_tm_ref()
459 int dm_tm_block_is_shared(struct dm_transaction_manager *tm, dm_block_t b, in dm_tm_block_is_shared()
468 struct dm_block_manager *dm_tm_get_bm(struct dm_transaction_manager *tm) in dm_tm_get_bm()
473 void dm_tm_issue_prefetches(struct dm_transaction_manager *tm) in dm_tm_issue_prefetches()
483 struct dm_transaction_manager **tm, in dm_tm_create_internal()
525 struct dm_transaction_manager **tm, in dm_tm_create_with_sm()
534 struct dm_transaction_manager **tm, in dm_tm_open_with_sm()