Lines Matching refs:whichfork
1228 int whichfork, struct xfs_bmbt_irec *irec),
1229 TP_ARGS(ip, offset, count, whichfork, irec),
1236 __field(int, whichfork)
1247 __entry->whichfork = whichfork;
1259 __entry->whichfork == XFS_COW_FORK ? "cow" : "data",
1268 int whichfork, struct xfs_bmbt_irec *irec), \
1269 TP_ARGS(ip, offset, count, whichfork, irec))
2357 int whichfork,
2361 TP_ARGS(mp, agno, op, agbno, ino, whichfork, offset, len, state),
2367 __field(int, whichfork)
2378 __entry->whichfork = whichfork;
2390 __entry->whichfork == XFS_ATTR_FORK ? "attr" : "data",
2401 int whichfork, \
2405 TP_ARGS(mp, agno, op, agbno, ino, whichfork, offset, len, state))