Searched refs:readahead_control (Results 1 – 25 of 46) sorted by relevance
12
/linux-6.1.9/mm/ |
D | readahead.c | 147 static void read_pages(struct readahead_control *rac) in read_pages() 206 void page_cache_ra_unbounded(struct readahead_control *ractl, in page_cache_ra_unbounded() 282 static void do_page_cache_ra(struct readahead_control *ractl, in do_page_cache_ra() 307 void force_page_cache_ra(struct readahead_control *ractl, in force_page_cache_ra() 478 static inline int ra_alloc_folio(struct readahead_control *ractl, pgoff_t index, in ra_alloc_folio() 500 void page_cache_ra_order(struct readahead_control *ractl, in page_cache_ra_order() 566 static void ondemand_readahead(struct readahead_control *ractl, in ondemand_readahead() 685 void page_cache_sync_ra(struct readahead_control *ractl, in page_cache_sync_ra() 713 void page_cache_async_ra(struct readahead_control *ractl, in page_cache_async_ra() 791 void readahead_expand(struct readahead_control *ractl, in readahead_expand()
|
D | internal.h | 99 void page_cache_ra_order(struct readahead_control *, struct file_ra_state *, 101 void force_page_cache_ra(struct readahead_control *, unsigned long nr);
|
/linux-6.1.9/include/linux/ |
D | pagemap.h | 1164 struct readahead_control { struct 1177 struct readahead_control ractl = { \ argument 1186 void page_cache_ra_unbounded(struct readahead_control *, 1188 void page_cache_sync_ra(struct readahead_control *, unsigned long req_count); 1189 void page_cache_async_ra(struct readahead_control *, struct folio *, 1191 void readahead_expand(struct readahead_control *ractl, 1239 static inline struct folio *__readahead_folio(struct readahead_control *ractl) in __readahead_folio() 1268 static inline struct page *readahead_page(struct readahead_control *ractl) in readahead_page() 1283 static inline struct folio *readahead_folio(struct readahead_control *ractl) in readahead_folio() 1292 static inline unsigned int __readahead_batch(struct readahead_control *rac, in __readahead_batch() [all …]
|
D | mpage.h | 16 struct readahead_control; 18 void mpage_readahead(struct readahead_control *, get_block_t get_block);
|
D | netfs.h | 278 struct readahead_control; 279 void netfs_readahead(struct readahead_control *);
|
D | iomap.h | 230 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
|
D | nfs_fs.h | 598 void nfs_readahead(struct readahead_control *);
|
/linux-6.1.9/fs/netfs/ |
D | buffered_read.c | 113 struct readahead_control *ractl) in netfs_rreq_expand() 161 void netfs_readahead(struct readahead_control *ractl) in netfs_readahead()
|
/linux-6.1.9/fs/btrfs/ |
D | extent_io.h | 157 void extent_readahead(struct readahead_control *rac);
|
/linux-6.1.9/fs/ext4/ |
D | readpage.c | 226 struct readahead_control *rac, struct page *page) in ext4_mpage_readpages()
|
/linux-6.1.9/fs/hpfs/ |
D | file.c | 171 static void hpfs_readahead(struct readahead_control *rac) in hpfs_readahead()
|
/linux-6.1.9/fs/jfs/ |
D | inode.c | 283 static void jfs_readahead(struct readahead_control *rac) in jfs_readahead()
|
/linux-6.1.9/fs/omfs/ |
D | file.c | 292 static void omfs_readahead(struct readahead_control *rac) in omfs_readahead()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_aops.c | 548 struct readahead_control *rac) in xfs_vm_readahead()
|
/linux-6.1.9/fs/nfs/ |
D | read.c | 392 void nfs_readahead(struct readahead_control *ractl) in nfs_readahead()
|
/linux-6.1.9/fs/ |
D | mpage.c | 349 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead()
|
/linux-6.1.9/fs/erofs/ |
D | data.c | 359 static void erofs_readahead(struct readahead_control *rac) in erofs_readahead()
|
D | fscache.c | 348 static void erofs_fscache_readahead(struct readahead_control *rac) in erofs_fscache_readahead()
|
D | zdata.c | 1554 struct readahead_control *rac, in z_erofs_pcluster_readmore() 1643 static void z_erofs_readahead(struct readahead_control *rac) in z_erofs_readahead()
|
/linux-6.1.9/fs/gfs2/ |
D | aops.c | 524 static void gfs2_readahead(struct readahead_control *rac) in gfs2_readahead()
|
/linux-6.1.9/fs/squashfs/ |
D | file.c | 536 static void squashfs_readahead(struct readahead_control *ractl) in squashfs_readahead()
|
/linux-6.1.9/fs/qnx6/ |
D | inode.c | 102 static void qnx6_readahead(struct readahead_control *rac) in qnx6_readahead()
|
/linux-6.1.9/fs/exfat/ |
D | inode.c | 343 static void exfat_readahead(struct readahead_control *rac) in exfat_readahead()
|
/linux-6.1.9/block/ |
D | fops.c | 384 static void blkdev_readahead(struct readahead_control *rac) in blkdev_readahead()
|
/linux-6.1.9/fs/iomap/ |
D | buffered-io.c | 201 struct readahead_control *rac; 405 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead()
|
12