Searched refs:iomap_ops (Results 1 – 20 of 20) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | iomap.h | 106 struct iomap_ops { struct 132 unsigned flags, const struct iomap_ops *ops, void *data, argument 153 const struct iomap_ops *ops); 154 int iomap_readpage(struct page *page, const struct iomap_ops *ops); 156 unsigned nr_pages, const struct iomap_ops *ops); 170 const struct iomap_ops *ops); 172 bool *did_zero, const struct iomap_ops *ops); 174 const struct iomap_ops *ops); 176 const struct iomap_ops *ops); 178 loff_t start, loff_t len, const struct iomap_ops *ops); [all …]
|
| D | dax.h | 15 struct iomap_ops; 215 const struct iomap_ops *ops); 217 pfn_t *pfnp, int *errp, const struct iomap_ops *ops);
|
| /Linux-v5.4/arch/parisc/lib/ |
| D | iomap.c | 45 struct iomap_ops { struct 132 static const struct iomap_ops ioport_ops = { 271 static const struct iomap_ops iomem_ops = { 294 static const struct iomap_ops *iomap_ops[8] = { variable 303 return iomap_ops[ADDR_TO_REGION(addr)]->read8(addr); in ioread8() 310 return iomap_ops[ADDR_TO_REGION(addr)]->read16(addr); in ioread16() 317 return iomap_ops[ADDR_TO_REGION(addr)]->read16be(addr); in ioread16be() 324 return iomap_ops[ADDR_TO_REGION(addr)]->read32(addr); in ioread32() 331 return iomap_ops[ADDR_TO_REGION(addr)]->read32be(addr); in ioread32be() 338 return iomap_ops[ADDR_TO_REGION(addr)]->read64(addr); in ioread64() [all …]
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_iomap.h | 42 extern const struct iomap_ops xfs_iomap_ops; 43 extern const struct iomap_ops xfs_seek_iomap_ops; 44 extern const struct iomap_ops xfs_xattr_iomap_ops;
|
| D | xfs_iomap.c | 1137 const struct iomap_ops xfs_iomap_ops = { 1224 const struct iomap_ops xfs_seek_iomap_ops = { 1267 const struct iomap_ops xfs_xattr_iomap_ops = {
|
| /Linux-v5.4/tools/testing/nvdimm/test/ |
| D | iomap.c | 19 static struct iomap_ops { struct 23 } iomap_ops = { argument 24 .list = LIST_HEAD_INIT(iomap_ops.list), 30 iomap_ops.nfit_test_lookup = lookup; in nfit_test_setup() 31 iomap_ops.evaluate_dsm = evaluate; in nfit_test_setup() 32 list_add_rcu(&iomap_ops.list, &iomap_head); in nfit_test_setup() 38 list_del_rcu(&iomap_ops.list); in nfit_test_teardown() 45 struct iomap_ops *ops; in __get_nfit_res() 417 struct iomap_ops *ops; in __wrap_acpi_evaluate_dsm()
|
| /Linux-v5.4/fs/iomap/ |
| D | fiemap.c | 68 loff_t start, loff_t len, const struct iomap_ops *ops) in iomap_fiemap() 131 const struct iomap_ops *ops) in iomap_bmap()
|
| D | seek.c | 140 iomap_seek_hole(struct inode *inode, loff_t offset, const struct iomap_ops *ops) in iomap_seek_hole() 186 iomap_seek_data(struct inode *inode, loff_t offset, const struct iomap_ops *ops) in iomap_seek_data()
|
| D | apply.c | 24 const struct iomap_ops *ops, void *data, iomap_actor_t actor) in iomap_apply()
|
| D | buffered-io.c | 289 iomap_readpage(struct page *page, const struct iomap_ops *ops) in iomap_readpage() 382 unsigned nr_pages, const struct iomap_ops *ops) in iomap_readpages() 820 const struct iomap_ops *ops) in iomap_file_buffered_write() 902 const struct iomap_ops *ops) in iomap_file_dirty() 980 const struct iomap_ops *ops) in iomap_zero_range() 1000 const struct iomap_ops *ops) in iomap_truncate_page() 1033 vm_fault_t iomap_page_mkwrite(struct vm_fault *vmf, const struct iomap_ops *ops) in iomap_page_mkwrite()
|
| D | swapfile.c | 136 const struct iomap_ops *ops) in iomap_swapfile_activate()
|
| D | direct-io.c | 395 const struct iomap_ops *ops, const struct iomap_dio_ops *dops) in iomap_dio_rw()
|
| /Linux-v5.4/fs/gfs2/ |
| D | bmap.h | 46 extern const struct iomap_ops gfs2_iomap_ops;
|
| D | bmap.c | 1257 const struct iomap_ops gfs2_iomap_ops = {
|
| /Linux-v5.4/fs/ |
| D | internal.h | 11 struct iomap_ops;
|
| D | dax.c | 1196 const struct iomap_ops *ops) in dax_iomap_rw() 1243 int *iomap_errp, const struct iomap_ops *ops) in dax_iomap_pte_fault() 1464 const struct iomap_ops *ops) in dax_iomap_pmd_fault() 1624 const struct iomap_ops *ops) in dax_iomap_pmd_fault() 1644 pfn_t *pfnp, int *iomap_errp, const struct iomap_ops *ops) in dax_iomap_fault()
|
| /Linux-v5.4/fs/ext2/ |
| D | ext2.h | 799 extern const struct iomap_ops ext2_iomap_ops;
|
| D | inode.c | 851 const struct iomap_ops ext2_iomap_ops = { 857 const struct iomap_ops ext2_iomap_ops;
|
| /Linux-v5.4/fs/ext4/ |
| D | ext4.h | 3381 extern const struct iomap_ops ext4_iomap_ops;
|
| D | inode.c | 3607 const struct iomap_ops ext4_iomap_ops = {
|