Lines Matching refs:startino
553 xfs_agino_t startino, xfs_daddr_t map_daddr,
557 TP_ARGS(mp, agno, startino, map_daddr, map_len, chunk_ino, nr_inodes,
562 __field(xfs_agino_t, startino)
574 __entry->startino = startino;
583 TP_printk("dev %d:%d agno %d startino %u daddr 0x%llx len %d chunkino %u nr_inodes %u cluster_mask 0x%x holemask 0x%x cluster_ino %u",
586 __entry->startino,
876 xfs_agino_t startino, uint16_t holemask, uint8_t count,
878 TP_ARGS(mp, agno, startino, holemask, count, freecount, freemask),
882 __field(xfs_agino_t, startino)
891 __entry->startino = startino;
897 TP_printk("dev %d:%d agno %d startino %u holemask 0x%x count %u freecount %u freemask 0x%llx",
900 __entry->startino,