Lines Matching refs:fhp
197 const struct svc_fh *fhp,
201 TP_ARGS(rqstp, fhp, type, access),
219 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
220 __entry->inode = d_inode(fhp->fh_dentry);
234 const struct svc_fh *fhp,
239 TP_ARGS(rqstp, fhp, type, access, error),
259 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
260 if (fhp->fh_dentry)
261 __entry->inode = d_inode(fhp->fh_dentry);
278 struct svc_fh *fhp,
280 TP_ARGS(rqstp, fhp, status),
288 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
299 struct svc_fh *fhp, \
301 TP_ARGS(rqstp, fhp, status))
399 struct svc_fh *fhp,
402 TP_ARGS(rqstp, fhp, offset, len),
411 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
423 struct svc_fh *fhp, \
426 TP_ARGS(rqstp, fhp, offset, len))
440 struct svc_fh *fhp,
443 TP_ARGS(rqstp, fhp, offset, status),
452 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
464 struct svc_fh *fhp, \
467 TP_ARGS(rqstp, fhp, offset, len))
473 TP_PROTO(struct svc_fh *fhp,
477 TP_ARGS(fhp, ino, name, namlen),
484 __entry->fh_hash = fhp ? knfsd_fh_hash(&fhp->fh_handle) : 0;