Searched refs:NFSMNT_NFSV3 (Results 1 – 10 of 10) sorted by relevance
119 NFSMNT_NFSV3,188 nfsargsp->flags &= ~NFSMNT_NFSV3; in main()261 nfsargsp->flags &= ~NFSMNT_NFSV3; in main()471 ~NFSMNT_NFSV3; in getnfsargs()
241 args->flags = NFSMNT_NFSV3; in nfs_boot_getfh()282 (args->flags & NFSMNT_NFSV3) ? NFS_VER3 : NFS_VER2, in nfs_boot_getfh()518 mntver = (argp->flags & NFSMNT_NFSV3) ? 3 : 2; in md_mount()541 argp->flags &= ~NFSMNT_NFSV3; in md_mount()
88 if ((nmp->nm_flag & (NFSMNT_NFSV3 | NFSMNT_GOTFSINFO)) == NFSMNT_NFSV3) in nfs_bioread()270 if ((nmp->nm_flag & (NFSMNT_NFSV3 | NFSMNT_GOTFSINFO)) == NFSMNT_NFSV3) in nfs_write()
122 info.nmi_v3 = (nmp->nm_flag & NFSMNT_NFSV3); in nfs_statfs()435 if (argp->flags & NFSMNT_NFSV3) { in nfs_decode_args()565 (args->flags & (NFSMNT_NFSV3|NFSMNT_RDIRPLUS)) == NFSMNT_RDIRPLUS) in nfs_mount()583 args->flags = (args->flags & ~(NFSMNT_NFSV3)) | in nfs_mount()584 (nmp->nm_flag & (NFSMNT_NFSV3)); in nfs_mount()
71 #define NFS_ISV3(v) (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV3)
600 if (ISSET(req->r_nmp->nm_flag, NFSMNT_NFSV3)) { in nfsm_rpchead()
1020 if ((nmp->nm_flag & NFSMNT_NFSV3) && in nfs_request()
2226 if ((nmp->nm_flag & (NFSMNT_NFSV3 | NFSMNT_GOTFSINFO)) == NFSMNT_NFSV3) in nfs_readdir()
148 #define NFSMNT_NFSV3 0x00000200 /* Use NFS Version 3 protocol */ macro
522 (nfs_args->flags & NFSMNT_NFSV3) ? "v3" : "v2"); in prmount()