Home | History | Annotate | Download | only in nfs

Lines Matching refs:nfsnode

59 #include <nfs/nfsnode.h>
86 pool_init(&nfs_node_pool, sizeof(struct nfsnode), 0, 0, 0, "nfsnodepl",
118 struct nfsnode *np;
120 /* Aloocate and initialize the nfsnode. */
154 * Look up a vnode/nfsnode by file handle.
157 * nfsnode structure is returned.
160 nfs_nget1(struct mount *mntp, nfsfh_t *fhp, int fhsize, struct nfsnode **npp,
185 struct nfsnode *np;
216 * Reclaim an nfsnode so that it can be used for other purposes.
225 struct nfsnode *np = VTONFS(vp);