MNTOPT_GLOBAL
gopt = MNTOPT_GLOBAL;
MNTOPT_GLOBAL,
if ((gflg || findopt(mnt.mnt_mntopts, MNTOPT_GLOBAL)) &&
gflg = replace_opts_dflt(opts, gflg, MNTOPT_GLOBAL, MNTOPT_NOGLOBAL);
flags |= eatmntopt(mnt, MNTOPT_GLOBAL) ? MS_GLOBAL : 0;
if (gflg || findopt(mnt->mnt_mntopts, MNTOPT_GLOBAL)) {
rmopt(&omnt, MNTOPT_GLOBAL);
vfs_setmntopt(vfsp, MNTOPT_GLOBAL, NULL, 0);
#define HOPT_GLOBAL MNTOPT_GLOBAL
{ MNTOPT_GLOBAL, NULL, NULL, 0,
vfs_setmntopt(vfsp, MNTOPT_GLOBAL, NULL, 0);