Searched refs:nfsfh_t (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/sys/nfsclient/
H A Dnfsnode.h93 * into a separate MALLOC()'d data structure. (Reduce the size of nfsfh_t by
107 nfsfh_t *n_fhp; /* NFS File Handle */
126 nfsfh_t n_fh; /* Small File Handle */
201 int nfs_nget(struct mount *, nfsfh_t *, int, struct nfsnode **, int flags);
H A Dnfsm_subs.h123 int nfsm_getfh_xx(nfsfh_t **f, int *s, int v3, struct mbuf **md,
H A Dnfs_node.c105 nfs_nget(struct mount *mntp, nfsfh_t *fhp, int fhsize, struct nfsnode **npp, int flags)
H A Dnfs_subs.c899 nfsfh_t *ttfhp;
940 nfsm_getfh_xx(nfsfh_t **f, int *s, int v3, struct mbuf **md, caddr_t *dpos)
H A Dnfs_vfsops.c288 error = nfs_nget(mp, (nfsfh_t *)nmp->nm_fh, nmp->nm_fhsize, &np, LK_EXCLUSIVE);
1329 error = nfs_nget(mp, (nfsfh_t *)nmp->nm_fh, nmp->nm_fhsize, &np, LK_EXCLUSIVE);
1419 error = nfs_nget(mp, (nfsfh_t *)nmp->nm_fh, nmp->nm_fhsize, &np, flags);
H A Dnfs_vnops.c937 nfsfh_t *fhp;
2482 nfsfh_t *fhp;
2817 nfsfh_t *nfhp;
2836 np->n_fhp =(nfsfh_t *)malloc(fhlen, M_NFSBIGFH, M_WAITOK);
/freebsd-10-stable/sys/nfsserver/
H A Dnfs_serv.c234 nfsfh_t nfh;
304 nfsfh_t nfh;
354 nfsfh_t nfh;
503 nfsfh_t nfh;
683 nfsfh_t nfh;
788 nfsfh_t nfh;
984 nfsfh_t nfh;
1196 nfsfh_t nfh;
1482 nfsfh_t nfh;
1663 nfsfh_t nf
[all...]
/freebsd-10-stable/contrib/tcpdump/
H A Dnfs.h268 typedef union nfsfh nfsfh_t; typedef in typeref:union:nfsfh
/freebsd-10-stable/sys/nfs/
H A Dnfsproto.h381 typedef union nfsfh nfsfh_t; typedef in typeref:union:nfsfh
/freebsd-10-stable/usr.sbin/mountd/
H A Dmountd.c160 nfsfh_t fhr_fh;
1127 memset(&fhr.fhr_fh, 0, sizeof(nfsfh_t));

Completed in 184 milliseconds