MS_GLOBAL
flags |= MS_GLOBAL;
flags |= eatmntopt(mnt, MNTOPT_GLOBAL) ? MS_GLOBAL : 0;
MS_NOTRUNC|MS_OVERLAY|MS_OPTIONSTR|MS_GLOBAL|MS_FORCE|MS_NOMNTTAB)
if (arg & MS_GLOBAL)
if (uap->flags & MS_GLOBAL)
if ((uap->flags & MS_GLOBAL) == 0 &&
if ((uap->flags & (MS_REMOUNT|MS_GLOBAL)) ||
(uap->flags & MS_GLOBAL) == 0 &&
(uap->flags & MS_GLOBAL) == 0 &&
if (uap->flags & MS_GLOBAL)
MS_OPTIONSTR|MS_GLOBAL|MS_NOMNTTAB)
if ((vp->v_flag & VPXFS) && ((uap->flags & MS_GLOBAL) != MS_GLOBAL)) {
} else if (uap->flags & MS_GLOBAL) {