Home
last modified time | relevance | path

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

/Linux-v6.1/fs/iomap/
Dtrace.h51 DEFINE_READPAGE_EVENT(iomap_readahead);
Dbuffered-io.c405 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead() function
428 EXPORT_SYMBOL_GPL(iomap_readahead);
/Linux-v6.1/include/linux/
Diomap.h230 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
/Linux-v6.1/fs/xfs/
Dxfs_aops.c550 iomap_readahead(rac, &xfs_read_iomap_ops); in xfs_vm_readahead()
/Linux-v6.1/fs/erofs/
Ddata.c361 return iomap_readahead(rac, &erofs_iomap_ops); in erofs_readahead()
/Linux-v6.1/fs/gfs2/
Daops.c534 iomap_readahead(rac, &gfs2_iomap_ops); in gfs2_readahead()
/Linux-v6.1/fs/zonefs/
Dsuper.c212 iomap_readahead(rac, &zonefs_read_iomap_ops); in zonefs_readahead()