Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
H A Dnfs_mountrpc.c150 args->flags |= NFSMNT_NFSV3; in md_mount()
167 args->flags &= ~NFSMNT_NFSV3; in md_mount()
173 if ((args->flags & NFSMNT_NFSV3) != 0) { in md_mount()
184 if (args->flags & NFSMNT_NFSV3) { in md_mount()
204 NFSMNT_NFSV3) ? NFS_VER3 : NFS_VER2, in md_mount()
236 if ((args->flags & NFSMNT_NFSV3) != 0) { in md_lookup_swap()
252 if ((args->flags & NFSMNT_NFSV3) != 0) in md_lookup_swap()
268 if ((args->flags & NFSMNT_NFSV3) != 0) { in md_lookup_swap()
279 if ((args->flags & NFSMNT_NFSV3) != 0) { in md_lookup_swap()
H A Dnfs_vfsops.c323 info.v3 = (nmp->nm_flag & NFSMNT_NFSV3); in nfs_statfs()
409 info.v3 = (nmp->nm_flag & NFSMNT_NFSV3); in nfs_statvfs()
589 nd->root_args.flags |= NFSMNT_NFSV3 | NFSMNT_RDIRPLUS; in nfs_mountroot()
590 nd->swap_args.flags |= NFSMNT_NFSV3; in nfs_mountroot()
801 if ((argp->flags & NFSMNT_NFSV3) == 0) { in nfs_decode_args()
835 maxio = nfs_iosize(argp->flags & NFSMNT_NFSV3, nmp->nm_sotype); in nfs_decode_args()
974 args.flags &= ~(NFSMNT_NFSV3 | NFSMNT_RSIZE | NFSMNT_WSIZE); in nfs_mount()
975 args.flags |= nmp->nm_flag & (NFSMNT_NFSV3); in nfs_mount()
1061 if ((argp->flags & NFSMNT_NFSV3) == 0) in mountnfs()
1100 nfs_iosize(nmp->nm_flag & NFSMNT_NFSV3, nmp->nm_sotype); in mountnfs()
[all …]
H A Dnfs.h107 #define NFS_ISV3(v) (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV3)
161 #define NFSMNT_NFSV3 0x00000200 /* Use NFS Version 3 protocol */ macro
H A Dnfs_bio.c115 if ((nmp->nm_flag & NFSMNT_NFSV3) != 0 && in nfs_bioread()
532 if ((nmp->nm_flag & NFSMNT_NFSV3) != 0 && in nfs_write()
H A Dnfsm_subs.c169 if (nmflag & NFSMNT_NFSV3) in nfsm_rpchead()
173 if (nmflag & NFSMNT_NFSV3) in nfsm_rpchead()
H A Dnfs_socket.c1518 if ((nmp->nm_flag & NFSMNT_NFSV3) && in nfs_request_processreply()
1552 if (nmp->nm_flag & NFSMNT_NFSV3) { in nfs_request_processreply()
/dragonfly/sbin/mount_nfs/
H A Dmount_nfs.c751 nfsargsp->flags |= NFSMNT_NFSV3; in nfs_tryproto()
753 nfsargsp->flags &= ~NFSMNT_NFSV3; in nfs_tryproto()