sys/nfs/nfs_node.c
117
const nfsfh_t *fhp = key;
sys/nfs/nfs_node.c
160
nfs_nget1(struct mount *mntp, nfsfh_t *fhp, int fhsize, struct nfsnode **npp,
sys/nfs/nfs_var.h
89
int nfs_nget1(struct mount *, nfsfh_t *, int, struct nfsnode **, int);
sys/nfs/nfs_vfsops.c
776
error = nfs_nget(mp, (nfsfh_t *)argp->fh, argp->fhsize, &np);
sys/nfs/nfs_vnops.c
2606
nfsfh_t *fhp;
sys/nfs/nfs_vnops.c
2910
nfsfh_t *ofhp, *nfhp;
sys/nfs/nfs_vnops.c
743
nfsfh_t *fhp;
sys/nfs/nfsm_subs.h
161
{ struct nfsnode *ttnp; nfsfh_t *ttfhp; int ttfhsize; \
sys/nfs/nfsm_subs.h
210
nfsm_dissect((f), nfsfh_t *, nfsm_rndup(s)); }
sys/nfs/nfsnode.h
158
nfsfh_t *n_fhp; /* NFS File Handle */
sys/nfs/nfsnode.h
167
nfsfh_t n_fh; /* Small File Handle */