Lines Matching refs:fhp
201 struct svc_fh *fhp,
203 TP_ARGS(rqstp, fhp, status),
211 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
222 struct svc_fh *fhp, \
224 TP_ARGS(rqstp, fhp, status))
322 struct svc_fh *fhp,
325 TP_ARGS(rqstp, fhp, offset, len),
334 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
346 struct svc_fh *fhp, \
349 TP_ARGS(rqstp, fhp, offset, len))
363 struct svc_fh *fhp,
366 TP_ARGS(rqstp, fhp, offset, status),
375 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
387 struct svc_fh *fhp, \
390 TP_ARGS(rqstp, fhp, offset, len))
396 TP_PROTO(struct svc_fh *fhp,
400 TP_ARGS(fhp, ino, name, namlen),
407 __entry->fh_hash = fhp ? knfsd_fh_hash(&fhp->fh_handle) : 0;