NFSMNT_RESVPORT
if ((nmp->nm_flag & NFSMNT_RESVPORT))
args.flags |= NFSMNT_RESVPORT;
args.flags &= ~NFSMNT_RESVPORT;
nfscl_printopt(nmp, (nmp->nm_flag & NFSMNT_RESVPORT) != 0, ",resvport",
adjsock = !(nmp->nm_flag & NFSMNT_RESVPORT)
&& (argp->flags & NFSMNT_RESVPORT);
.flags = NFSMNT_RESVPORT,
args->flags = NFSMNT_RSIZE | NFSMNT_WSIZE | NFSMNT_RESVPORT;
NFSMNT_RSIZE | NFSMNT_RESVPORT);
NFSMNT_RSIZE | NFSMNT_RESVPORT);