Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diomap.h439 void iomap_readahead(const struct iomap_ops *ops,
790 iomap_readahead(ops, &ctx, NULL); in iomap_bio_readahead()
/linux/fs/ntfs/
H A Daops.c249 iomap_readahead(&ntfs_read_iomap_ops, &ctx, NULL); in ntfs_readahead()
/linux/fs/xfs/
H A Dxfs_aops.c631 iomap_readahead(&xfs_read_iomap_ops, &ctx, NULL); in xfs_vm_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/iomap/
H A Dbuffered-io.c728 void iomap_readahead(const struct iomap_ops *ops, in iomap_readahead() function
761 EXPORT_SYMBOL_GPL(iomap_readahead);
/linux/fs/ntfs3/
H A Dinode.c880 iomap_readahead(&ntfs_iomap_ops, &ctx, NULL); in ntfs_readahead()
/linux/fs/fuse/
H A Dfile.c1110 iomap_readahead(&fuse_iomap_ops, &ctx, NULL); in fuse_readahead()