Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm.h178 int dm_open_count(struct mapped_device *md);
H A Ddm.c387 int dm_open_count(struct mapped_device *md) in dm_open_count() function
401 if (dm_open_count(md)) { in dm_lock_for_deletion()
H A Ddm-ioctl.c743 param->open_count = dm_open_count(md); in __dev_status()