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