Lines Matching refs:tm
71 void inc_children(struct dm_transaction_manager *tm, struct btree_node *n, in inc_children() argument
79 dm_tm_inc(tm, value64(n, i)); in inc_children()
138 block_size = dm_bm_block_size(dm_tm_get_bm(info->tm)); in dm_btree_empty()
172 struct dm_transaction_manager *tm; member
197 struct dm_block_manager *bm = dm_tm_get_bm(s->tm); in prefetch_children()
218 r = dm_tm_ref(s->tm, b, &ref_count); in push_frame()
227 dm_tm_dec(s->tm, b); in push_frame()
233 r = dm_tm_read_lock(s->tm, b, &btree_node_validator, &f->b); in push_frame()
256 dm_tm_dec(s->tm, dm_block_location(f->b)); in pop_frame()
257 dm_tm_unlock(s->tm, f->b); in pop_frame()
266 dm_tm_unlock(s->tm, f->b); in unlock_all_frames()
279 s->tm = info->tm; in dm_btree_del()
454 dm_tm_unlock(info->tm, node); in dm_btree_lookup_next_single()
661 dm_tm_get_bm(s->info->tm)))); in btree_split_beneath()
769 init_le64_type(info->tm, &le64_type); in insert()
975 dm_tm_unlock(info->tm, node); in walk_node()