Searched refs:NR_PAGE_TYPE (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/f2fs/
H A Diostat.h27 unsigned long sum_lat[MAX_IO_TYPE][NR_PAGE_TYPE]; /* sum of io latencies */
28 unsigned long peak_lat[MAX_IO_TYPE][NR_PAGE_TYPE]; /* peak io latency */
29 unsigned int bio_cnt[MAX_IO_TYPE][NR_PAGE_TYPE]; /* bio count */
H A Diostat.c91 struct f2fs_iostat_latency iostat_lat[MAX_IO_TYPE][NR_PAGE_TYPE];
97 for (io = 0; io < NR_PAGE_TYPE; io++) {
227 } else if (page_type >= NR_PAGE_TYPE) {
228 f2fs_warn(sbi, "%s: %d over NR_PAGE_TYPE", __func__, page_type);
H A Df2fs.h1115 * NR_PAGE_TYPE The number of page types.
1126 NR_PAGE_TYPE, enumerator in enum:page_type
1570 struct f2fs_bio_info *write_io[NR_PAGE_TYPE]; /* for write bios */
1573 pgoff_t page_eio_ofs[NR_PAGE_TYPE]; /* EIO page offset */
1574 int page_eio_cnt[NR_PAGE_TYPE]; /* EIO count */
H A Dsuper.c1681 for (i = 0; i < NR_PAGE_TYPE; i++)
4790 for (i = 0; i < NR_PAGE_TYPE; i++)
H A Ddata.c585 for (i = 0; i < NR_PAGE_TYPE; i++) {
/linux-master/include/trace/events/
H A Df2fs.h2165 TP_PROTO(struct f2fs_sb_info *sbi, struct f2fs_iostat_latency (*iostat_lat)[NR_PAGE_TYPE]),

Completed in 173 milliseconds