Searched refs:iomap_readahead (Results 1 – 9 of 9) sorted by relevance
340 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
51 DEFINE_READPAGE_EVENT(iomap_readahead);
532 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead() function555 EXPORT_SYMBOL_GPL(iomap_readahead);
358 return iomap_readahead(rac, &erofs_iomap_ops); in erofs_readahead()
500 iomap_readahead(rac, &gfs2_iomap_ops); in gfs2_readahead()
684 iomap_readahead(rac, &xfs_read_iomap_ops); in xfs_vm_readahead()
120 iomap_readahead(rac, &zonefs_read_iomap_ops); in zonefs_readahead()
513 iomap_readahead(rac, &blkdev_iomap_ops); in blkdev_readahead()
176 The ``iomap_readahead`` function initiates readahead to the pagecache.