Home
last modified time | relevance | path

Searched defs:iomap_ops (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/arch/parisc/lib/
Diomap.c45 struct iomap_ops { struct
46 unsigned int (*read8)(const void __iomem *);
47 unsigned int (*read16)(const void __iomem *);
48 unsigned int (*read16be)(const void __iomem *);
49 unsigned int (*read32)(const void __iomem *);
50 unsigned int (*read32be)(const void __iomem *);
52 u64 (*read64)(const void __iomem *);
53 u64 (*read64be)(const void __iomem *);
55 void (*write8)(u8, void __iomem *);
56 void (*write16)(u16, void __iomem *);
[all …]
/linux-6.14.4/Documentation/filesystems/iomap/
Ddesign.rst308 ``->iomap_begin``
362 ``->iomap_end``
/linux-6.14.4/tools/testing/nvdimm/test/
Diomap.c19 static struct iomap_ops { struct
23 } iomap_ops = { variable
/linux-6.14.4/include/linux/
Diomap.h187 struct iomap_ops { struct
193 int (*iomap_begin)(struct inode *inode, loff_t pos, loff_t length,
203 int (*iomap_end)(struct inode *inode, loff_t pos, loff_t length,
/linux-6.14.4/fs/ext4/
Dfile.c506 const struct iomap_ops *iomap_ops = &ext4_iomap_ops; in ext4_dio_write_iter() local