Home
last modified time | relevance | path

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

/netbsd/src/sbin/mount_nfs/
Dmount_nfs.c145 .flags = NFSMNT_NFSV3|NFSMNT_NOCONN|NFSMNT_RESVPORT,
310 nfsargsp->flags &= ~NFSMNT_RESVPORT; in mount_nfs_parseargs()
378 nfsargsp->flags |= NFSMNT_RESVPORT; in mount_nfs_parseargs()
381 nfsargsp->flags &= ~NFSMNT_RESVPORT; in mount_nfs_parseargs()
/netbsd/src/sys/fs/nfs/common/
Dnfs_diskless.c269 NFSMNT_RSIZE | NFSMNT_RESVPORT); in nfs_setup_diskless()
308 NFSMNT_RSIZE | NFSMNT_RESVPORT); in nfs_setup_diskless()
Dnfs_commonkrpc.c274 if ((nmp->nm_flag & NFSMNT_RESVPORT)) in newnfs_connect()
Dbootp_subr.c1202 args->flags = NFSMNT_RSIZE | NFSMNT_WSIZE | NFSMNT_RESVPORT; in mountopts()
/netbsd/src/sys/nfs/
Dnfsmount.h90 #define NFSMNT_RESVPORT 0x00008000 /* Allocate a reserved port */ macro
Dnfs_vfsops.c460 adjsock = !(nmp->nm_flag & NFSMNT_RESVPORT) in nfs_decode_args()
461 && (argp->flags & NFSMNT_RESVPORT); in nfs_decode_args()
Dnfs_socket.c208 if (saddr->sa_family == AF_INET && (nmp->nm_flag & NFSMNT_RESVPORT)) { in nfs_connect()
222 if (saddr->sa_family == AF_INET6 && (nmp->nm_flag & NFSMNT_RESVPORT)) { in nfs_connect()
Dnfs_boot.c607 args->flags = NFSMNT_NOCONN | NFSMNT_RESVPORT; in nfs_boot_getfh()
/netbsd/src/sys/fs/nfs/client/
Dnfs_clvfsops.c607 adjsock = !(nmp->nm_flag & NFSMNT_RESVPORT) in nfs_decode_args()
608 && (argp->flags & NFSMNT_RESVPORT); in nfs_decode_args()
862 .flags = NFSMNT_RESVPORT, in nfs_mount()
945 args.flags |= NFSMNT_RESVPORT; in nfs_mount()
947 args.flags &= ~NFSMNT_RESVPORT; in nfs_mount()
1954 nfscl_printopt(nmp, (nmp->nm_flag & NFSMNT_RESVPORT) != 0, ",resvport", in nfscl_retopts()
/netbsd/src/sys/compat/ultrix/
Dultrix_fs.c392 na.flags = /*una.flags;*/ NFSMNT_NOCONN | NFSMNT_RESVPORT; in ultrix_sys_mount()