Home
last modified time | relevance | path

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

/openbsd/src/sbin/mount_nfs/
Dmount_nfs.c119 NFSMNT_NFSV3,
188 nfsargsp->flags &= ~NFSMNT_NFSV3; in main()
261 nfsargsp->flags &= ~NFSMNT_NFSV3; in main()
471 ~NFSMNT_NFSV3; in getnfsargs()
/openbsd/src/sys/nfs/
Dnfs_boot.c241 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()
Dnfs_bio.c88 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()
Dnfs_vfsops.c122 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()
Dnfs.h71 #define NFS_ISV3(v) (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV3)
Dnfs_subs.c600 if (ISSET(req->r_nmp->nm_flag, NFSMNT_NFSV3)) { in nfsm_rpchead()
Dnfs_socket.c1020 if ((nmp->nm_flag & NFSMNT_NFSV3) && in nfs_request()
Dnfs_vnops.c2226 if ((nmp->nm_flag & (NFSMNT_NFSV3 | NFSMNT_GOTFSINFO)) == NFSMNT_NFSV3) in nfs_readdir()
/openbsd/src/sys/sys/
Dmount.h148 #define NFSMNT_NFSV3 0x00000200 /* Use NFS Version 3 protocol */ macro
/openbsd/src/sbin/mount/
Dmount.c522 (nfs_args->flags & NFSMNT_NFSV3) ? "v3" : "v2"); in prmount()