Home
last modified time | relevance | path

Searched refs:dm_tm_with_runs (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/md/persistent-data/
H A Ddm-btree-spine.c238 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 Ddm-transaction-manager.h114 void dm_tm_with_runs(struct dm_transaction_manager *tm,
H A Ddm-transaction-manager.c400 void dm_tm_with_runs(struct dm_transaction_manager *tm, in dm_tm_with_runs() function
428 EXPORT_SYMBOL_GPL(dm_tm_with_runs);
H A Ddm-btree.c80 dm_tm_with_runs(tm, value_ptr(n, 0), nr_entries, dm_tm_inc_range); in inc_children()