Home
last modified time | relevance | path

Searched refs:nfsfh_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/nfsclient/
H A Dnfsnode.h106 nfsfh_t *n_fhp; /* NFS File Handle */
125 nfsfh_t n_fh; /* Small File Handle */
200 int nfs_nget(struct mount *, nfsfh_t *, int, struct nfsnode **, int flags);
/freebsd/contrib/tcpdump/
H A Dnfs.h272 typedef union nfsfh nfsfh_t; typedef
/freebsd/sys/nfs/
H A Dnfsproto.h378 typedef union nfsfh nfsfh_t; typedef
/freebsd/usr.sbin/mountd/
H A Dmountd.c181 nfsfh_t fhr_fh;
1253 memset(&fhr.fhr_fh, 0, sizeof(nfsfh_t)); in mntsrv()