Home
last modified time | relevance | path

Searched refs:VFS_NOFORCEOPT (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dvfs.h139 #define VFS_NOFORCEOPT 0x01 /* honor MO_IGNORE (don't set option) */ macro
/titanic_50/usr/src/uts/common/fs/
H A Dvfs.c2420 if ((mop->mo_flags & MO_IGNORE) && (flags & VFS_NOFORCEOPT)) in vfs_setmntopt_nolock()
2622 int setflg = VFS_NOFORCEOPT; in vfs_parsemntopts()