Lines Matching refs:pgofs
1525 TP_PROTO(struct inode *inode, unsigned int pgofs),
1527 TP_ARGS(inode, pgofs),
1532 __field(unsigned int, pgofs)
1538 __entry->pgofs = pgofs;
1543 __entry->pgofs)
1548 TP_PROTO(struct inode *inode, unsigned int pgofs,
1551 TP_ARGS(inode, pgofs, ei),
1558 __field(unsigned int, pgofs)
1567 __entry->pgofs = pgofs;
1576 __entry->pgofs,
1584 TP_PROTO(struct inode *inode, unsigned int pgofs, block_t blkaddr,
1588 TP_ARGS(inode, pgofs, blkaddr, len, c_len),
1593 __field(unsigned int, pgofs)
1602 __entry->pgofs = pgofs;
1612 __entry->pgofs,