Searched refs:dm_holdcnt (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/fs/devfs/
H A Ddevfs.h161 int dm_holdcnt; member in struct:devfs_mount
175 #define DEVFS_DMP_HOLD(dmp) ((dmp)->dm_holdcnt++)
176 #define DEVFS_DMP_DROP(dmp) (--(dmp)->dm_holdcnt == 0)
H A Ddevfs_vfsops.c130 fmp->dm_holdcnt = 1;
193 hold = --fmp->dm_holdcnt;

Completed in 45 milliseconds