Home
last modified time | relevance | path

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

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