Lines Matching refs:hash
435 TP_printk("hash=0x%x inode=0x%p ref=%d flags=%s may=%s file=%p",
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;
486 TP_printk("xid=0x%x hash=0x%x inode=0x%p may_flags=%s ref=%d nf_flags=%s nf_may=%s nf_file=0x%p status=%u",
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))