| /linux/arch/parisc/lib/ |
| H A D | iomap.c | 45 struct iomap_ops { struct 136 static const struct iomap_ops ioport_ops = { 279 static const struct iomap_ops iomem_ops = { 306 static const struct iomap_ops *iomap_ops[8] = { variable 315 return iomap_ops[ADDR_TO_REGION(addr)]->read8(addr); in ioread8() 322 return iomap_ops[ADDR_TO_REGION(addr)]->read16(addr); in ioread16() 329 return iomap_ops[ADDR_TO_REGION(addr)]->read16be(addr); in ioread16be() 336 return iomap_ops[ADDR_TO_REGION(addr)]->read32(addr); in ioread32() 343 return iomap_ops[ADDR_TO_REGION(addr)]->read32be(addr); in ioread32be() 351 return iomap_ops[ADDR_TO_REGION(addr)]->read64(addr); in ioread64() [all …]
|
| /linux/fs/xfs/ |
| H A D | xfs_iomap.h | 52 extern const struct iomap_ops xfs_buffered_write_iomap_ops; 53 extern const struct iomap_ops xfs_direct_write_iomap_ops; 54 extern const struct iomap_ops xfs_zoned_direct_write_iomap_ops; 55 extern const struct iomap_ops xfs_read_iomap_ops; 56 extern const struct iomap_ops xfs_seek_iomap_ops; 57 extern const struct iomap_ops xfs_xattr_iomap_ops; 58 extern const struct iomap_ops xfs_dax_write_iomap_ops; 59 extern const struct iomap_ops xfs_atomic_write_cow_iomap_ops;
|
| H A D | xfs_iomap.c | 1037 const struct iomap_ops xfs_direct_write_iomap_ops = { 1089 const struct iomap_ops xfs_zoned_direct_write_iomap_ops = { 1274 const struct iomap_ops xfs_atomic_write_cow_iomap_ops = { 1298 const struct iomap_ops xfs_dax_write_iomap_ops = { 2090 const struct iomap_ops xfs_buffered_write_iomap_ops = { 2136 const struct iomap_ops xfs_read_iomap_ops = { 2224 const struct iomap_ops xfs_seek_iomap_ops = { 2271 const struct iomap_ops xfs_xattr_iomap_ops = {
|
| H A D | xfs_file.c | 674 const struct iomap_ops *ops, in xfs_file_dio_write_aligned() 753 const struct iomap_ops *dops; in xfs_file_dio_write_atomic()
|
| /linux/include/linux/ |
| H A D | iomap.h | 206 struct iomap_ops { struct 254 int iomap_iter(struct iomap_iter *iter, const struct iomap_ops *ops); 345 const struct iomap_ops *ops, 347 void iomap_read_folio(const struct iomap_ops *ops, 349 void iomap_readahead(const struct iomap_ops *ops, 357 const struct iomap_ops *ops, 362 bool *did_zero, const struct iomap_ops *ops, 365 const struct iomap_ops *ops, 367 vm_fault_t iomap_page_mkwrite(struct vm_fault *vmf, const struct iomap_ops *ops, 376 u64 start, u64 len, const struct iomap_ops *ops); [all …]
|
| /linux/tools/testing/nvdimm/test/ |
| H A D | iomap.c | 18 static struct iomap_ops { 22 } iomap_ops = { 23 .list = LIST_HEAD_INIT(iomap_ops.list), variable 29 iomap_ops.nfit_test_lookup = lookup; in nfit_test_setup() 30 iomap_ops.evaluate_dsm = evaluate; in nfit_test_setup() 31 list_add_rcu(&iomap_ops.list, &iomap_head); in nfit_test_setup() 37 list_del_rcu(&iomap_ops.list); in nfit_test_teardown() 44 struct iomap_ops *ops; in __get_nfit_res() 385 struct iomap_ops *ops; in __wrap_acpi_evaluate_object() 19 static struct iomap_ops { global() struct
|
| /linux/fs/iomap/ |
| H A D | seek.c | 30 iomap_seek_hole(struct inode *inode, loff_t pos, const struct iomap_ops *ops) in iomap_seek_hole() 76 iomap_seek_data(struct inode *inode, loff_t pos, const struct iomap_ops *ops) in iomap_seek_data()
|
| H A D | fiemap.c | 59 u64 start, u64 len, const struct iomap_ops *ops) in iomap_fiemap() 95 const struct iomap_ops *ops) in iomap_bmap()
|
| H A D | iter.c | 61 int iomap_iter(struct iomap_iter *iter, const struct iomap_ops *ops) in iomap_iter()
|
| H A D | buffered-io.c | 557 void iomap_read_folio(const struct iomap_ops *ops, in iomap_read_folio() 622 void iomap_readahead(const struct iomap_ops *ops, in iomap_readahead() 1171 const struct iomap_ops *ops, in iomap_file_buffered_write() 1464 const struct iomap_ops *ops, in iomap_file_unshare() 1586 const struct iomap_ops *ops, in iomap_zero_range() 1641 const struct iomap_ops *ops, in iomap_truncate_page() 1675 vm_fault_t iomap_page_mkwrite(struct vm_fault *vmf, const struct iomap_ops *ops, in iomap_page_mkwrite()
|
| H A D | swapfile.c | 142 const struct iomap_ops *ops) in iomap_swapfile_activate()
|
| H A D | direct-io.c | 625 const struct iomap_ops *ops, const struct iomap_dio_ops *dops, in __iomap_dio_rw() 842 const struct iomap_ops *ops, const struct iomap_dio_ops *dops, in iomap_dio_rw()
|
| /linux/fs/ |
| H A D | dax.c | 1458 const struct iomap_ops *ops) in dax_file_unshare() 1550 const struct iomap_ops *ops) in dax_zero_range() 1567 const struct iomap_ops *ops) in dax_truncate_page() 1708 const struct iomap_ops *ops) in dax_iomap_rw() 1863 int *iomap_errp, const struct iomap_ops *ops) in dax_iomap_pte_fault() 1973 const struct iomap_ops *ops) in dax_iomap_pmd_fault() 2052 const struct iomap_ops *ops) in dax_iomap_pmd_fault() 2073 const struct iomap_ops *ops) in dax_iomap_fault() 2206 const struct iomap_ops *ops) in dax_dedupe_file_range_compare() 2236 const struct iomap_ops *ops) in dax_remap_file_range_prep()
|
| H A D | internal.h | 11 struct iomap_ops;
|
| H A D | remap_range.c | 280 const struct iomap_ops *dax_read_ops) in __generic_remap_file_range_prep()
|
| /linux/fs/gfs2/ |
| H A D | bmap.h | 46 extern const struct iomap_ops gfs2_iomap_ops;
|
| /linux/fs/ext4/ |
| H A D | file.c | 511 const struct iomap_ops *iomap_ops = &ext4_iomap_ops; in ext4_dio_write_iter() local 579 iomap_ops = &ext4_iomap_overwrite_ops; in ext4_dio_write_iter() 580 ret = iomap_dio_rw(iocb, from, iomap_ops, &ext4_dio_write_ops, in ext4_dio_write_iter()
|
| /linux/fs/erofs/ |
| H A D | data.c | 347 static const struct iomap_ops erofs_iomap_ops = { 455 const struct iomap_ops *ops = &erofs_iomap_ops; in erofs_file_llseek()
|
| H A D | internal.h | 410 extern const struct iomap_ops z_erofs_iomap_report_ops;
|
| H A D | zmap.c | 806 const struct iomap_ops z_erofs_iomap_report_ops = {
|
| /linux/fs/zonefs/ |
| H A D | file.c | 60 static const struct iomap_ops zonefs_read_iomap_ops = { 109 static const struct iomap_ops zonefs_write_iomap_ops = {
|
| /linux/fs/hpfs/ |
| H A D | file.c | 159 static const struct iomap_ops hpfs_iomap_ops = {
|
| /linux/fs/ext2/ |
| H A D | ext2.h | 787 extern const struct iomap_ops ext2_iomap_ops;
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | design.rst | 303 ``struct iomap_ops`` 311 struct iomap_ops {
|
| /linux/block/ |
| H A D | fops.c | 458 static const struct iomap_ops blkdev_iomap_ops = {
|