Home
last modified time | relevance | path

Searched refs:MO_NODISPLAY (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dvfs.h139 #define MO_NODISPLAY 0x02 /* option not listed in mnttab */ macro
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c167 MO_NODISPLAY|MO_DEFAULT|MO_TAG, (void *)0 },
171 MO_NODISPLAY|MO_DEFAULT, (void *)0 },
183 MO_NODISPLAY|MO_DEFAULT, (void *)UFSMNT_NODFRATIME },
/titanic_41/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c167 if (mop->mo_flags & MO_NODISPLAY) in mntfs_optsize()
209 if (mop->mo_flags & MO_NODISPLAY) in mntfs_optprint()
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c188 MO_NODISPLAY, (void *)0 },
2444 mop->mo_flags &= ~MO_NODISPLAY; in vfs_setmntopt_nolock()
2446 mop->mo_flags |= MO_NODISPLAY; in vfs_setmntopt_nolock()