Lines Matching refs:hash
224 TP_PROTO(struct svc_rqst *rqstp, unsigned int hash,
228 TP_ARGS(rqstp, hash, inode, may_flags, nf, status),
232 __field(unsigned int, hash)
244 __entry->hash = hash;
255 be32_to_cpu(__entry->xid), __entry->hash, __entry->inode,
263 TP_PROTO(struct inode *inode, unsigned int hash, int found),
264 TP_ARGS(inode, hash, found),
267 __field(unsigned int, hash)
272 __entry->hash = hash;
275 TP_printk("hash=0x%x inode=0x%p found=%d", __entry->hash,
281 TP_PROTO(struct inode *inode, unsigned int hash, int found), \
282 TP_ARGS(inode, hash, found))