Home | History | Annotate | Download | only in rpc.lockd

Lines Matching defs:fhdata

55 	char *fhdata;
61 return memcmp(fh1->fhdata, fh2->fhdata, MIN(fh1->fhsize, fh2->fhsize));
77 fh->fhdata = malloc(sz);
78 if (fh->fhdata == NULL) {
82 (void)memcpy(fh->fhdata, rfh->n_bytes, sz);
90 free(fh->fhdata);
512 fl->fd = fhopen(fl->filehandle.fhdata, fl->filehandle.fhsize, O_RDWR);
641 result.alock.fh.n_bytes = fl->filehandle.fhdata;
663 result.alock.fh.n_bytes = fl->filehandle.fhdata;