Searched refs:io_type (Results 1 – 10 of 10) sorted by relevance
| /fs/f2fs/ |
| A D | compress.c | 1267 enum iostat_type io_type) in f2fs_write_compressed_pages() argument 1282 .io_type = io_type, in f2fs_write_compressed_pages() 1508 enum iostat_type io_type) in f2fs_write_raw_pages() argument 1561 NULL, NULL, wbc, io_type, in f2fs_write_raw_pages() 1595 enum iostat_type io_type) in f2fs_write_multi_pages() argument 1611 wbc, io_type); in f2fs_write_multi_pages() 1619 err = f2fs_write_raw_pages(cc, submitted, wbc, io_type); in f2fs_write_multi_pages()
|
| A D | data.c | 2778 enum iostat_type io_type, in f2fs_write_single_data_page() argument 2805 .io_type = io_type, in f2fs_write_single_data_page() 2941 enum iostat_type io_type) in f2fs_write_cache_pages() argument 3066 &submitted, wbc, io_type); in f2fs_write_cache_pages() 3143 wbc, io_type, 0, true); in f2fs_write_cache_pages() 3187 ret = f2fs_write_multi_pages(&cc, &submitted, wbc, io_type); in f2fs_write_cache_pages() 3246 enum iostat_type io_type) in __f2fs_write_data_pages() argument 3290 ret = f2fs_write_cache_pages(mapping, wbc, io_type); in __f2fs_write_data_pages()
|
| A D | checkpoint.c | 345 enum iostat_type io_type) in __f2fs_write_meta_folio() argument 363 f2fs_do_write_meta_page(sbi, folio, io_type); in __f2fs_write_meta_folio() 411 long nr_to_write, enum iostat_type io_type) in f2fs_sync_meta_pages() argument 458 io_type)) { in f2fs_sync_meta_pages()
|
| A D | node.c | 1688 enum iostat_type io_type, unsigned int *seq_id) in __write_node_folio() argument 1702 .io_type = io_type, in __write_node_folio() 2026 bool do_balance, enum iostat_type io_type) in f2fs_sync_node_pages() argument 2112 wbc, do_balance, io_type, NULL)) { in f2fs_sync_node_pages()
|
| A D | segment.c | 3658 (fio->io_type == FS_DATA_IO) && in __get_segment_type_6() 3971 enum iostat_type io_type) in f2fs_do_write_meta_page() argument 3993 f2fs_update_iostat(sbi, NULL, io_type, F2FS_BLKSIZE); in f2fs_do_write_meta_page() 4003 f2fs_update_iostat(fio->sbi, NULL, fio->io_type, F2FS_BLKSIZE); in f2fs_do_write_node_page() 4013 if (fio->io_type == FS_DATA_IO || fio->io_type == FS_CP_DATA_IO) in f2fs_outplace_write_data() 4019 f2fs_update_iostat(sbi, dn->inode, fio->io_type, F2FS_BLKSIZE); in f2fs_outplace_write_data() 4061 fio->io_type, F2FS_BLKSIZE); in f2fs_inplace_write_data()
|
| A D | f2fs.h | 1260 enum iostat_type io_type; /* io type */ member 3799 bool do_balance, enum iostat_type io_type); 3859 enum iostat_type io_type); 3940 long nr_to_write, enum iostat_type io_type); 4018 enum iostat_type io_type, 4481 enum iostat_type io_type);
|
| A D | inline.c | 155 .io_type = FS_DATA_IO, in f2fs_convert_inline_folio()
|
| A D | gc.c | 1492 .io_type = FS_GC_DATA_IO, in move_data_page()
|
| /fs/orangefs/ |
| A D | upcall.h | 23 enum ORANGEFS_io_type io_type; member
|
| A D | file.c | 69 new_op->upcall.req.io.io_type = type; in wait_for_direct_io()
|
Completed in 58 milliseconds