Home
last modified time | relevance | path

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

/Linux-v5.10/fs/iomap/
Dtrace.h42 DEFINE_READPAGE_EVENT(iomap_readahead);
Dbuffered-io.c393 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead() function
423 EXPORT_SYMBOL_GPL(iomap_readahead);
/Linux-v5.10/include/linux/
Diomap.h159 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
/Linux-v5.10/fs/xfs/
Dxfs_aops.c632 iomap_readahead(rac, &xfs_read_iomap_ops); in xfs_vm_readahead()
/Linux-v5.10/fs/gfs2/
Daops.c569 iomap_readahead(rac, &gfs2_iomap_ops); in gfs2_readahead()
/Linux-v5.10/fs/zonefs/
Dsuper.c117 iomap_readahead(rac, &zonefs_iomap_ops); in zonefs_readahead()