Searched refs:VFS_NOFORCEOPT (Results 1 – 2 of 2) sorted by relevance
139 #define VFS_NOFORCEOPT 0x01 /* honor MO_IGNORE (don't set option) */ macro
2420 if ((mop->mo_flags & MO_IGNORE) && (flags & VFS_NOFORCEOPT)) in vfs_setmntopt_nolock()2622 int setflg = VFS_NOFORCEOPT; in vfs_parsemntopts()