Searched refs:read_folio_range (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/iomap/ |
| H A D | bio.c | 72 .read_folio_range = iomap_bio_read_folio_range,
|
| H A D | buffered-io.c | 542 ret = ctx->ops->read_folio_range(iter, ctx, plen); in iomap_read_folio_iter() 812 if (write_ops && write_ops->read_folio_range) in __iomap_write_begin() 813 status = write_ops->read_folio_range(iter, in __iomap_write_begin()
|
| /linux/include/linux/ |
| H A D | iomap.h | 183 int (*read_folio_range)(const struct iomap_iter *iter, member 507 int (*read_folio_range)(const struct iomap_iter *iter, member
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 71 int (*read_folio_range)(const struct iomap_iter *iter, 128 - ``read_folio_range``: Called to synchronously read in the range that will 144 int (*read_folio_range)(const struct iomap_iter *iter, 151 - ``read_folio_range``: Called to read in the range. This must be provided 219 * ``ops->read_folio_range()`` and ``rac`` 222 * ``ops->read_folio_range()`` and ``cur_folio``
|
| /linux/fs/fuse/ |
| H A D | file.c | 960 .read_folio_range = fuse_iomap_read_folio_range_async, 1468 .read_folio_range = fuse_iomap_read_folio_range,
|