| /linux/mm/ |
| H A D | readahead.c | 149 static void read_pages(struct readahead_control *rac) in read_pages() 184 static struct folio *ractl_alloc_folio(struct readahead_control *ractl, in ractl_alloc_folio() 211 void page_cache_ra_unbounded(struct readahead_control *ractl, in page_cache_ra_unbounded() 315 static void do_page_cache_ra(struct readahead_control *ractl, in do_page_cache_ra() 342 void force_page_cache_ra(struct readahead_control *ractl, in force_page_cache_ra() 445 static inline int ra_alloc_folio(struct readahead_control *ractl, pgoff_t index, in ra_alloc_folio() 467 void page_cache_ra_order(struct readahead_control *ractl, in page_cache_ra_order() 542 static unsigned long ractl_max_pages(struct readahead_control *ractl, in ractl_max_pages() 557 void page_cache_sync_ra(struct readahead_control *ractl, in page_cache_sync_ra() 633 void page_cache_async_ra(struct readahead_control *ract in page_cache_async_ra() [all...] |
| H A D | internal.h | 530 void page_cache_ra_order(struct readahead_control *, struct file_ra_state *); 531 void force_page_cache_ra(struct readahead_control *, unsigned long nr);
|
| /linux/include/linux/ |
| H A D | pagemap.h | 1358 struct readahead_control { struct 1372 struct readahead_control ractl = { \ argument 1381 void page_cache_ra_unbounded(struct readahead_control *, 1383 void page_cache_sync_ra(struct readahead_control *, unsigned long req_count); 1384 void page_cache_async_ra(struct readahead_control *, struct folio *, 1386 void readahead_expand(struct readahead_control *ractl, 1433 static inline struct folio *__readahead_folio(struct readahead_control *ractl) in __readahead_folio() 1461 static inline struct folio *readahead_folio(struct readahead_control *ractl) in readahead_folio() 1470 static inline unsigned int __readahead_batch(struct readahead_control *rac, in __readahead_batch() 1502 static inline loff_t readahead_pos(const struct readahead_control *rac) in readahead_pos() [all …]
|
| H A D | mpage.h | 16 struct readahead_control; 18 void mpage_readahead(struct readahead_control *, get_block_t get_block);
|
| H A D | rolling_buffer.h | 49 struct readahead_control *ractl,
|
| H A D | netfs.h | 415 struct readahead_control; 416 void netfs_readahead(struct readahead_control *);
|
| H A D | iomap.h | 494 struct readahead_control *rac; 614 static inline void iomap_bio_readahead(struct readahead_control *rac, in iomap_bio_readahead()
|
| H A D | nfs_fs.h | 659 void nfs_readahead(struct readahead_control *);
|
| /linux/fs/nfs/ |
| H A D | fscache.h | 99 extern int nfs_netfs_readahead(struct readahead_control *ractl); 177 static inline int nfs_netfs_readahead(struct readahead_control *ractl) in nfs_netfs_readahead()
|
| H A D | fscache.c | 252 int nfs_netfs_readahead(struct readahead_control *ractl) in nfs_netfs_readahead()
|
| /linux/fs/netfs/ |
| H A D | buffered_read.c | 24 struct readahead_control *ractl) in netfs_rreq_expand() 82 struct readahead_control *ractl) in netfs_prepare_read_iterator() 216 struct readahead_control *ractl) in netfs_read_to_pagecache() 339 void netfs_readahead(struct readahead_control *ractl) in netfs_readahead()
|
| H A D | rolling_buffer.c | 117 struct readahead_control *ractl, in rolling_buffer_load_from_ra()
|
| /linux/fs/btrfs/ |
| H A D | extent_io.h | 24 struct readahead_control; 242 void btrfs_readahead(struct readahead_control *rac);
|
| /linux/fs/erofs/ |
| H A D | fileio.c | 174 static void erofs_fileio_readahead(struct readahead_control *rac) in erofs_fileio_readahead()
|
| H A D | data.c | 399 static void erofs_readahead(struct readahead_control *rac) in erofs_readahead()
|
| H A D | fscache.c | 342 static void erofs_fscache_readahead(struct readahead_control *rac) in erofs_fscache_readahead()
|
| H A D | zdata.c | 1827 struct readahead_control *rac, bool backmost) in z_erofs_pcluster_readmore() 1906 static void z_erofs_readahead(struct readahead_control *rac) in z_erofs_readahead()
|
| /linux/fs/hpfs/ |
| H A D | file.c | 168 static void hpfs_readahead(struct readahead_control *rac) in hpfs_readahead()
|
| /linux/fs/omfs/ |
| H A D | file.c | 292 static void omfs_readahead(struct readahead_control *rac) in omfs_readahead()
|
| /linux/fs/jfs/ |
| H A D | inode.c | 284 static void jfs_readahead(struct readahead_control *rac) in jfs_readahead()
|
| /linux/block/ |
| H A D | fops.c | 497 static void blkdev_readahead(struct readahead_control *rac) in blkdev_readahead() 542 static void blkdev_readahead(struct readahead_control *rac) in blkdev_readahead()
|
| /linux/fs/ |
| H A D | mpage.c | 359 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead()
|
| /linux/fs/qnx6/ |
| H A D | inode.c | 103 static void qnx6_readahead(struct readahead_control *rac) in qnx6_readahead()
|
| /linux/fs/zonefs/ |
| H A D | file.c | 119 static void zonefs_readahead(struct readahead_control *rac) in zonefs_readahead()
|
| /linux/fs/squashfs/ |
| H A D | file.c | 574 static void squashfs_readahead(struct readahead_control *ractl) in squashfs_readahead()
|