Home
last modified time | relevance | path

Searched refs:MNTOPT_GLOBAL (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c67 MNTOPT_GLOBAL,
190 gopt = MNTOPT_GLOBAL; in main()
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c254 if ((gflg || findopt(mnt.mnt_mntopts, MNTOPT_GLOBAL)) && in main()
263 gflg = replace_opts_dflt(opts, gflg, MNTOPT_GLOBAL, MNTOPT_NOGLOBAL); in main()
431 flags |= eatmntopt(mnt, MNTOPT_GLOBAL) ? MS_GLOBAL : 0; in mountfs()
534 if (gflg || findopt(mnt->mnt_mntopts, MNTOPT_GLOBAL)) { in mountfs()
681 rmopt(&omnt, MNTOPT_GLOBAL); in fixopts()
/illumos-gate/usr/src/uts/common/sys/
H A Dmntent.h122 #define MNTOPT_GLOBAL "global" /* Cluster-wide global mount */ macro
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c88 #define HOPT_GLOBAL MNTOPT_GLOBAL
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c717 vfs_setmntopt(vfsp, MNTOPT_GLOBAL, NULL, 0); in fake_domount()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c175 { MNTOPT_GLOBAL, NULL, NULL, 0,
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1634 vfs_setmntopt(vfsp, MNTOPT_GLOBAL, NULL, 0); in domount()