Searched refs:dm_tm_with_runs (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/md/persistent-data/ |
H A D | dm-btree-spine.c | 238 dm_tm_with_runs(context, value_le, count, dm_tm_inc_range); in le64_inc() 243 dm_tm_with_runs(context, value_le, count, dm_tm_dec_range); in le64_dec()
|
H A D | dm-transaction-manager.h | 114 void dm_tm_with_runs(struct dm_transaction_manager *tm,
|
H A D | dm-transaction-manager.c | 420 void dm_tm_with_runs(struct dm_transaction_manager *tm, in dm_tm_with_runs() 448 EXPORT_SYMBOL_GPL(dm_tm_with_runs); in dm_tm_get_bm() 400 void dm_tm_with_runs(struct dm_transaction_manager *tm, dm_tm_with_runs() function
|
H A D | dm-btree.c | 80 dm_tm_with_runs(tm, value_ptr(n, 0), nr_entries, dm_tm_inc_range); in inc_children()
|