Searched refs:MNTOPT_GLOBAL (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/hsfs/mount/ |
H A D | mount.c | 69 MNTOPT_GLOBAL, 192 gopt = MNTOPT_GLOBAL; in main()
|
/titanic_41/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 254 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()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | mntent.h | 122 #define MNTOPT_GLOBAL "global" /* Cluster-wide global mount */ macro
|
/titanic_41/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 87 #define HOPT_GLOBAL MNTOPT_GLOBAL
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 172 { MNTOPT_GLOBAL, NULL, NULL, 0,
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | vfs.c | 1708 vfs_setmntopt(vfsp, MNTOPT_GLOBAL, NULL, 0); in domount()
|