Searched refs:readahead_control (Results 1 – 25 of 43) sorted by relevance
12
/Linux-v5.15/include/linux/ |
D | pagemap.h | 836 struct readahead_control { struct 847 struct readahead_control ractl = { \ argument 856 void page_cache_ra_unbounded(struct readahead_control *, 858 void page_cache_sync_ra(struct readahead_control *, unsigned long req_count); 859 void page_cache_async_ra(struct readahead_control *, struct page *, 861 void readahead_expand(struct readahead_control *ractl, 918 static inline struct page *readahead_page(struct readahead_control *rac) in readahead_page() 938 static inline unsigned int __readahead_batch(struct readahead_control *rac, in __readahead_batch() 995 static inline loff_t readahead_pos(struct readahead_control *rac) in readahead_pos() 1004 static inline size_t readahead_length(struct readahead_control *rac) in readahead_length() [all …]
|
D | mpage.h | 16 struct readahead_control; 18 void mpage_readahead(struct readahead_control *, get_block_t get_block);
|
D | netfs.h | 217 struct readahead_control; 218 extern void netfs_readahead(struct readahead_control *,
|
D | iomap.h | 224 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
|
/Linux-v5.15/mm/ |
D | readahead.c | 117 static void read_pages(struct readahead_control *rac, struct list_head *pages, in read_pages() 174 void page_cache_ra_unbounded(struct readahead_control *ractl, in page_cache_ra_unbounded() 251 void do_page_cache_ra(struct readahead_control *ractl, in do_page_cache_ra() 276 void force_page_cache_ra(struct readahead_control *ractl, in force_page_cache_ra() 438 static void ondemand_readahead(struct readahead_control *ractl, in ondemand_readahead() 555 void page_cache_sync_ra(struct readahead_control *ractl, in page_cache_sync_ra() 584 void page_cache_async_ra(struct readahead_control *ractl, in page_cache_async_ra() 662 void readahead_expand(struct readahead_control *ractl, in readahead_expand()
|
D | internal.h | 52 void do_page_cache_ra(struct readahead_control *, unsigned long nr_to_read, 54 void force_page_cache_ra(struct readahead_control *, unsigned long nr);
|
/Linux-v5.15/fs/afs/ |
D | file.c | 26 static void afs_readahead(struct readahead_control *ractl); 387 static void afs_readahead(struct readahead_control *ractl) in afs_readahead()
|
/Linux-v5.15/fs/btrfs/ |
D | extent_io.h | 192 void extent_readahead(struct readahead_control *rac);
|
/Linux-v5.15/fs/ext4/ |
D | readpage.c | 225 struct readahead_control *rac, struct page *page) in ext4_mpage_readpages()
|
/Linux-v5.15/fs/hpfs/ |
D | file.c | 171 static void hpfs_readahead(struct readahead_control *rac) in hpfs_readahead()
|
/Linux-v5.15/fs/erofs/ |
D | data.c | 247 static void erofs_readahead(struct readahead_control *rac) in erofs_readahead()
|
D | zdata.c | 1408 static void z_erofs_readahead(struct readahead_control *rac) in z_erofs_readahead()
|
/Linux-v5.15/fs/jfs/ |
D | inode.c | 300 static void jfs_readahead(struct readahead_control *rac) in jfs_readahead()
|
/Linux-v5.15/fs/omfs/ |
D | file.c | 292 static void omfs_readahead(struct readahead_control *rac) in omfs_readahead()
|
/Linux-v5.15/fs/xfs/ |
D | xfs_aops.c | 527 struct readahead_control *rac) in xfs_vm_readahead()
|
/Linux-v5.15/fs/netfs/ |
D | read_helper.c | 823 struct readahead_control *ractl) in netfs_rreq_expand() 874 void netfs_readahead(struct readahead_control *ractl, in netfs_readahead()
|
/Linux-v5.15/fs/ |
D | mpage.c | 377 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead()
|
/Linux-v5.15/block/ |
D | fops.c | 345 static void blkdev_readahead(struct readahead_control *rac) in blkdev_readahead()
|
/Linux-v5.15/fs/gfs2/ |
D | aops.c | 556 static void gfs2_readahead(struct readahead_control *rac) in gfs2_readahead()
|
/Linux-v5.15/fs/qnx6/ |
D | inode.c | 102 static void qnx6_readahead(struct readahead_control *rac) in qnx6_readahead()
|
/Linux-v5.15/fs/iomap/ |
D | buffered-io.c | 205 struct readahead_control *rac; 393 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead()
|
/Linux-v5.15/fs/exfat/ |
D | inode.c | 366 static void exfat_readahead(struct readahead_control *rac) in exfat_readahead()
|
/Linux-v5.15/fs/nilfs2/ |
D | inode.c | 149 static void nilfs_readahead(struct readahead_control *rac) in nilfs_readahead()
|
/Linux-v5.15/fs/orangefs/ |
D | inode.c | 248 static void orangefs_readahead(struct readahead_control *rac) in orangefs_readahead()
|
/Linux-v5.15/fs/isofs/ |
D | inode.c | 1182 static void isofs_readahead(struct readahead_control *rac) in isofs_readahead()
|
12