Lines Matching refs:startino
601 xfs_agino_t startino, xfs_daddr_t map_daddr,
605 TP_ARGS(mp, agno, startino, map_daddr, map_len, chunk_ino, nr_inodes,
610 __field(xfs_agino_t, startino)
622 __entry->startino = startino;
631 TP_printk("dev %d:%d agno 0x%x startino 0x%x daddr 0x%llx bbcount 0x%x chunkino 0x%x nr_inodes %u cluster_mask 0x%x holemask 0x%x cluster_ino 0x%x",
634 __entry->startino,
1303 xfs_agino_t startino, uint16_t holemask, uint8_t count,
1305 TP_ARGS(mp, agno, startino, holemask, count, freecount, freemask),
1309 __field(xfs_agino_t, startino)
1318 __entry->startino = startino;
1324 TP_printk("dev %d:%d agno 0x%x startino 0x%x holemask 0x%x count %u freecount %u freemask 0x%llx",
1327 __entry->startino,