HomeSort by: relevance | last modified time | path
    Searched refs:NFSMNT_NFSV3 (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs.h 54 (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV3)
58 (VFSTONFS((v)->v_mount)->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4))
nfs_clvfsops.c 196 } else if (nmp->nm_flag & NFSMNT_NFSV3) {
261 if (nfsv3_diskless.root_args.flags & NFSMNT_NFSV3) {
601 if ((argp->flags & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) == 0) {
959 args.flags |= NFSMNT_NFSV3;
1186 ~(NFSMNT_NFSV3 |
1193 (NFSMNT_NFSV3 |
1472 if ((argp->flags & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) == 0)
1477 if ((argp->flags & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) == 0) {
1500 else if ((argp->flags & NFSMNT_NFSV3))
1599 if (argp->flags & NFSMNT_NFSV3)
    [all...]
nfs_clbio.c 114 if ((nmp->nm_flag & NFSMNT_NFSV3) != 0 &&
252 if ((nmp->nm_flag & NFSMNT_NFSV3) != 0 &&
425 if ((nmp->nm_flag & NFSMNT_NFSV3) != 0 &&
872 if ((nmp->nm_flag & NFSMNT_NFSV3) != 0 &&
nfs_clport.c 970 if (nmp->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) {
  /src/sbin/mount_nfs/
getnfsargs_small.c 222 if ((nfsargsp->flags & NFSMNT_NFSV3) != 0) {
262 nfsargsp->flags &= ~NFSMNT_NFSV3;
mount_nfs.c 145 .flags = NFSMNT_NFSV3|NFSMNT_NOCONN|NFSMNT_RESVPORT,
236 nfsargsp->flags &= ~NFSMNT_NFSV3;
303 nfsargsp->flags &= ~NFSMNT_NFSV3;
447 (args.flags & NFSMNT_NFSV3) != 0 && !force3) {
451 args.flags &= ~NFSMNT_NFSV3;
getnfsargs.c 146 if ((nfsargsp->flags & NFSMNT_NFSV3) != 0) {
227 ~NFSMNT_NFSV3;
  /src/sys/nfs/
nfsmount.h 84 #define NFSMNT_NFSV3 0x00000200 /* Use NFS Version 3 protocol */
nfs_vfsops.c 173 int v3 = (nmp->nm_flag & NFSMNT_NFSV3);
455 if ((argp->flags & (NFSMNT_XLATECOOKIE|NFSMNT_NFSV3)) ==
485 if (argp->flags & NFSMNT_NFSV3) {
629 if (args->flags & NFSMNT_NFSV3)
639 args->flags = (args->flags & ~(NFSMNT_NFSV3|NFSMNT_XLATECOOKIE)) |
640 (nmp->nm_flag & (NFSMNT_NFSV3|NFSMNT_XLATECOOKIE));
724 if ((argp->flags & NFSMNT_NFSV3) == 0)
782 if ((nmp->nm_flag & NFSMNT_NFSV3) && (vp->v_type == VDIR)) {
1071 if ((VFSTONFS(mp)->nm_flag & NFSMNT_NFSV3) != 0) {
nfs_boot.c 610 args->flags |= NFSMNT_NFSV3;
652 (args->flags & NFSMNT_NFSV3) ? NFS_VER3 : NFS_VER2,
697 mntver = (argp->flags & NFSMNT_NFSV3) ? 3 : 2;
724 argp->flags &= ~NFSMNT_NFSV3;
nfs.h 153 #define NFS_ISV3(v) (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV3)
nfs_clntsocket.c 903 if ((nmp->nm_flag & NFSMNT_NFSV3) == 0)
930 if (nmp->nm_flag & NFSMNT_NFSV3) {
nfs_bio.c 105 if ((nmp->nm_flag & NFSMNT_NFSV3) &&
470 if ((nmp->nm_flag & NFSMNT_NFSV3) &&
nfs_subs.c 639 if (nmflag & NFSMNT_NFSV3)
643 if (nmflag & NFSMNT_NFSV3)
  /src/sys/fs/nfs/common/
nfs_diskless.c 126 nd->flags &= ~(NFSMNT_NFSV3 | NFSMNT_NFSV4);
129 nd->flags |= NFSMNT_NFSV3;
268 nd3->root_args.flags = (NFSMNT_NFSV3 | NFSMNT_WSIZE |
bootp_subr.c 1840 args->flags |= NFSMNT_NFSV3;
1866 if ((args->flags & NFSMNT_NFSV3) != 0) {
1877 if (args->flags & NFSMNT_NFSV3) {
1897 NFSMNT_NFSV3) ? NFS_VER3 : NFS_VER2,
nfsport.h 911 #define NFSHASNFSV3(n) ((n)->nm_flag & NFSMNT_NFSV3)
914 #define NFSHASNFSV3OR4(n) ((n)->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4))

Completed in 31 milliseconds