Home
last modified time | relevance | path

Searched refs:iomap_ops (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.15/arch/parisc/lib/
H A Diomap.c45 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()
336 return iomap_ops[ADDR_TO_REGION(addr)]->read32(addr); in ioread32()
351 return iomap_ops[ADDR_TO_REGION(addr)]->read64(addr); in ioread64()
366 iomap_ops[ADDR_TO_REGION(addr)]->write8(datum, addr); in iowrite8()
375 iomap_ops[ADDR_TO_REGION(addr)]->write16(datum, addr); in iowrite16()
[all …]
/linux-6.15/fs/xfs/
H A Dxfs_iomap.h52 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;
H A Dxfs_iomap.c968 const struct iomap_ops xfs_direct_write_iomap_ops = {
1020 const struct iomap_ops xfs_zoned_direct_write_iomap_ops = {
1045 const struct iomap_ops xfs_dax_write_iomap_ops = {
1814 const struct iomap_ops xfs_buffered_write_iomap_ops = {
1860 const struct iomap_ops xfs_read_iomap_ops = {
1948 const struct iomap_ops xfs_seek_iomap_ops = {
1995 const struct iomap_ops xfs_xattr_iomap_ops = {
/linux-6.15/include/linux/
H A Diomap.h198 struct iomap_ops { struct
338 const struct iomap_ops *ops, void *private);
347 const struct iomap_ops *ops);
349 bool *did_zero, const struct iomap_ops *ops, void *private);
351 const struct iomap_ops *ops, void *private);
361 u64 start, u64 len, const struct iomap_ops *ops);
363 const struct iomap_ops *ops);
365 const struct iomap_ops *ops);
367 const struct iomap_ops *ops);
509 const struct iomap_ops *ops, const struct iomap_dio_ops *dops,
[all …]
H A Ddax.h13 struct iomap_ops;
204 const struct iomap_ops *ops);
206 const struct iomap_ops *ops);
208 const struct iomap_ops *ops);
256 const struct iomap_ops *ops);
258 pfn_t *pfnp, int *errp, const struct iomap_ops *ops);
277 const struct iomap_ops *ops);
281 const struct iomap_ops *ops);
/linux-6.15/tools/testing/nvdimm/test/
H A Diomap.c19 static struct iomap_ops { struct
23 } iomap_ops = { variable
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()
396 struct iomap_ops *ops; in __wrap_acpi_evaluate_dsm()
/linux-6.15/fs/iomap/
H A Dseek.c34 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()
H A Dfiemap.c62 u64 start, u64 len, const struct iomap_ops *ops) in iomap_fiemap()
98 const struct iomap_ops *ops) in iomap_bmap()
H A Diter.c60 int iomap_iter(struct iomap_iter *iter, const struct iomap_ops *ops) in iomap_iter()
H A Dbuffered-io.c459 int iomap_read_folio(struct folio *folio, const struct iomap_ops *ops) in iomap_read_folio()
532 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead()
1016 const struct iomap_ops *ops, void *private) in iomap_file_buffered_write()
1312 const struct iomap_ops *ops) in iomap_file_unshare()
1390 const struct iomap_ops *ops, void *private) in iomap_zero_range()
1459 const struct iomap_ops *ops, void *private) in iomap_truncate_page()
1492 vm_fault_t iomap_page_mkwrite(struct vm_fault *vmf, const struct iomap_ops *ops, in iomap_page_mkwrite()
H A Dswapfile.c145 const struct iomap_ops *ops) in iomap_swapfile_activate()
H A Ddirect-io.c603 const struct iomap_ops *ops, const struct iomap_dio_ops *dops, in __iomap_dio_rw()
818 const struct iomap_ops *ops, const struct iomap_dio_ops *dops, in iomap_dio_rw()
/linux-6.15/fs/gfs2/
H A Dbmap.h46 extern const struct iomap_ops gfs2_iomap_ops;
/linux-6.15/fs/
H A Ddax.c1499 const struct iomap_ops *ops) in dax_file_unshare()
1591 const struct iomap_ops *ops) in dax_zero_range()
1608 const struct iomap_ops *ops) in dax_truncate_page()
1749 const struct iomap_ops *ops) in dax_iomap_rw()
1901 int *iomap_errp, const struct iomap_ops *ops) in dax_iomap_pte_fault()
2013 const struct iomap_ops *ops) in dax_iomap_pmd_fault()
2095 const struct iomap_ops *ops) in dax_iomap_pmd_fault()
2115 pfn_t *pfnp, int *iomap_errp, const struct iomap_ops *ops) in dax_iomap_fault()
2250 const struct iomap_ops *ops) in dax_dedupe_file_range_compare()
2280 const struct iomap_ops *ops) in dax_remap_file_range_prep()
H A Dinternal.h11 struct iomap_ops;
H A Dremap_range.c280 const struct iomap_ops *dax_read_ops) in __generic_remap_file_range_prep()
/linux-6.15/fs/ext4/
H A Dfile.c506 const struct iomap_ops *iomap_ops = &ext4_iomap_ops; in ext4_dio_write_iter() local
574 iomap_ops = &ext4_iomap_overwrite_ops; in ext4_dio_write_iter()
575 ret = iomap_dio_rw(iocb, from, iomap_ops, &ext4_dio_write_ops, in ext4_dio_write_iter()
/linux-6.15/fs/erofs/
H A Ddata.c328 static const struct iomap_ops erofs_iomap_ops = {
430 const struct iomap_ops *ops = &erofs_iomap_ops; in erofs_file_llseek()
H A Dinternal.h372 extern const struct iomap_ops z_erofs_iomap_report_ops;
/linux-6.15/fs/zonefs/
H A Dfile.c60 static const struct iomap_ops zonefs_read_iomap_ops = {
109 static const struct iomap_ops zonefs_write_iomap_ops = {
/linux-6.15/fs/hpfs/
H A Dfile.c157 static const struct iomap_ops hpfs_iomap_ops = {
/linux-6.15/fs/ext2/
H A Dext2.h787 extern const struct iomap_ops ext2_iomap_ops;
/linux-6.15/Documentation/filesystems/iomap/
H A Ddesign.rst294 ``struct iomap_ops``
302 struct iomap_ops {
/linux-6.15/fs/btrfs/
H A Ddirect-io.c751 static const struct iomap_ops btrfs_dio_iomap_ops = {
/linux-6.15/block/
H A Dfops.c431 static const struct iomap_ops blkdev_iomap_ops = {

12