Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Diomap.h266 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
/openbmc/linux/fs/iomap/
H A Dtrace.h51 DEFINE_READPAGE_EVENT(iomap_readahead);
H A Dbuffered-io.c482 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead() function
505 EXPORT_SYMBOL_GPL(iomap_readahead);
/openbmc/linux/fs/xfs/
H A Dxfs_aops.c556 iomap_readahead(rac, &xfs_read_iomap_ops); in xfs_vm_readahead()
/openbmc/linux/fs/erofs/
H A Ddata.c365 return iomap_readahead(rac, &erofs_iomap_ops); in erofs_readahead()
/openbmc/linux/fs/gfs2/
H A Daops.c535 iomap_readahead(rac, &gfs2_iomap_ops); in gfs2_readahead()
/openbmc/linux/fs/zonefs/
H A Dfile.c120 iomap_readahead(rac, &zonefs_read_iomap_ops); in zonefs_readahead()
/openbmc/linux/block/
H A Dfops.c466 iomap_readahead(rac, &blkdev_iomap_ops); in blkdev_readahead()