Lines Matching refs:fhp
194 const struct svc_fh *fhp,
198 TP_ARGS(rqstp, fhp, type, access),
216 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
217 __entry->inode = d_inode(fhp->fh_dentry);
231 const struct svc_fh *fhp,
236 TP_ARGS(rqstp, fhp, type, access, error),
256 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
257 if (fhp->fh_dentry)
258 __entry->inode = d_inode(fhp->fh_dentry);
275 struct svc_fh *fhp,
277 TP_ARGS(rqstp, fhp, status),
285 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
296 struct svc_fh *fhp, \
298 TP_ARGS(rqstp, fhp, status))
396 struct svc_fh *fhp,
399 TP_ARGS(rqstp, fhp, offset, len),
408 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
420 struct svc_fh *fhp, \
423 TP_ARGS(rqstp, fhp, offset, len))
437 struct svc_fh *fhp,
440 TP_ARGS(rqstp, fhp, offset, status),
449 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
461 struct svc_fh *fhp, \
464 TP_ARGS(rqstp, fhp, offset, len))
470 TP_PROTO(struct svc_fh *fhp,
474 TP_ARGS(fhp, ino, name, namlen),
481 __entry->fh_hash = fhp ? knfsd_fh_hash(&fhp->fh_handle) : 0;