Home
last modified time | relevance | path

Searched refs:NFSMNT_RESVPORT (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/nfsclient/
H A Dnfsargs.h85 #define NFSMNT_RESVPORT 0x00008000 /* Allocate a reserved port */ macro
/freebsd/sys/nfs/
H A Dnfs_diskless.c267 NFSMNT_RSIZE | NFSMNT_RESVPORT); in nfs_setup_diskless()
306 NFSMNT_RSIZE | NFSMNT_RESVPORT); in nfs_setup_diskless()
H A Dbootp_subr.c1109 args->flags = NFSMNT_RSIZE | NFSMNT_WSIZE | NFSMNT_RESVPORT; in mountopts()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c651 adjsock = !(nmp->nm_flag & NFSMNT_RESVPORT) in nfs_decode_args()
652 && (argp->flags & NFSMNT_RESVPORT); in nfs_decode_args()
909 .flags = NFSMNT_RESVPORT, in nfs_mount()
997 args.flags |= NFSMNT_RESVPORT; in nfs_mount()
999 args.flags &= ~NFSMNT_RESVPORT; in nfs_mount()
2222 nfscl_printopt(nmp, (nmp->nm_flag & NFSMNT_RESVPORT) != 0, ",resvport", in nfscl_retopts()
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c380 if ((nmp->nm_flag & NFSMNT_RESVPORT)) in newnfs_connect()