NFSMNT_NFSV3       87 nfs/nfs.h      #define NFS_ISV3(v)	(VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV3)
NFSMNT_NFSV3       94 nfs/nfs_bio.c  	if ((nmp->nm_flag & (NFSMNT_NFSV3 | NFSMNT_GOTFSINFO)) == NFSMNT_NFSV3)
NFSMNT_NFSV3      303 nfs/nfs_bio.c  	if ((nmp->nm_flag & (NFSMNT_NFSV3 | NFSMNT_GOTFSINFO)) == NFSMNT_NFSV3)
NFSMNT_NFSV3     1037 nfs/nfs_socket.c 			if ((nmp->nm_flag & NFSMNT_NFSV3) &&
NFSMNT_NFSV3     1059 nfs/nfs_socket.c 			if (nmp->nm_flag & NFSMNT_NFSV3 || error == ESTALE) {
NFSMNT_NFSV3      621 nfs/nfs_subs.c 	if (nmflag & NFSMNT_NFSV3)
NFSMNT_NFSV3      625 nfs/nfs_subs.c 	if (nmflag & NFSMNT_NFSV3)
NFSMNT_NFSV3      117 nfs/nfs_vfsops.c 	int error = 0, v3 = (nmp->nm_flag & NFSMNT_NFSV3), retattr;
NFSMNT_NFSV3      457 nfs/nfs_vfsops.c 	if (argp->flags & NFSMNT_NFSV3) {
NFSMNT_NFSV3      611 nfs/nfs_vfsops.c 	if ((args.flags & (NFSMNT_NFSV3|NFSMNT_RDIRPLUS)) == NFSMNT_RDIRPLUS)
NFSMNT_NFSV3      628 nfs/nfs_vfsops.c 		args.flags = (args.flags & ~(NFSMNT_NFSV3)) |
NFSMNT_NFSV3      629 nfs/nfs_vfsops.c 		    (nmp->nm_flag & (NFSMNT_NFSV3));
NFSMNT_NFSV3     1884 nfs/nfs_vnops.c 	if ((nmp->nm_flag & (NFSMNT_NFSV3 | NFSMNT_GOTFSINFO)) == NFSMNT_NFSV3)