Lines Matching refs:whichfork
1450 int whichfork, struct xfs_bmbt_irec *irec),
1451 TP_ARGS(ip, offset, count, whichfork, irec),
1458 __field(int, whichfork)
1469 __entry->whichfork = whichfork;
1481 __print_symbolic(__entry->whichfork, XFS_WHICHFORK_STRINGS),
1490 int whichfork, struct xfs_bmbt_irec *irec), \
1491 TP_ARGS(ip, offset, count, whichfork, irec))
2611 int whichfork,
2615 TP_ARGS(mp, agno, op, agbno, ino, whichfork, offset, len, state),
2621 __field(int, whichfork)
2632 __entry->whichfork = whichfork;
2644 __print_symbolic(__entry->whichfork, XFS_WHICHFORK_STRINGS),
2655 int whichfork, \
2659 TP_ARGS(mp, agno, op, agbno, ino, whichfork, offset, len, state))
3351 TP_PROTO(struct xfs_inode *ip, const struct iomap *iomap, unsigned int wpcseq, int whichfork),
3352 TP_ARGS(ip, iomap, wpcseq, whichfork),
3373 __entry->forkseq = READ_ONCE(xfs_ifork_ptr(ip, whichfork)->if_seq);
3388 TP_PROTO(struct xfs_inode *ip, const struct iomap *iomap, unsigned int wpcseq, int whichfork), \
3389 TP_ARGS(ip, iomap, wpcseq, whichfork))
4004 __field(int, whichfork)
4015 __entry->whichfork = cur->bc_ino.whichfork;
4022 __print_symbolic(__entry->whichfork, XFS_WHICHFORK_STRINGS),