Home
last modified time | relevance | path

Searched refs:readahead_control (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v6.6/mm/
Dreadahead.c146 static void read_pages(struct readahead_control *rac) in read_pages()
205 void page_cache_ra_unbounded(struct readahead_control *ractl, in page_cache_ra_unbounded()
281 static void do_page_cache_ra(struct readahead_control *ractl, in do_page_cache_ra()
306 void force_page_cache_ra(struct readahead_control *ractl, in force_page_cache_ra()
464 static inline int ra_alloc_folio(struct readahead_control *ractl, pgoff_t index, in ra_alloc_folio()
486 void page_cache_ra_order(struct readahead_control *ractl, in page_cache_ra_order()
552 static void ondemand_readahead(struct readahead_control *ractl, in ondemand_readahead()
671 void page_cache_sync_ra(struct readahead_control *ractl, in page_cache_sync_ra()
699 void page_cache_async_ra(struct readahead_control *ractl, in page_cache_async_ra()
777 void readahead_expand(struct readahead_control *ractl, in readahead_expand()
Dinternal.h123 void page_cache_ra_order(struct readahead_control *, struct file_ra_state *,
125 void force_page_cache_ra(struct readahead_control *, unsigned long nr);
/Linux-v6.6/include/linux/
Dpagemap.h1244 struct readahead_control { struct
1257 struct readahead_control ractl = { \ argument
1266 void page_cache_ra_unbounded(struct readahead_control *,
1268 void page_cache_sync_ra(struct readahead_control *, unsigned long req_count);
1269 void page_cache_async_ra(struct readahead_control *, struct folio *,
1271 void readahead_expand(struct readahead_control *ractl,
1319 static inline struct folio *__readahead_folio(struct readahead_control *ractl) in __readahead_folio()
1348 static inline struct page *readahead_page(struct readahead_control *ractl) in readahead_page()
1363 static inline struct folio *readahead_folio(struct readahead_control *ractl) in readahead_folio()
1372 static inline unsigned int __readahead_batch(struct readahead_control *rac, in __readahead_batch()
[all …]
Dmpage.h16 struct readahead_control;
18 void mpage_readahead(struct readahead_control *, get_block_t get_block);
Dnetfs.h287 struct readahead_control;
288 void netfs_readahead(struct readahead_control *);
Diomap.h266 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
Dnfs_fs.h628 void nfs_readahead(struct readahead_control *);
/Linux-v6.6/fs/nfs/
Dfscache.h99 extern int nfs_netfs_readahead(struct readahead_control *ractl);
177 static inline int nfs_netfs_readahead(struct readahead_control *ractl) in nfs_netfs_readahead()
Dfscache.c252 int nfs_netfs_readahead(struct readahead_control *ractl) in nfs_netfs_readahead()
Dread.c389 void nfs_readahead(struct readahead_control *ractl) in nfs_readahead()
/Linux-v6.6/fs/netfs/
Dbuffered_read.c117 struct readahead_control *ractl) in netfs_rreq_expand()
165 void netfs_readahead(struct readahead_control *ractl) in netfs_readahead()
/Linux-v6.6/fs/btrfs/
Dextent_io.h194 void extent_readahead(struct readahead_control *rac);
/Linux-v6.6/fs/ext4/
Dreadpage.c219 struct readahead_control *rac, struct folio *folio) in ext4_mpage_readpages()
/Linux-v6.6/fs/hpfs/
Dfile.c166 static void hpfs_readahead(struct readahead_control *rac) in hpfs_readahead()
/Linux-v6.6/fs/jfs/
Dinode.c278 static void jfs_readahead(struct readahead_control *rac) in jfs_readahead()
/Linux-v6.6/fs/omfs/
Dfile.c292 static void omfs_readahead(struct readahead_control *rac) in omfs_readahead()
/Linux-v6.6/block/
Dfops.c423 static void blkdev_readahead(struct readahead_control *rac) in blkdev_readahead()
464 static void blkdev_readahead(struct readahead_control *rac) in blkdev_readahead()
/Linux-v6.6/fs/xfs/
Dxfs_aops.c561 struct readahead_control *rac) in xfs_vm_readahead()
/Linux-v6.6/fs/
Dmpage.c370 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead()
/Linux-v6.6/fs/erofs/
Ddata.c363 static void erofs_readahead(struct readahead_control *rac) in erofs_readahead()
Dfscache.c291 static void erofs_fscache_readahead(struct readahead_control *rac) in erofs_fscache_readahead()
/Linux-v6.6/fs/gfs2/
Daops.c527 static void gfs2_readahead(struct readahead_control *rac) in gfs2_readahead()
/Linux-v6.6/fs/squashfs/
Dfile.c536 static void squashfs_readahead(struct readahead_control *ractl) in squashfs_readahead()
/Linux-v6.6/fs/qnx6/
Dinode.c102 static void qnx6_readahead(struct readahead_control *rac) in qnx6_readahead()
/Linux-v6.6/fs/exfat/
Dinode.c341 static void exfat_readahead(struct readahead_control *rac) in exfat_readahead()

12