Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice-mapper.h429 int dm_hold(struct mapped_device *md);
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm.c2252 int dm_hold(struct mapped_device *md) in dm_hold() function
2263 EXPORT_SYMBOL_GPL(dm_hold);
H A Ddm-snap.c2266 if (dm_hold(origin_md)) in snapshot_resume()