nfsv4node
struct nfsv4node *newd, *oldd;
MALLOC(newd, struct nfsv4node *,
sizeof (struct nfsv4node) + dnp->n_fhp->nfh_len +
MALLOC(np->n_v4, struct nfsv4node *, sizeof (struct nfsv4node)
struct nfsv4node *newv4 = NULL;
MALLOC(newv4, struct nfsv4node *,
sizeof (struct nfsv4node) +
MALLOC(np->n_v4, struct nfsv4node *,
sizeof (struct nfsv4node) +
struct nfsv4node *n_v4; /* extra V4 stuff */