Home | History | Annotate | Download | only in nfs

Lines Matching defs:fh

605 	args->fh       = ndm->ndm_fh;
688 u_int8_t fh[1];
690 } fh;
693 u_int8_t *fh;
735 /* Have errno==0, so the fh must be there. */
737 argp->fhsize = fxdr_unsigned(u_int32_t, rdata->fh.v3fh.fhlen);
753 fh = (mntver == 3) ?
754 rdata->fh.v3fh.fh : rdata->fh.v2fh;
755 memcpy(argp->fh, fh, argp->fhsize);