Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diomap.h356 void iomap_readahead(const struct iomap_ops *ops,
640 iomap_readahead(ops, &ctx, NULL); in iomap_bio_readahead()
/linux/fs/iomap/
H A Dtrace.h51 DEFINE_READPAGE_EVENT(iomap_readahead);
H A Dbuffered-io.c653 void iomap_readahead(const struct iomap_ops *ops, in iomap_readahead() function
677 EXPORT_SYMBOL_GPL(iomap_readahead);
/linux/fs/xfs/
H A Dxfs_aops.c796 iomap_readahead(&xfs_read_iomap_ops, &ctx, NULL); in xfs_vm_readahead()
/linux/fs/erofs/
H A Ddata.c426 iomap_readahead(&erofs_iomap_ops, &read_ctx, &iter_ctx); in erofs_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/ntfs3/
H A Dinode.c676 iomap_readahead(&ntfs_iomap_ops, &ctx, NULL); in ntfs_readahead()
/linux/fs/fuse/
H A Dfile.c1085 iomap_readahead(&fuse_iomap_ops, &ctx, NULL); in fuse_readahead()