Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Ddevice-mapper.h416 int dm_hold(struct mapped_device *md);
/kernel/linux/linux-5.10/drivers/md/
Ddm.c2226 int dm_hold(struct mapped_device *md) in dm_hold() function
2237 EXPORT_SYMBOL_GPL(dm_hold);
Ddm-snap.c2265 if (dm_hold(origin_md)) in snapshot_resume()