Home
last modified time | relevance | path

Searched refs:dm_rh_mark_nosync (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Ddm-region-hash.h84 void dm_rh_mark_nosync(struct dm_region_hash *rh, struct bio *bio);
/openbmc/linux/drivers/md/
H A Ddm-region-hash.c398 void dm_rh_mark_nosync(struct dm_region_hash *rh, struct bio *bio) in dm_rh_mark_nosync() function
441 EXPORT_SYMBOL_GPL(dm_rh_mark_nosync);
H A Ddm-raid1.c822 dm_rh_mark_nosync(ms->rh, bio); in do_failures()