Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Ddevice-mapper.h496 int dm_hold(struct mapped_device *md);
/linux-6.15/drivers/md/
H A Ddm.c2651 int dm_hold(struct mapped_device *md) in dm_hold() function
2662 EXPORT_SYMBOL_GPL(dm_hold);
H A Ddm-snap.c2245 if (dm_hold(origin_md)) in snapshot_resume()