Searched refs:readahead_control (Results 1 – 25 of 51) sorted by relevance
123
/linux-6.14.4/mm/ |
D | readahead.c | 146 static void read_pages(struct readahead_control *rac) in read_pages() 181 static struct folio *ractl_alloc_folio(struct readahead_control *ractl, in ractl_alloc_folio() 207 void page_cache_ra_unbounded(struct readahead_control *ractl, in page_cache_ra_unbounded() 309 static void do_page_cache_ra(struct readahead_control *ractl, in do_page_cache_ra() 334 void force_page_cache_ra(struct readahead_control *ractl, in force_page_cache_ra() 437 static inline int ra_alloc_folio(struct readahead_control *ractl, pgoff_t index, in ra_alloc_folio() 459 void page_cache_ra_order(struct readahead_control *ractl, in page_cache_ra_order() 536 static unsigned long ractl_max_pages(struct readahead_control *ractl, in ractl_max_pages() 551 void page_cache_sync_ra(struct readahead_control *ractl, in page_cache_sync_ra() 625 void page_cache_async_ra(struct readahead_control *ractl, in page_cache_async_ra() [all …]
|
D | internal.h | 398 void page_cache_ra_order(struct readahead_control *, struct file_ra_state *, 400 void force_page_cache_ra(struct readahead_control *, unsigned long nr);
|
/linux-6.14.4/include/linux/ |
D | mpage.h | 16 struct readahead_control; 18 void mpage_readahead(struct readahead_control *, get_block_t get_block);
|
D | pagemap.h | 1355 struct readahead_control { struct 1369 struct readahead_control ractl = { \ argument 1378 void page_cache_ra_unbounded(struct readahead_control *, 1380 void page_cache_sync_ra(struct readahead_control *, unsigned long req_count); 1381 void page_cache_async_ra(struct readahead_control *, struct folio *, 1383 void readahead_expand(struct readahead_control *ractl, 1430 static inline struct folio *__readahead_folio(struct readahead_control *ractl) in __readahead_folio() 1459 static inline struct page *readahead_page(struct readahead_control *ractl) in readahead_page() 1474 static inline struct folio *readahead_folio(struct readahead_control *ractl) in readahead_folio() 1483 static inline unsigned int __readahead_batch(struct readahead_control *rac, in __readahead_batch() [all …]
|
D | rolling_buffer.h | 49 struct readahead_control *ractl,
|
D | netfs.h | 234 struct readahead_control *ractl; /* Readahead descriptor */ 419 struct readahead_control; 420 void netfs_readahead(struct readahead_control *);
|
D | iomap.h | 300 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
|
D | nfs_fs.h | 649 void nfs_readahead(struct readahead_control *);
|
/linux-6.14.4/fs/nfs/ |
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()
|
D | fscache.c | 252 int nfs_netfs_readahead(struct readahead_control *ractl) in nfs_netfs_readahead()
|
D | read.c | 405 void nfs_readahead(struct readahead_control *ractl) in nfs_readahead()
|
/linux-6.14.4/fs/bcachefs/ |
D | fs-io-buffered.h | 11 void bch2_readahead(struct readahead_control *);
|
D | fs-io-buffered.c | 46 struct readahead_control *ractl) in readpages_iter_init() 247 void bch2_readahead(struct readahead_control *ractl) in bch2_readahead()
|
/linux-6.14.4/fs/btrfs/ |
D | extent_io.h | 25 struct readahead_control; 249 void btrfs_readahead(struct readahead_control *rac);
|
/linux-6.14.4/fs/netfs/ |
D | buffered_read.c | 24 struct readahead_control *ractl) in netfs_rreq_expand() 337 void netfs_readahead(struct readahead_control *ractl) in netfs_readahead() 392 rreq->ractl = (struct readahead_control *)1UL; in netfs_create_singular_buffer()
|
D | rolling_buffer.c | 117 struct readahead_control *ractl, in rolling_buffer_load_from_ra()
|
/linux-6.14.4/fs/erofs/ |
D | fileio.c | 176 static void erofs_fileio_readahead(struct readahead_control *rac) in erofs_fileio_readahead()
|
D | data.c | 376 static void erofs_readahead(struct readahead_control *rac) in erofs_readahead()
|
/linux-6.14.4/fs/ext4/ |
D | readpage.c | 212 struct readahead_control *rac, struct folio *folio) in ext4_mpage_readpages()
|
/linux-6.14.4/fs/hpfs/ |
D | file.c | 166 static void hpfs_readahead(struct readahead_control *rac) in hpfs_readahead()
|
/linux-6.14.4/block/ |
D | fops.c | 470 static void blkdev_readahead(struct readahead_control *rac) in blkdev_readahead() 511 static void blkdev_readahead(struct readahead_control *rac) in blkdev_readahead()
|
/linux-6.14.4/fs/jfs/ |
D | inode.c | 278 static void jfs_readahead(struct readahead_control *rac) in jfs_readahead()
|
/linux-6.14.4/fs/omfs/ |
D | file.c | 292 static void omfs_readahead(struct readahead_control *rac) in omfs_readahead()
|
/linux-6.14.4/fs/xfs/ |
D | xfs_aops.c | 526 struct readahead_control *rac) in xfs_vm_readahead()
|
/linux-6.14.4/fs/ |
D | mpage.c | 362 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead()
|
123