| /linux/include/linux/ |
| A D | iomap.h | 145 struct iomap_ops { struct 222 const struct iomap_ops *ops); 237 const struct iomap_ops *ops); 239 bool *did_zero, const struct iomap_ops *ops); 241 const struct iomap_ops *ops); 243 const struct iomap_ops *ops); 245 u64 start, u64 len, const struct iomap_ops *ops); 247 const struct iomap_ops *ops); 249 const struct iomap_ops *ops); 251 const struct iomap_ops *ops); [all …]
|
| A D | dax.h | 14 struct iomap_ops; 203 const struct iomap_ops *ops); 205 pfn_t *pfnp, int *errp, const struct iomap_ops *ops);
|
| /linux/arch/parisc/lib/ |
| A 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() 324 return iomap_ops[ADDR_TO_REGION(addr)]->read32(addr); in ioread32() 338 return iomap_ops[ADDR_TO_REGION(addr)]->read64(addr); in ioread64() 362 iomap_ops[ADDR_TO_REGION(addr)]->write8(datum, addr); in iowrite8() 371 iomap_ops[ADDR_TO_REGION(addr)]->write16(datum, addr); in iowrite16() [all …]
|
| /linux/fs/xfs/ |
| A D | xfs_iomap.h | 43 extern const struct iomap_ops xfs_buffered_write_iomap_ops; 44 extern const struct iomap_ops xfs_direct_write_iomap_ops; 45 extern const struct iomap_ops xfs_read_iomap_ops; 46 extern const struct iomap_ops xfs_seek_iomap_ops; 47 extern const struct iomap_ops xfs_xattr_iomap_ops;
|
| A D | xfs_iomap.c | 853 const struct iomap_ops xfs_direct_write_iomap_ops = { 1140 const struct iomap_ops xfs_buffered_write_iomap_ops = { 1183 const struct iomap_ops xfs_read_iomap_ops = { 1267 const struct iomap_ops xfs_seek_iomap_ops = { 1311 const struct iomap_ops xfs_xattr_iomap_ops = {
|
| /linux/tools/testing/nvdimm/test/ |
| A 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/fs/iomap/ |
| A D | seek.c | 34 iomap_seek_hole(struct inode *inode, loff_t pos, const struct iomap_ops *ops) in iomap_seek_hole() 80 iomap_seek_data(struct inode *inode, loff_t pos, const struct iomap_ops *ops) in iomap_seek_data()
|
| A D | fiemap.c | 62 u64 start, u64 len, const struct iomap_ops *ops) in iomap_fiemap() 98 const struct iomap_ops *ops) in iomap_bmap()
|
| A D | buffered-io.c | 327 iomap_readpage(struct page *page, const struct iomap_ops *ops) in iomap_readpage() 404 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead() 802 const struct iomap_ops *ops) in iomap_file_buffered_write() 863 const struct iomap_ops *ops) in iomap_file_unshare() 930 const struct iomap_ops *ops) in iomap_zero_range() 948 const struct iomap_ops *ops) in iomap_truncate_page() 980 vm_fault_t iomap_page_mkwrite(struct vm_fault *vmf, const struct iomap_ops *ops) in iomap_page_mkwrite()
|
| A D | iter.c | 57 int iomap_iter(struct iomap_iter *iter, const struct iomap_ops *ops) in iomap_iter()
|
| A D | swapfile.c | 144 const struct iomap_ops *ops) in iomap_swapfile_activate()
|
| A D | direct-io.c | 474 const struct iomap_ops *ops, const struct iomap_dio_ops *dops, in __iomap_dio_rw() 674 const struct iomap_ops *ops, const struct iomap_dio_ops *dops, in iomap_dio_rw()
|
| /linux/fs/ext4/ |
| A D | file.c | 478 const struct iomap_ops *iomap_ops = &ext4_iomap_ops; in ext4_dio_write_iter() local 567 iomap_ops = &ext4_iomap_overwrite_ops; in ext4_dio_write_iter() 568 ret = iomap_dio_rw(iocb, from, iomap_ops, &ext4_dio_write_ops, in ext4_dio_write_iter()
|
| A D | ext4.h | 3863 extern const struct iomap_ops ext4_iomap_ops; 3864 extern const struct iomap_ops ext4_iomap_overwrite_ops; 3865 extern const struct iomap_ops ext4_iomap_report_ops;
|
| A D | inode.c | 3460 const struct iomap_ops ext4_iomap_ops = { 3465 const struct iomap_ops ext4_iomap_overwrite_ops = { 3550 const struct iomap_ops ext4_iomap_report_ops = {
|
| /linux/fs/gfs2/ |
| A D | bmap.h | 46 extern const struct iomap_ops gfs2_iomap_ops;
|
| /linux/fs/ |
| A D | dax.c | 1271 const struct iomap_ops *ops) in dax_iomap_rw() 1425 int *iomap_errp, const struct iomap_ops *ops) in dax_iomap_pte_fault() 1535 const struct iomap_ops *ops) in dax_iomap_pmd_fault() 1616 const struct iomap_ops *ops) in dax_iomap_pmd_fault() 1636 pfn_t *pfnp, int *iomap_errp, const struct iomap_ops *ops) in dax_iomap_fault()
|
| A D | internal.h | 11 struct iomap_ops;
|
| /linux/fs/hpfs/ |
| A D | file.c | 157 static const struct iomap_ops hpfs_iomap_ops = {
|
| /linux/fs/erofs/ |
| A D | internal.h | 419 extern const struct iomap_ops z_erofs_iomap_report_ops;
|
| A D | data.c | 266 static const struct iomap_ops erofs_iomap_ops = {
|
| A D | zmap.c | 733 const struct iomap_ops z_erofs_iomap_report_ops = {
|
| /linux/fs/ext2/ |
| A D | ext2.h | 798 extern const struct iomap_ops ext2_iomap_ops;
|
| /linux/fs/fuse/ |
| A D | dax.c | 656 static const struct iomap_ops fuse_iomap_ops = {
|
| /linux/fs/zonefs/ |
| A D | super.c | 112 static const struct iomap_ops zonefs_iomap_ops = {
|