Searched refs:MS_GLOBAL (Results 1 – 7 of 7) sorted by relevance
107 if ((vp->v_flag & VPXFS) && ((uap->flags & MS_GLOBAL) != MS_GLOBAL)) { in mount()114 } else if (uap->flags & MS_GLOBAL) { in mount()
51 #define MS_GLOBAL 0x0200 /* Clustering: Mount into global name space */ macro66 MS_OPTIONSTR|MS_GLOBAL|MS_NOMNTTAB)
193 flags |= MS_GLOBAL; in main()
431 flags |= eatmntopt(mnt, MNTOPT_GLOBAL) ? MS_GLOBAL : 0; in mountfs()
1068 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()
2236 MS_NOTRUNC|MS_OVERLAY|MS_OPTIONSTR|MS_GLOBAL|MS_FORCE|MS_NOMNTTAB)2264 if (arg & MS_GLOBAL) in mountflags()
397 if ((uap->flags & MS_GLOBAL) == 0 && in ufs_mount()