Searched refs:io_type (Results 1 – 10 of 10) sorted by relevance
/fs/xfs/ |
D | xfs_aops.c | 197 if (ioend->io_type == XFS_IO_UNWRITTEN) in xfs_finish_ioend() 229 if (ioend->io_type == XFS_IO_UNWRITTEN) { in xfs_end_io() 269 ioend->io_type = type; in xfs_alloc_ioend() 553 if (ioend->io_type == XFS_IO_UNWRITTEN) in xfs_cancel_ioend() 579 if (!ioend || need_ioend || type != ioend->io_type) { in xfs_add_to_ioend() 712 if (!xfs_check_page_type(page, (*ioendp)->io_type, false)) in xfs_convert_page() 1180 if (ioend->io_type != XFS_IO_UNWRITTEN && xfs_ioend_is_append(ioend)) in xfs_vm_writepage() 1310 if (type == XFS_IO_UNWRITTEN && type != ioend->io_type) in xfs_map_direct() 1311 ioend->io_type = XFS_IO_UNWRITTEN; in xfs_map_direct() 1314 ioend->io_size, ioend->io_type, in xfs_map_direct() [all …]
|
D | xfs_aops.h | 43 unsigned int io_type; /* delalloc / unwritten */ member
|
/fs/f2fs/ |
D | data.c | 1777 enum iostat_type io_type) in __write_data_page() argument 1799 .io_type = io_type, in __write_data_page() 1930 enum iostat_type io_type) in f2fs_write_cache_pages() argument 2020 ret = __write_data_page(page, &submitted, wbc, io_type); in f2fs_write_cache_pages() 2077 enum iostat_type io_type) in __f2fs_write_data_pages() argument 2114 ret = f2fs_write_cache_pages(mapping, wbc, io_type); in __f2fs_write_data_pages()
|
D | checkpoint.c | 239 enum iostat_type io_type) in __f2fs_write_meta_page() argument 255 write_meta_page(sbi, page, io_type); in __f2fs_write_meta_page() 312 long nr_to_write, enum iostat_type io_type) in sync_meta_pages() argument 363 if (__f2fs_write_meta_page(page, &wbc, io_type)) { in sync_meta_pages()
|
D | node.c | 1348 enum iostat_type io_type) in __write_node_page() argument 1362 .io_type = io_type, in __write_node_page() 1595 bool do_balance, enum iostat_type io_type) in sync_node_pages() argument 1668 wbc, do_balance, io_type); in sync_node_pages()
|
D | f2fs.h | 1065 enum iostat_type io_type; /* io type */ member 2821 bool do_balance, enum iostat_type io_type); 2867 enum iostat_type io_type); 2910 long nr_to_write, enum iostat_type io_type); 2972 enum iostat_type io_type);
|
D | segment.c | 358 .io_type = FS_DATA_IO, in __commit_inmem_pages() 2840 enum iostat_type io_type) in write_meta_page() argument 2862 f2fs_update_iostat(sbi, io_type, F2FS_BLKSIZE); in write_meta_page() 2872 f2fs_update_iostat(fio->sbi, fio->io_type, F2FS_BLKSIZE); in write_node_page() 2887 f2fs_update_iostat(sbi, fio->io_type, F2FS_BLKSIZE); in write_data_page() 2908 f2fs_update_iostat(fio->sbi, fio->io_type, F2FS_BLKSIZE); in rewrite_data_page()
|
D | inline.c | 139 .io_type = FS_DATA_IO, in f2fs_convert_inline_page()
|
D | gc.c | 766 .io_type = FS_GC_DATA_IO, in move_data_page()
|
/fs/ |
D | compat_ioctl.c | 596 char io_type; member
|