Searched refs:iomap_readahead (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | iomap.h | 356 void iomap_readahead(const struct iomap_ops *ops, 640 iomap_readahead(ops, &ctx, NULL); in iomap_bio_readahead()
|
| /linux/fs/iomap/ |
| H A D | trace.h | 51 DEFINE_READPAGE_EVENT(iomap_readahead);
|
| H A D | buffered-io.c | 653 void iomap_readahead(const struct iomap_ops *ops, in iomap_readahead() function 677 EXPORT_SYMBOL_GPL(iomap_readahead);
|
| /linux/fs/xfs/ |
| H A D | xfs_aops.c | 796 iomap_readahead(&xfs_read_iomap_ops, &ctx, NULL); in xfs_vm_readahead()
|
| /linux/fs/erofs/ |
| H A D | data.c | 426 iomap_readahead(&erofs_iomap_ops, &read_ctx, &iter_ctx); in erofs_readahead()
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 199 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 D | inode.c | 676 iomap_readahead(&ntfs_iomap_ops, &ctx, NULL); in ntfs_readahead()
|
| /linux/fs/fuse/ |
| H A D | file.c | 1085 iomap_readahead(&fuse_iomap_ops, &ctx, NULL); in fuse_readahead()
|