Searched refs:iomap_dio_ops (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | iomap.h | 539 struct iomap_dio_ops { 594 const struct iomap_ops *ops, const struct iomap_dio_ops *dops, 597 const struct iomap_ops *ops, const struct iomap_dio_ops *dops, 524 struct iomap_dio_ops { global() struct 525 end_ioiomap_dio_ops global() argument 527 submit_ioiomap_dio_ops global() argument 538 bio_setiomap_dio_ops global() argument
|
| /linux/fs/iomap/ |
| H A D | direct-io.c | 31 const struct iomap_dio_ops *dops; 106 const struct iomap_dio_ops *dops = dio->dops; in iomap_dio_complete() 682 const struct iomap_ops *ops, const struct iomap_dio_ops *dops, in __iomap_dio_rw() 896 const struct iomap_ops *ops, const struct iomap_dio_ops *dops,
|
| /linux/fs/xfs/ |
| H A D | xfs_file.c | 243 static const struct iomap_dio_ops xfs_dio_read_bounce_ops = { 255 const struct iomap_dio_ops *dio_ops = NULL; in xfs_file_dio_read() 699 static const struct iomap_dio_ops xfs_dio_write_ops = { in xfs_file_dio_write_aligned() 731 static const struct iomap_dio_ops xfs_dio_zoned_write_ops = { in xfs_file_dio_write_aligned() 746 const struct iomap_dio_ops *dops,
|
| /linux/fs/zonefs/ |
| H A D | file.c | 393 static const struct iomap_dio_ops zonefs_write_dio_ops = { 628 static const struct iomap_dio_ops zonefs_read_dio_ops = {
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 432 const struct iomap_dio_ops *dops, 591 ``struct iomap_dio_ops:`` 595 struct iomap_dio_ops {
|
| /linux/fs/ext4/ |
| H A D | file.c | 406 static const struct iomap_dio_ops ext4_dio_write_ops = {
|