Searched refs:iomap_readahead (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/iomap/ |
H A D | trace.h | 42 DEFINE_READPAGE_EVENT(iomap_readahead); variable
|
H A D | buffered-io.c | 379 * iomap_readahead - Attempt to read pages from a file. 393 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead() function 423 EXPORT_SYMBOL_GPL(iomap_readahead); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | iomap.h | 159 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
|
/kernel/linux/linux-6.6/fs/iomap/ |
H A D | trace.h | 51 DEFINE_READPAGE_EVENT(iomap_readahead); variable
|
H A D | buffered-io.c | 468 * iomap_readahead - Attempt to read pages from a file. 482 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead() function 505 EXPORT_SYMBOL_GPL(iomap_readahead); variable
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | iomap.h | 266 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_aops.c | 615 iomap_readahead(rac, &xfs_read_iomap_ops); in xfs_vm_readahead()
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | data.c | 365 return iomap_readahead(rac, &erofs_iomap_ops); in erofs_readahead()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_aops.c | 563 iomap_readahead(rac, &xfs_read_iomap_ops); in xfs_vm_readahead()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | aops.c | 566 iomap_readahead(rac, &gfs2_iomap_ops); in gfs2_readahead()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | aops.c | 537 iomap_readahead(rac, &gfs2_iomap_ops); in gfs2_readahead()
|
/kernel/linux/linux-6.6/fs/zonefs/ |
H A D | file.c | 120 iomap_readahead(rac, &zonefs_read_iomap_ops); in zonefs_readahead()
|
/kernel/linux/linux-6.6/block/ |
H A D | fops.c | 466 iomap_readahead(rac, &blkdev_iomap_ops); in blkdev_readahead()
|
/kernel/linux/linux-5.10/fs/zonefs/ |
H A D | super.c | 159 iomap_readahead(rac, &zonefs_read_iomap_ops); in zonefs_readahead()
|
Completed in 22 milliseconds