Lines Matching refs:dm_block_t
85 int dm_tm_shadow_block(struct dm_transaction_manager *tm, dm_block_t orig,
93 int dm_tm_read_lock(struct dm_transaction_manager *tm, dm_block_t b,
102 void dm_tm_inc(struct dm_transaction_manager *tm, dm_block_t b);
103 void dm_tm_inc_range(struct dm_transaction_manager *tm, dm_block_t b, dm_block_t e);
104 void dm_tm_dec(struct dm_transaction_manager *tm, dm_block_t b);
105 void dm_tm_dec_range(struct dm_transaction_manager *tm, dm_block_t b, dm_block_t e);
112 typedef void (*dm_tm_run_fn)(struct dm_transaction_manager *, dm_block_t, dm_block_t);
116 int dm_tm_ref(struct dm_transaction_manager *tm, dm_block_t b, uint32_t *result);
122 int dm_tm_block_is_shared(struct dm_transaction_manager *tm, dm_block_t b,
144 int dm_tm_create_with_sm(struct dm_block_manager *bm, dm_block_t sb_location,
148 int dm_tm_open_with_sm(struct dm_block_manager *bm, dm_block_t sb_location,