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.c756 int doconnect, nfsvers, mntvers, sotype; in nfs_tryproto() local
800 nfsvers = 4; in nfs_tryproto()
803 nfsvers = 2; in nfs_tryproto()
806 nfsvers = 3; in nfs_tryproto()
819 if (!rpcb_getaddr(NFS_PROGRAM, nfsvers, nconf, &nfs_nb, in nfs_tryproto()
835 clp = clnt_tli_create(RPC_ANYFD, nconf, &nfs_nb, NFS_PROGRAM, nfsvers, in nfs_tryproto()
960 if (nfsvers == 3) in nfs_tryproto()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dnfs-sample.cfg46 export NFS_OPTIONS="-t nfs $NFS_OPTIONS,noacl,nfsvers=3"