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

  /src/sys/fs/nfs/common/
nfscl.h 41 struct nfsv4node { struct
  /src/sys/fs/nfs/client/
nfsnode.h 124 struct nfsv4node *n_v4; /* extra V4 stuff */
nfs_clport.c 137 struct nfsv4node *newd, *oldd;
189 MALLOC(newd, struct nfsv4node *,
190 sizeof (struct nfsv4node) + dnp->n_fhp->nfh_len +
258 MALLOC(np->n_v4, struct nfsv4node *, sizeof (struct nfsv4node)
nfs_clvnops.c 1772 struct nfsv4node *newv4 = NULL;
1832 MALLOC(newv4, struct nfsv4node *,
1833 sizeof (struct nfsv4node) +
2489 MALLOC(np->n_v4, struct nfsv4node *,
2490 sizeof (struct nfsv4node) +

Completed in 15 milliseconds