Home
last modified time | relevance | path

Searched refs:FS_DATA_IO (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/f2fs/
H A Diostat.c54 IOSTAT_INFO_SHOW("fs data", FS_DATA_IO); in iostat_info_seq_show()
202 if (type == FS_DATA_IO) in f2fs_update_iostat()
H A Dinline.c155 .io_type = FS_DATA_IO, in f2fs_convert_inline_page()
H A Dsegment.c3629 (fio->io_type == FS_DATA_IO) && in __get_segment_type_6()
3979 if (fio->io_type == FS_DATA_IO || fio->io_type == FS_CP_DATA_IO) in f2fs_outplace_write_data()
H A Ddata.c3325 FS_CP_DATA_IO : FS_DATA_IO); in f2fs_write_data_pages()
H A Df2fs.h1191 FS_DATA_IO, /* data IOs from kworker/fsync/reclaimer */ enumerator
/linux-6.15/include/trace/events/
H A Df2fs.h2106 __entry->fs_dio = iostat[FS_DATA_IO];