Home
last modified time | relevance | path

Searched refs:mo_flags (Results 1 – 5 of 5) sorted by relevance

/titanic_53/usr/src/uts/common/fs/
H A Dvfs.c2129 d->mo_flags = s->mo_flags; in vfs_copyopt()
2176 motbl[i].mo_flags = MO_EMPTY; in vfs_copyopttbl_extend()
2289 if (imo->mo_list[i].mo_flags & MO_EMPTY) in vfs_mergeopttbl()
2301 if (imo->mo_list[i].mo_flags & MO_EMPTY) in vfs_mergeopttbl()
2348 if (mop->mo_flags & MO_EMPTY) in vfs_clearmntopt_nolock()
2352 mop->mo_flags &= ~MO_SET; in vfs_clearmntopt_nolock()
2408 if (mop->mo_flags & MO_EMPTY) { in vfs_setmntopt_nolock()
2415 mop->mo_flags = MO_HASVALUE; in vfs_setmntopt_nolock()
2417 mop->mo_flags = 0; in vfs_setmntopt_nolock()
2421 if ((mop->mo_flags & MO_IGNORE) && (flags & VFS_NOFORCEOPT)) in vfs_setmntopt_nolock()
[all …]
/titanic_53/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c167 if (mop->mo_flags & MO_NODISPLAY) in mntfs_optsize()
169 if (mop->mo_flags & MO_SET) { in mntfs_optsize()
209 if (mop->mo_flags & MO_NODISPLAY) in mntfs_optprint()
211 if (mop->mo_flags & MO_SET) { in mntfs_optprint()
/titanic_53/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c258 if (mntopts[i].mo_flags & MO_SET) { in fsinfo()
272 if (mntopts[i].mo_flags & MO_HASVALUE) { in fsinfo()
/titanic_53/usr/src/uts/common/sys/
H A Dvfs.h124 int mo_flags; /* flags for this mount option */ member
/titanic_53/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c3263 if (mop->mo_flags & MO_EMPTY) in nfs4_trigger_create_mntopts()