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
1000
nfsfh_t nfh;
sys/nfs/nfs_serv.c
1289
nfsfh_t nfh;
sys/nfs/nfs_serv.c
1462
nfsfh_t nfh;
sys/nfs/nfs_serv.c
153
nfsfh_t nfh;
sys/nfs/nfs_serv.c
1558
nfsfh_t fnfh, tnfh;
sys/nfs/nfs_serv.c
1763
nfsfh_t nfh, dnfh;
sys/nfs/nfs_serv.c
1882
nfsfh_t nfh;
sys/nfs/nfs_serv.c
2042
nfsfh_t nfh;
sys/nfs/nfs_serv.c
2170
nfsfh_t nfh;
sys/nfs/nfs_serv.c
223
nfsfh_t nfh;
sys/nfs/nfs_serv.c
2317
nfsfh_t nfh;
sys/nfs/nfs_serv.c
2544
nfsfh_t nfh;
sys/nfs/nfs_serv.c
271
nfsfh_t nfh;
sys/nfs/nfs_serv.c
2803
nfsfh_t nfh;
sys/nfs/nfs_serv.c
2872
nfsfh_t nfh;
sys/nfs/nfs_serv.c
2951
nfsfh_t nfh;
sys/nfs/nfs_serv.c
3020
nfsfh_t nfh;
sys/nfs/nfs_serv.c
441
nfsfh_t nfh;
sys/nfs/nfs_serv.c
527
nfsfh_t nfh;
sys/nfs/nfs_serv.c
621
nfsfh_t nfh;
sys/nfs/nfs_serv.c
805
nfsfh_t nfh;
sys/nfs/nfs_var.h
59
int nfs_nget(struct mount *, nfsfh_t *, int, struct nfsnode **);
sys/nfs/nfs_vfsops.c
682
error = nfs_nget(mp, (nfsfh_t *)argp->fh, argp->fhsize, &np);
sys/nfs/nfs_vnops.c
1395
nfsfh_t *ttfhp;
sys/nfs/nfs_vnops.c
2557
nfsfh_t *fhp;
sys/nfs/nfs_vnops.c
2878
nfsfh_t *nfhp;
sys/nfs/nfs_vnops.c
778
static inline nfsfh_t *
sys/nfs/nfs_vnops.c
796
return (nfsfh_t *)nfsm_dissect(infop, nfsm_rndup(size));
sys/nfs/nfs_vnops.c
817
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 */