Searched refs:dm_tm_inc (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/drivers/md/persistent-data/ |
H A D | dm-transaction-manager.h | 32 * 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 D | dm-transaction-manager.c | 351 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 D | dm-btree-spine.c | 259 dm_tm_inc(tm, le64_to_cpu(v_le)); le64_inc()
|
H A D | dm-array.h | 46 * dm_tm_inc(), before calling the update function you may continue to use
|
H A D | dm-bitset.h | 41 * dm_tm_inc(), before calling the update function you may continue to use
|
H A D | dm-array.c | 327 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 D | dm-btree.c | 74 dm_tm_inc(tm, value64(n, i)); inc_children()
|
/linux-4.1.27/drivers/md/ |
H A D | dm-thin-metadata.c | 336 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 D | dm-era-target.c | 372 dm_tm_inc(md->tm, b); ws_inc()
|
Completed in 90 milliseconds