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

/freebsd-12-stable/sys/fs/devfs/
H A Ddevfs.h163 int dm_holdcnt; member in struct:devfs_mount
177 #define DEVFS_DMP_HOLD(dmp) ((dmp)->dm_holdcnt++)
178 #define DEVFS_DMP_DROP(dmp) (--(dmp)->dm_holdcnt == 0)
H A Ddevfs_vfsops.c129 fmp->dm_holdcnt = 1;
194 hold = --fmp->dm_holdcnt;

Completed in 105 milliseconds