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()
1051 if ((uap->flags & (MS_REMOUNT|MS_GLOBAL)) || in lofi_add()1351 if ((uap->flags & MS_GLOBAL) == 0 && in domount()1567 if ((uap->flags & MS_GLOBAL) == 0 && in domount()1690 if (uap->flags & MS_GLOBAL) in domount()
2246 MS_NOTRUNC|MS_OVERLAY|MS_OPTIONSTR|MS_GLOBAL|MS_FORCE|MS_NOMNTTAB)2274 if (arg & MS_GLOBAL) in mountflags()
399 if ((uap->flags & MS_GLOBAL) == 0 && in ufs_mount()