Home
last modified time | relevance | path

Searched refs:NFSMNT_NFSV3 (Results 1 – 7 of 7) sorted by relevance

/original-bsd/sbin/mount_nfs/
H A Dmount_nfs.c194 nfsargsp->flags |= NFSMNT_NFSV3;
273 nfsargsp->flags |= NFSMNT_NFSV3;
285 nfsargsp->flags |= (NFSMNT_NQNFS|NFSMNT_NFSV3);
303 nfsargsp->flags |= (NFSMNT_NQNFS | NFSMNT_NFSV3);
566 if (nfsargsp->flags & NFSMNT_NFSV3) {
/original-bsd/sys/nfs/
H A Dnfs_bio.c70 if ((nmp->nm_flag & (NFSMNT_NFSV3 | NFSMNT_GOTFSINFO)) == NFSMNT_NFSV3)
393 if ((nmp->nm_flag & (NFSMNT_NFSV3 | NFSMNT_GOTFSINFO)) == NFSMNT_NFSV3)
H A Dnfs.h56 #define NFS_ISV3(v) (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV3)
136 #define NFSMNT_NFSV3 0x00000200 /* Use NFS Version 3 protocol */ macro
H A Dnfs_vfsops.c96 int error = 0, v3 = (nmp->nm_flag & NFSMNT_NFSV3), retattr;
555 if (argp->flags & NFSMNT_NFSV3) {
H A Dnfs_subs.c617 if (nmflag & NFSMNT_NFSV3)
622 if (nmflag & NFSMNT_NFSV3)
H A Dnfs_socket.c1033 if ((nmp->nm_flag & NFSMNT_NFSV3) &&
1053 if (nmp->nm_flag & NFSMNT_NFSV3) {
H A Dnfs_nqlease.c485 m = nfsm_rpchead(cred, (NFSMNT_NFSV3 | NFSMNT_NQNFS),