Searched refs:dm_tm_dec (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/md/persistent-data/
H A Ddm-transaction-manager.h33 * viz. dm_tm_inc, dm_tm_dec. Call dm_tm_destroy() as you would with a normal
105 void dm_tm_dec(struct dm_transaction_manager *tm, dm_block_t b);
H A Ddm-transaction-manager.c378 void dm_tm_dec(struct dm_transaction_manager *tm, dm_block_t b) function
387 EXPORT_SYMBOL_GPL(dm_tm_dec); variable
H A Ddm-btree-remove.c264 dm_tm_dec(info->tm, dm_block_location(r->block));
344 dm_tm_dec(info->tm, dm_block_location(c->block));
502 dm_tm_dec(info->tm, dm_block_location(child));
H A Ddm-btree.c230 dm_tm_dec(s->tm, b);
259 dm_tm_dec(s->tm, dm_block_location(f->b));
H A Ddm-array.c621 dm_tm_dec(info->btree_info.tm, b);
/linux-master/drivers/md/
H A Ddm-thin-metadata.c1210 dm_tm_dec(pmd->tm, origin_root);
1367 dm_tm_dec(pmd->tm, held_root);
1392 dm_tm_dec(pmd->tm, held_root);

Completed in 155 milliseconds