Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Diomap.h340 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
/linux-6.15/fs/iomap/
H A Dtrace.h51 DEFINE_READPAGE_EVENT(iomap_readahead);
H A Dbuffered-io.c532 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead() function
555 EXPORT_SYMBOL_GPL(iomap_readahead);
/linux-6.15/fs/erofs/
H A Ddata.c358 return iomap_readahead(rac, &erofs_iomap_ops); in erofs_readahead()
/linux-6.15/fs/gfs2/
H A Daops.c500 iomap_readahead(rac, &gfs2_iomap_ops); in gfs2_readahead()
/linux-6.15/fs/xfs/
H A Dxfs_aops.c684 iomap_readahead(rac, &xfs_read_iomap_ops); in xfs_vm_readahead()
/linux-6.15/fs/zonefs/
H A Dfile.c120 iomap_readahead(rac, &zonefs_read_iomap_ops); in zonefs_readahead()
/linux-6.15/block/
H A Dfops.c513 iomap_readahead(rac, &blkdev_iomap_ops); in blkdev_readahead()
/linux-6.15/Documentation/filesystems/iomap/
H A Doperations.rst176 The ``iomap_readahead`` function initiates readahead to the pagecache.