Searched refs:NFSMNT_RESVPORT (Results 1 – 5 of 5) sorted by relevance
85 #define NFSMNT_RESVPORT 0x00008000 /* Allocate a reserved port */ macro
267 NFSMNT_RSIZE | NFSMNT_RESVPORT); in nfs_setup_diskless()306 NFSMNT_RSIZE | NFSMNT_RESVPORT); in nfs_setup_diskless()
1109 args->flags = NFSMNT_RSIZE | NFSMNT_WSIZE | NFSMNT_RESVPORT; in mountopts()
651 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()
380 if ((nmp->nm_flag & NFSMNT_RESVPORT)) in newnfs_connect()