NFSMNT_NFSV4
if ((nmp->nm_flag & NFSMNT_NFSV4))
#define NFSHASNFSV4(n) ((n)->nm_flag & NFSMNT_NFSV4)
#define NFSHASNFSV3OR4(n) ((n)->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4))
(VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV4)
(VFSTONFS((v)->v_mount)->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4))
if ((nmp->nm_flag & NFSMNT_NFSV4) && np->n_v4 != NULL &&
if (nmp->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) {
} else if ((nmp->nm_flag & NFSMNT_NFSV4) == 0) {
args.flags |= NFSMNT_NFSV4;
(args.flags & NFSMNT_NFSV4) == 0) {
NFSMNT_NFSV4 |
NFSMNT_NFSV4 |
args.flags |= NFSMNT_NFSV4;
(args.flags & NFSMNT_NFSV4) == 0 || minvers == 0)) {
((args.flags & NFSMNT_NFSV4) == 0 || minvers == 0)) {
if ((VFSTONFS(mp)->nm_flag & NFSMNT_NFSV4) != 0)
if ((argp->flags & NFSMNT_NFSV4) != 0) {
if ((argp->flags & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) == 0)
if ((argp->flags & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) == 0) {
if ((argp->flags & NFSMNT_NFSV4))
if ((argp->flags & NFSMNT_NFSV4) != 0) {
if (nmp->nm_fhsize == 0 && (nmp->nm_flag & NFSMNT_NFSV4) &&
if ((argp->flags & NFSMNT_NFSV4) != 0) {
if ((argp->flags & NFSMNT_NFSV4) != 0) {
if (nmp->nm_flag & NFSMNT_NFSV4) {
nfscl_printopt(nmp, (nmp->nm_flag & NFSMNT_NFSV4) != 0, "nfsv4", &buf,
if ((nmp->nm_flag & NFSMNT_NFSV4) != 0) {
nfscl_printopt(nmp, (nmp->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) == 0,
nfscl_printopt(nmp, (nmp->nm_flag & (NFSMNT_NOLOCKD | NFSMNT_NFSV4)) ==
if (gotfsinfo || (nmp->nm_flag & NFSMNT_NFSV4))
if ((args->flags & NFSMNT_NFSV4) != 0)
if ((argp->flags & NFSMNT_NFSV4) != 0)
if ((argp->flags & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) == 0) {
nd->flags &= ~(NFSMNT_NFSV3 | NFSMNT_NFSV4);
nd->flags &= ~NFSMNT_NFSV4;
nd->flags |= NFSMNT_NFSV4;
if ((nd3->root_args.flags & NFSMNT_NFSV4) == 0) {
#define NFS_ISV4(v) (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV4)