Home
last modified time | relevance | path

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

/Linux-v5.15/fs/iomap/
Dtrace.h51 DEFINE_READPAGE_EVENT(iomap_readahead);
Dbuffered-io.c393 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead() function
417 EXPORT_SYMBOL_GPL(iomap_readahead);
/Linux-v5.15/include/linux/
Diomap.h224 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
/Linux-v5.15/fs/erofs/
Ddata.c249 return iomap_readahead(rac, &erofs_iomap_ops); in erofs_readahead()
/Linux-v5.15/fs/xfs/
Dxfs_aops.c529 iomap_readahead(rac, &xfs_read_iomap_ops); in xfs_vm_readahead()
/Linux-v5.15/fs/gfs2/
Daops.c566 iomap_readahead(rac, &gfs2_iomap_ops); in gfs2_readahead()
/Linux-v5.15/fs/zonefs/
Dsuper.c123 iomap_readahead(rac, &zonefs_iomap_ops); in zonefs_readahead()