sbin/mountd/mountd.c
136
nfsfh_t fhr_fh;
sbin/mountd/mountd.c
826
memset(&fhr.fhr_fh, 0, sizeof(nfsfh_t));
sys/nfs/nfs_node.c
85
nfs_nget(struct mount *mnt, nfsfh_t *fh, int fhsize, struct nfsnode **npp)
sys/nfs/nfs_serv.c
1031
nfsfh_t nfh;
sys/nfs/nfs_serv.c
1325
nfsfh_t nfh;
sys/nfs/nfs_serv.c
147
nfsfh_t nfh;
sys/nfs/nfs_serv.c
1505
nfsfh_t nfh;
sys/nfs/nfs_serv.c
1607
nfsfh_t fnfh, tnfh;
sys/nfs/nfs_serv.c
1817
nfsfh_t nfh, dnfh;
sys/nfs/nfs_serv.c
1942
nfsfh_t nfh;
sys/nfs/nfs_serv.c
2107
nfsfh_t nfh;
sys/nfs/nfs_serv.c
224
nfsfh_t nfh;
sys/nfs/nfs_serv.c
2240
nfsfh_t nfh;
sys/nfs/nfs_serv.c
2392
nfsfh_t nfh;
sys/nfs/nfs_serv.c
2619
nfsfh_t nfh;
sys/nfs/nfs_serv.c
278
nfsfh_t nfh;
sys/nfs/nfs_serv.c
2881
nfsfh_t nfh;
sys/nfs/nfs_serv.c
2957
nfsfh_t nfh;
sys/nfs/nfs_serv.c
3040
nfsfh_t nfh;
sys/nfs/nfs_serv.c
3116
nfsfh_t nfh;
sys/nfs/nfs_serv.c
451
nfsfh_t nfh;
sys/nfs/nfs_serv.c
545
nfsfh_t nfh;
sys/nfs/nfs_serv.c
643
nfsfh_t nfh;
sys/nfs/nfs_serv.c
832
nfsfh_t nfh;
sys/nfs/nfs_var.h
59
int nfs_nget(struct mount *, nfsfh_t *, int, struct nfsnode **);
sys/nfs/nfs_vfsops.c
680
error = nfs_nget(mp, (nfsfh_t *)argp->fh, argp->fhsize, &np);
sys/nfs/nfs_vnops.c
1384
nfsfh_t *ttfhp;
sys/nfs/nfs_vnops.c
2536
nfsfh_t *fhp;
sys/nfs/nfs_vnops.c
2856
nfsfh_t *nfhp;
sys/nfs/nfs_vnops.c
774
static inline nfsfh_t *
sys/nfs/nfs_vnops.c
792
return (nfsfh_t *)nfsm_dissect(infop, nfsm_rndup(size));
sys/nfs/nfs_vnops.c
812
nfsfh_t *fhp;
sys/nfs/nfsnode.h
73
nfsfh_t *n_fhp; /* NFS File Handle */
sys/nfs/nfsnode.h
89
nfsfh_t n_fh; /* Small File Handle */