Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Diostat.c55 IOSTAT_INFO_SHOW("fs data", FS_DATA_IO); in iostat_info_seq_show()
238 if (type == FS_DATA_IO) in f2fs_update_iostat()
H A Dinline.c156 .io_type = FS_DATA_IO, in f2fs_convert_inline_folio()
H A Dsegment.c3808 (fio->io_type == FS_DATA_IO) && in __get_segment_type_6()
4172 if (fio->io_type == FS_DATA_IO || fio->io_type == FS_CP_DATA_IO) in f2fs_outplace_write_data()
H A Ddata.c3643 FS_CP_DATA_IO : FS_DATA_IO); in f2fs_write_data_pages()
H A Df2fs.h1321 FS_DATA_IO, /* data IOs from kworker/fsync/reclaimer */ enumerator
/linux/include/trace/events/
H A Df2fs.h2174 __entry->fs_dio = iostat[FS_DATA_IO];