Home
last modified time | relevance | path

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

/linux/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;
59 extern const struct iomap_ops xfs_atomic_write_cow_iomap_ops;
/linux/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()
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/tools/testing/nvdimm/test/
H A Diomap.c18 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 Dseek.c30 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 Dfiemap.c59 u64 start, u64 len, const struct iomap_ops *ops) in iomap_fiemap()
95 const struct iomap_ops *ops) in iomap_bmap()
H A Dswapfile.c142 const struct iomap_ops *ops) in iomap_swapfile_activate()
/linux/fs/hpfs/
H A Dfile.c159 static const struct iomap_ops hpfs_iomap_ops = {
/linux/fs/
H A Dremap_range.c280 const struct iomap_ops *dax_read_ops) in __generic_remap_file_range_prep()
/linux/Documentation/filesystems/iomap/
H A Ddesign.rst303 ``struct iomap_ops``
311 struct iomap_ops {
H A Doperations.rst431 const struct iomap_ops *ops,