MNT_NOSYMFOLLOW
#define MOPT_NOSYMFOLLOW { "symfollow", 1, MNT_NOSYMFOLLOW, 0 }
if (flags & MNT_NOSYMFOLLOW) res = catopt(res, "nosymfollow");
ADD_OPTION(MNT_NOSYMFOLLOW, "nosymfollow");
if (f_flags & MNT_NOSYMFOLLOW)
if (__predict_false((mp->mnt_flag & MNT_NOSYMFOLLOW) != 0)) {
if (dp->v_mount->mnt_flag & MNT_NOSYMFOLLOW) {
fsflags |= MNT_NOSYMFOLLOW;
MNT_FLAG(MNT_NOSYMFOLLOW);
{ MNT_NOSYMFOLLOW, "nosymfollow" }, \
MNT_IGNORE | MNT_EXPUBLIC | MNT_NOSYMFOLLOW | \
MNT_NOSYMFOLLOW | MNT_IGNORE | \