Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/syscall/
H A Dmount.c107 if ((vp->v_flag & VPXFS) && ((uap->flags & MS_GLOBAL) != MS_GLOBAL)) { in mount()
114 } else if (uap->flags & MS_GLOBAL) { in mount()
/titanic_41/usr/src/uts/common/sys/
H A Dmount.h51 #define MS_GLOBAL 0x0200 /* Clustering: Mount into global name space */ macro
66 MS_OPTIONSTR|MS_GLOBAL|MS_NOMNTTAB)
/titanic_41/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c193 flags |= MS_GLOBAL; in main()
/titanic_41/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c431 flags |= eatmntopt(mnt, MNTOPT_GLOBAL) ? MS_GLOBAL : 0; in mountfs()
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c1068 if ((uap->flags & (MS_REMOUNT|MS_GLOBAL)) || in lofi_add()
1368 if ((uap->flags & MS_GLOBAL) == 0 && in domount()
1584 if ((uap->flags & MS_GLOBAL) == 0 && in domount()
1707 if (uap->flags & MS_GLOBAL) in domount()
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c2236 MS_NOTRUNC|MS_OVERLAY|MS_OPTIONSTR|MS_GLOBAL|MS_FORCE|MS_NOMNTTAB)
2264 if (arg & MS_GLOBAL) in mountflags()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c397 if ((uap->flags & MS_GLOBAL) == 0 && in ufs_mount()