Searched refs:iomap_readahead (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | iomap.h | 439 void iomap_readahead(const struct iomap_ops *ops, 790 iomap_readahead(ops, &ctx, NULL); in iomap_bio_readahead()
|
| /linux/fs/ntfs/ |
| H A D | aops.c | 249 iomap_readahead(&ntfs_read_iomap_ops, &ctx, NULL); in ntfs_readahead()
|
| /linux/fs/xfs/ |
| H A D | xfs_aops.c | 631 iomap_readahead(&xfs_read_iomap_ops, &ctx, NULL); in xfs_vm_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/iomap/ |
| H A D | buffered-io.c | 728 void iomap_readahead(const struct iomap_ops *ops, in iomap_readahead() function 761 EXPORT_SYMBOL_GPL(iomap_readahead);
|
| /linux/fs/ntfs3/ |
| H A D | inode.c | 880 iomap_readahead(&ntfs_iomap_ops, &ctx, NULL); in ntfs_readahead()
|
| /linux/fs/fuse/ |
| H A D | file.c | 1110 iomap_readahead(&fuse_iomap_ops, &ctx, NULL); in fuse_readahead()
|