NR_PAGE_TYPE
for (i = 0; i < NR_PAGE_TYPE; i++) {
struct f2fs_bio_info *write_io[NR_PAGE_TYPE]; /* for write bios */
pgoff_t page_eio_ofs[NR_PAGE_TYPE]; /* EIO page offset */
int page_eio_cnt[NR_PAGE_TYPE]; /* EIO count */
} else if (page_type >= NR_PAGE_TYPE) {
struct f2fs_iostat_latency iostat_lat[MAX_IO_TYPE][NR_PAGE_TYPE];
for (io = 0; io < NR_PAGE_TYPE; io++) {
unsigned long sum_lat[MAX_IO_TYPE][NR_PAGE_TYPE]; /* sum of io latencies */
unsigned long peak_lat[MAX_IO_TYPE][NR_PAGE_TYPE]; /* peak io latency */
unsigned int bio_cnt[MAX_IO_TYPE][NR_PAGE_TYPE]; /* bio count */
for (i = 0; i < NR_PAGE_TYPE; i++)
for (i = 0; i < NR_PAGE_TYPE; i++)
TP_PROTO(struct f2fs_sb_info *sbi, struct f2fs_iostat_latency (*iostat_lat)[NR_PAGE_TYPE]),