Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Diomap.h266 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
/Linux-v6.6/fs/iomap/
Dtrace.h51 DEFINE_READPAGE_EVENT(iomap_readahead);
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);
/Linux-v6.6/fs/xfs/
Dxfs_aops.c563 iomap_readahead(rac, &xfs_read_iomap_ops); in xfs_vm_readahead()
/Linux-v6.6/fs/erofs/
Ddata.c365 return iomap_readahead(rac, &erofs_iomap_ops); in erofs_readahead()
/Linux-v6.6/fs/gfs2/
Daops.c537 iomap_readahead(rac, &gfs2_iomap_ops); in gfs2_readahead()
/Linux-v6.6/fs/zonefs/
Dfile.c120 iomap_readahead(rac, &zonefs_read_iomap_ops); in zonefs_readahead()
/Linux-v6.6/block/
Dfops.c466 iomap_readahead(rac, &blkdev_iomap_ops); in blkdev_readahead()