Home
last modified time | relevance | path

Searched refs:NFSMNT_NFSV4 (Results 1 – 9 of 9) sorted by relevance

/trueos/sys/fs/nfsclient/
HDnfs.h54 (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV4)
56 (VFSTONFS((v)->v_mount)->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4))
HDnfs_clvfsops.c187 if (nmp->nm_flag & NFSMNT_NFSV4) { in newnfs_iosize()
330 if (gotfsinfo || (nmp->nm_flag & NFSMNT_NFSV4)) in nfs_statfs()
585 if ((argp->flags & NFSMNT_NFSV4) != 0) in nfs_decode_args()
592 if ((argp->flags & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) == 0) { in nfs_decode_args()
853 args.flags |= NFSMNT_NFSV4; in nfs_mount()
1042 (args.flags & NFSMNT_NFSV4) == 0) { in nfs_mount()
1079 NFSMNT_NFSV4 | in nfs_mount()
1086 NFSMNT_NFSV4 | in nfs_mount()
1329 if ((argp->flags & NFSMNT_NFSV4) != 0) in mountnfs()
1344 if ((argp->flags & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) == 0) in mountnfs()
[all …]
HDnfs_clport.c161 if ((nmp->nm_flag & NFSMNT_NFSV4) && np->n_v4 != NULL && in nfscl_nget()
237 if (nmp->nm_flag & NFSMNT_NFSV4) { in nfscl_nget()
884 if (nmp->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) { in nfscl_loadsbinfo()
902 } else if ((nmp->nm_flag & NFSMNT_NFSV4) == 0) { in nfscl_loadsbinfo()
/trueos/sys/nfsclient/
HDnfsargs.h94 #define NFSMNT_NFSV4 0x00800000 /* Use NFS Version 4 protocol */ macro
HDnfs.h92 #define NFS_ISV4(v) (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV4)
HDnfs_krpc.c214 else if (nmp->nm_flag & NFSMNT_NFSV4) in nfs_connect()
/trueos/sys/nfs/
HDnfs_diskless.c118 nd->flags &= ~(NFSMNT_NFSV3 | NFSMNT_NFSV4); in nfs_parse_options()
120 nd->flags &= ~NFSMNT_NFSV4; in nfs_parse_options()
/trueos/sys/fs/nfs/
HDnfsport.h841 #define NFSHASNFSV4(n) ((n)->nm_flag & NFSMNT_NFSV4)
843 #define NFSHASNFSV3OR4(n) ((n)->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4))
HDnfs_commonkrpc.c707 if ((nmp->nm_flag & NFSMNT_NFSV4)) in newnfs_request()