Searched defs:iomap_ops (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/arch/parisc/lib/ |
| D | iomap.c | 45 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 …]
|
| /kernel/linux/linux-5.10/arch/parisc/lib/ |
| D | iomap.c | 45 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 *); 51 u64 (*read64)(const void __iomem *); 52 u64 (*read64be)(const void __iomem *); 53 void (*write8)(u8, void __iomem *); 54 void (*write16)(u16, void __iomem *); [all …]
|
| /kernel/linux/linux-5.10/tools/testing/nvdimm/test/ |
| D | iomap.c | 19 static struct iomap_ops { struct 23 } iomap_ops = { argument
|
| /kernel/linux/linux-6.6/tools/testing/nvdimm/test/ |
| D | iomap.c | 19 static struct iomap_ops { struct 23 } iomap_ops = { argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | iomap.h | 126 struct iomap_ops { struct 153 unsigned flags, const struct iomap_ops *ops, void *data, argument
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | iomap.h | 182 struct iomap_ops { struct 188 int (*iomap_begin)(struct inode *inode, loff_t pos, loff_t length, 198 int (*iomap_end)(struct inode *inode, loff_t pos, loff_t length,
|
| /kernel/linux/linux-5.10/fs/ext4/ |
| D | file.c | 447 const struct iomap_ops *iomap_ops = &ext4_iomap_ops; in ext4_dio_write_iter() local
|
| /kernel/linux/linux-6.6/fs/ext4/ |
| D | file.c | 505 const struct iomap_ops *iomap_ops = &ext4_iomap_ops; in ext4_dio_write_iter() local
|