/fs/f2fs/ |
D | compress.c | 1191 enum iostat_type io_type) in f2fs_write_compressed_pages() argument 1207 .io_type = io_type, in f2fs_write_compressed_pages() 1418 enum iostat_type io_type) in f2fs_write_raw_pages() argument 1461 NULL, NULL, wbc, io_type, in f2fs_write_raw_pages() 1493 enum iostat_type io_type) in f2fs_write_multi_pages() argument 1509 wbc, io_type); in f2fs_write_multi_pages() 1517 err = f2fs_write_raw_pages(cc, submitted, wbc, io_type); in f2fs_write_multi_pages()
|
D | data.c | 2782 enum iostat_type io_type, in f2fs_write_single_data_page() argument 2808 .io_type = io_type, in f2fs_write_single_data_page() 2977 enum iostat_type io_type) in f2fs_write_cache_pages() argument 3062 &submitted, wbc, io_type); in f2fs_write_cache_pages() 3136 &bio, &last_block, wbc, io_type, in f2fs_write_cache_pages() 3183 ret = f2fs_write_multi_pages(&cc, &submitted, wbc, io_type); in f2fs_write_cache_pages() 3237 enum iostat_type io_type) in __f2fs_write_data_pages() argument 3285 ret = f2fs_write_cache_pages(mapping, wbc, io_type); in __f2fs_write_data_pages()
|
D | checkpoint.c | 332 enum iostat_type io_type) in __f2fs_write_meta_page() argument 352 f2fs_do_write_meta_page(sbi, page, io_type); in __f2fs_write_meta_page() 409 long nr_to_write, enum iostat_type io_type) in f2fs_sync_meta_pages() argument 456 if (__f2fs_write_meta_page(page, &wbc, io_type)) { in f2fs_sync_meta_pages()
|
D | segment.c | 3248 (fio->io_type == FS_DATA_IO) && in __get_segment_type_6() 3482 enum iostat_type io_type) in f2fs_do_write_meta_page() argument 3504 f2fs_update_iostat(sbi, NULL, io_type, F2FS_BLKSIZE); in f2fs_do_write_meta_page() 3514 f2fs_update_iostat(fio->sbi, NULL, fio->io_type, F2FS_BLKSIZE); in f2fs_do_write_node_page() 3524 if (fio->io_type == FS_DATA_IO || fio->io_type == FS_CP_DATA_IO) in f2fs_outplace_write_data() 3530 f2fs_update_iostat(sbi, dn->inode, fio->io_type, F2FS_BLKSIZE); in f2fs_outplace_write_data() 3573 fio->io_type, F2FS_BLKSIZE); in f2fs_inplace_write_data()
|
D | node.c | 1578 enum iostat_type io_type, unsigned int *seq_id) in __write_node_page() argument 1592 .io_type = io_type, in __write_node_page() 1937 bool do_balance, enum iostat_type io_type) in f2fs_sync_node_pages() argument 2022 wbc, do_balance, io_type, NULL); in f2fs_sync_node_pages()
|
D | f2fs.h | 1200 enum iostat_type io_type; /* io type */ member 3583 bool do_balance, enum iostat_type io_type); 3643 enum iostat_type io_type); 3711 long nr_to_write, enum iostat_type io_type); 3788 enum iostat_type io_type, 4226 enum iostat_type io_type);
|
D | inline.c | 137 .io_type = FS_DATA_IO, in f2fs_convert_inline_page()
|
D | gc.c | 1464 .io_type = FS_GC_DATA_IO, in move_data_page()
|
/fs/xfs/ |
D | xfs_aops.c | 129 else if (ioend->io_type == IOMAP_UNWRITTEN) in xfs_end_ioend() 422 if (xfs_ioend_is_append(ioend) || ioend->io_type == IOMAP_UNWRITTEN || in xfs_prepare_ioend()
|
/fs/orangefs/ |
D | upcall.h | 23 enum ORANGEFS_io_type io_type; member
|
D | file.c | 68 new_op->upcall.req.io.io_type = type; in wait_for_direct_io()
|
/fs/iomap/ |
D | buffered-io.c | 1098 if ((ioend->io_type == IOMAP_UNWRITTEN) ^ in iomap_ioend_can_merge() 1099 (next->io_type == IOMAP_UNWRITTEN)) in iomap_ioend_can_merge() 1200 ioend->io_type = wpc->iomap.type; in iomap_alloc_ioend() 1240 if (wpc->iomap.type != wpc->ioend->io_type) in iomap_can_add_to_ioend()
|