Symbol: nfsfh_t
sbin/mountd/mountd.c
143
nfsfh_t fhr_fh;
sbin/mountd/mountd.c
838
memset(&fhr.fhr_fh, 0, sizeof(nfsfh_t));
sys/vfs/nfs/nfs_node.c
225
nfs_nget_nonblock(struct mount *mntp, nfsfh_t *fhp, int fhsize,
sys/vfs/nfs/nfs_node.c
91
nfs_nget(struct mount *mntp, nfsfh_t *fhp, int fhsize, struct nfsnode **npp,
sys/vfs/nfs/nfs_serv.c
1016
nfsfh_t nfh;
sys/vfs/nfs/nfs_serv.c
1610
nfsfh_t nfh;
sys/vfs/nfs/nfs_serv.c
1900
nfsfh_t nfh;
sys/vfs/nfs/nfs_serv.c
2051
nfsfh_t nfh;
sys/vfs/nfs/nfs_serv.c
2147
nfsfh_t fnfh, tnfh;
sys/vfs/nfs/nfs_serv.c
215
nfsfh_t nfh;
sys/vfs/nfs/nfs_serv.c
2420
nfsfh_t nfh, dnfh;
sys/vfs/nfs/nfs_serv.c
2539
nfsfh_t nfh;
sys/vfs/nfs/nfs_serv.c
2674
nfsfh_t nfh;
sys/vfs/nfs/nfs_serv.c
2798
nfsfh_t nfh;
sys/vfs/nfs/nfs_serv.c
288
nfsfh_t nfh;
sys/vfs/nfs/nfs_serv.c
2939
nfsfh_t nfh;
sys/vfs/nfs/nfs_serv.c
3246
nfsfh_t nfh;
sys/vfs/nfs/nfs_serv.c
343
nfsfh_t nfh;
sys/vfs/nfs/nfs_serv.c
3588
nfsfh_t nfh;
sys/vfs/nfs/nfs_serv.c
3743
nfsfh_t nfh;
sys/vfs/nfs/nfs_serv.c
3826
nfsfh_t nfh;
sys/vfs/nfs/nfs_serv.c
3905
nfsfh_t nfh;
sys/vfs/nfs/nfs_serv.c
497
nfsfh_t nfh;
sys/vfs/nfs/nfs_serv.c
691
nfsfh_t nfh;
sys/vfs/nfs/nfs_serv.c
809
nfsfh_t nfh;
sys/vfs/nfs/nfs_vfsops.c
1117
error = nfs_nget(mp, (nfsfh_t *)nmp->nm_fh, nmp->nm_fhsize, &np, NULL);
sys/vfs/nfs/nfs_vfsops.c
1278
error = nfs_nget(mp, (nfsfh_t *)nmp->nm_fh, nmp->nm_fhsize, &np, NULL);
sys/vfs/nfs/nfs_vfsops.c
330
error = nfs_nget(mp, (nfsfh_t *)nmp->nm_fh, nmp->nm_fhsize, &np, NULL);
sys/vfs/nfs/nfs_vfsops.c
415
error = nfs_nget(mp, (nfsfh_t *)nmp->nm_fh, nmp->nm_fhsize, &np, NULL);
sys/vfs/nfs/nfs_vnops.c
1112
nfsfh_t *fhp;
sys/vfs/nfs/nfs_vnops.c
2723
nfsfh_t *fhp;
sys/vfs/nfs/nfs_vnops.c
3063
nfsfh_t *nfhp;
sys/vfs/nfs/nfs_vnops.c
3083
np->n_fhp =(nfsfh_t *)kmalloc(fhlen,M_NFSBIGFH,M_WAITOK);
sys/vfs/nfs/nfs_vnops.c
982
nfsfh_t *fhp;
sys/vfs/nfs/nfsm_subs.c
397
nfsfh_t *ttfhp;
sys/vfs/nfs/nfsm_subs.c
443
nfsm_getfh(nfsm_info_t info, nfsfh_t **fhpp)
sys/vfs/nfs/nfsm_subs.h
149
int nfsm_getfh(nfsm_info_t info, nfsfh_t **fhpp);
sys/vfs/nfs/nfsnode.h
116
nfsfh_t *n_fhp; /* NFS File Handle */
sys/vfs/nfs/nfsnode.h
136
nfsfh_t n_fh; /* Small File Handle */
sys/vfs/nfs/nfsnode.h
225
int nfs_nget (struct mount *, nfsfh_t *, int,
sys/vfs/nfs/nfsnode.h
227
int nfs_nget_nonblock (struct mount *, nfsfh_t *, int,