Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmount.h60 #define MS_NOCHECK 0x2000 /* Clustering: suppress mount busy checks */ macro
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c1401 if ((flags & MS_NOCHECK) == 0) { in hs_getmdev()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c398 if ((uap->flags & MS_NOCHECK) == 0) { in ufs_mount()