Searched refs:dm_tm_inc (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/drivers/md/persistent-data/
H A Ddm-transaction-manager.h32 * viz. dm_tm_inc, dm_tm_dec. Call dm_tm_destroy() as you would with a normal
102 void dm_tm_inc(struct dm_transaction_manager *tm, dm_block_t b);
H A Ddm-transaction-manager.c351 void dm_tm_inc(struct dm_transaction_manager *tm, dm_block_t b) dm_tm_inc() function
360 EXPORT_SYMBOL_GPL(dm_tm_inc); variable
H A Ddm-btree-spine.c259 dm_tm_inc(tm, le64_to_cpu(v_le)); le64_inc()
H A Ddm-array.h46 * dm_tm_inc(), before calling the update function you may continue to use
H A Ddm-bitset.h41 * dm_tm_inc(), before calling the update function you may continue to use
H A Ddm-array.c327 dm_tm_inc(info->btree_info.tm, b); shadow_ablock()
568 dm_tm_inc(info->btree_info.tm, le64_to_cpu(block_le)); block_inc()
H A Ddm-btree.c74 dm_tm_inc(tm, value64(n, i)); inc_children()
/linux-4.1.27/drivers/md/
H A Ddm-thin-metadata.c336 dm_tm_inc(info->tm, root); subtree_inc()
1070 dm_tm_inc(pmd->tm, origin_root); __create_snap()
1240 dm_tm_inc(pmd->tm, le64_to_cpu(disk_super->data_mapping_root)); __reserve_metadata_snap()
1241 dm_tm_inc(pmd->tm, le64_to_cpu(disk_super->device_details_root)); __reserve_metadata_snap()
H A Ddm-era-target.c372 dm_tm_inc(md->tm, b); ws_inc()

Completed in 139 milliseconds