Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diomap.h349 void iomap_readahead(const struct iomap_ops *ops,
613 iomap_readahead(ops, &ctx); in iomap_bio_readahead()
/linux/fs/iomap/
H A Dtrace.h51 DEFINE_READPAGE_EVENT(iomap_readahead);
H A Dbuffered-io.c622 void iomap_readahead(const struct iomap_ops *ops, in iomap_readahead() function
645 EXPORT_SYMBOL_GPL(iomap_readahead);
/linux/Documentation/filesystems/iomap/
H A Doperations.rst199 The ``iomap_readahead`` function initiates readahead to the pagecache.
206 Both ``iomap_readahead`` and ``iomap_read_folio`` pass in a ``struct
218 ``iomap_readahead`` must set:
/linux/fs/fuse/
H A Dfile.c1084 iomap_readahead(&fuse_iomap_ops, &ctx); in fuse_readahead()