Home
last modified time | relevance | path

Searched refs:read_folio_range (Results 1 – 5 of 5) sorted by relevance

/linux/fs/iomap/
H A Dbio.c72 .read_folio_range = iomap_bio_read_folio_range,
H A Dbuffered-io.c542 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 Diomap.h183 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 Doperations.rst71 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 Dfile.c960 .read_folio_range = fuse_iomap_read_folio_range_async,
1468 .read_folio_range = fuse_iomap_read_folio_range,