Searched refs:iomap_ops (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
D | iomap.h | 106 struct iomap_ops { struct 132 unsigned flags, const struct iomap_ops *ops, void *data, argument 153 const struct iomap_ops *ops); 154 int iomap_readpage(struct page *page, const struct iomap_ops *ops); 156 unsigned nr_pages, const struct iomap_ops *ops); 170 const struct iomap_ops *ops); 172 bool *did_zero, const struct iomap_ops *ops); 174 const struct iomap_ops *ops); 176 const struct iomap_ops *ops); 178 loff_t start, loff_t len, const struct iomap_ops *ops); [all …]
|
D | dax.h | 15 struct iomap_ops; 215 const struct iomap_ops *ops); 217 pfn_t *pfnp, int *errp, const struct iomap_ops *ops);
|