Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dvfs.h138 #define MO_SET 0x01 /* option is set */ macro
142 #define MO_DEFAULT MO_SET /* option is on by default */
/titanic_41/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c169 if (mop->mo_flags & MO_SET) { in mntfs_optsize()
211 if (mop->mo_flags & MO_SET) { in mntfs_optprint()
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c2363 mop->mo_flags &= ~MO_SET; in vfs_clearmntopt_nolock()
2447 mop->mo_flags |= MO_SET; in vfs_setmntopt_nolock()
2716 if ((mop->mo_flags & MO_SET) == 0) in vfs_optionisset_nolock()
2760 if (mop->mo_flags & MO_SET) { in vfs_buildoptionstr()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c258 if (mntopts[i].mo_flags & MO_SET) { in fsinfo()