Searched defs:iomap_ops (Results 1 – 5 of 5) sorted by relevance
/linux/arch/parisc/lib/ |
A D | iomap.c | 45 struct iomap_ops { struct 46 unsigned int (*read8)(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 *); 57 void (*write16be)(u16, void __iomem *); 58 void (*write32)(u32, void __iomem *); 59 void (*write32be)(u32, void __iomem *); 61 void (*write64)(u64, void __iomem *); [all …]
|
/linux/Documentation/filesystems/iomap/ |
A D | design.rst | 308 ``->iomap_begin`` 362 ``->iomap_end``
|
/linux/tools/testing/nvdimm/test/ |
A D | iomap.c | 19 static struct iomap_ops { struct 23 } iomap_ops = { argument
|
/linux/include/linux/ |
A 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,
|
/linux/fs/ext4/ |
A D | file.c | 505 const struct iomap_ops *iomap_ops = &ext4_iomap_ops; in ext4_dio_write_iter() local
|
Completed in 19 milliseconds