Lines Matching refs:whichfork
1445 int whichfork, struct xfs_bmbt_irec *irec),
1446 TP_ARGS(ip, offset, count, whichfork, irec),
1453 __field(int, whichfork)
1464 __entry->whichfork = whichfork;
1476 __print_symbolic(__entry->whichfork, XFS_WHICHFORK_STRINGS),
1485 int whichfork, struct xfs_bmbt_irec *irec), \
1486 TP_ARGS(ip, offset, count, whichfork, irec))
2614 int whichfork,
2618 TP_ARGS(mp, agno, op, agbno, ino, whichfork, offset, len, state),
2624 __field(int, whichfork)
2635 __entry->whichfork = whichfork;
2647 __print_symbolic(__entry->whichfork, XFS_WHICHFORK_STRINGS),
2658 int whichfork, \
2662 TP_ARGS(mp, agno, op, agbno, ino, whichfork, offset, len, state))
3392 TP_PROTO(struct xfs_inode *ip, const struct iomap *iomap, unsigned int wpcseq, int whichfork),
3393 TP_ARGS(ip, iomap, wpcseq, whichfork),
3414 __entry->forkseq = READ_ONCE(xfs_ifork_ptr(ip, whichfork)->if_seq);
3429 TP_PROTO(struct xfs_inode *ip, const struct iomap *iomap, unsigned int wpcseq, int whichfork), \
3430 TP_ARGS(ip, iomap, wpcseq, whichfork))
4115 __field(int, whichfork)
4126 __entry->whichfork = cur->bc_ino.whichfork;
4133 __print_symbolic(__entry->whichfork, XFS_WHICHFORK_STRINGS),