Home
last modified time | relevance | path

Searched refs:get_folio (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Diomap.h154 struct folio *(*get_folio)(struct iomap_iter *iter, loff_t pos, member
/linux/Documentation/filesystems/iomap/
H A Doperations.rst66 struct folio *(*get_folio)(struct iomap_iter *iter, loff_t pos,
77 - ``get_folio``: Called to allocate and return an active reference to
91 that was set up by ``->get_folio``.
/linux/fs/iomap/
H A Dbuffered-io.c858 if (write_ops && write_ops->get_folio) in __iomap_get_folio()
859 return write_ops->get_folio(iter, pos, len); in __iomap_get_folio()
/linux/fs/gfs2/
H A Dbmap.c1010 .get_folio = gfs2_iomap_get_folio,