iomap_readahead
iomap_readahead(&erofs_iomap_ops, &read_ctx, &iter_ctx);
iomap_readahead(&fuse_iomap_ops, &ctx, NULL);
EXPORT_SYMBOL_GPL(iomap_readahead);
DEFINE_READPAGE_EVENT(iomap_readahead);
iomap_readahead(&ntfs_iomap_ops, &ctx, NULL);
void iomap_readahead(const struct iomap_ops *ops,
iomap_readahead(ops, &ctx, NULL);