Home
last modified time | relevance | path

Searched refs:nfsvers (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/mount_nfs/
H A Dmount_nfs.c773 int doconnect, nfsvers, mntvers, sotype; in nfs_tryproto() local
817 nfsvers = 4; in nfs_tryproto()
820 nfsvers = 2; in nfs_tryproto()
823 nfsvers = 3; in nfs_tryproto()
836 if (!rpcb_getaddr(NFS_PROGRAM, nfsvers, nconf, &nfs_nb, in nfs_tryproto()
852 clp = clnt_tli_create(RPC_ANYFD, nconf, &nfs_nb, NFS_PROGRAM, nfsvers, in nfs_tryproto()
1011 if (nfsvers == 3) in nfs_tryproto()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dnfs-sample.cfg47 export NFS_OPTIONS="-t nfs $NFS_OPTIONS,noacl,nfsvers=3"