Lines Matching refs:hash
456 TP_PROTO(struct svc_rqst *rqstp, unsigned int hash,
460 TP_ARGS(rqstp, hash, inode, may_flags, nf, status),
464 __field(unsigned int, hash)
476 __entry->hash = hash;
487 __entry->xid, __entry->hash, __entry->inode,
495 TP_PROTO(struct inode *inode, unsigned int hash, int found),
496 TP_ARGS(inode, hash, found),
499 __field(unsigned int, hash)
504 __entry->hash = hash;
507 TP_printk("hash=0x%x inode=0x%p found=%d", __entry->hash,
513 TP_PROTO(struct inode *inode, unsigned int hash, int found), \
514 TP_ARGS(inode, hash, found))