/kernel/linux/linux-5.10/include/linux/ |
D | pagemap.h | 795 struct readahead_control { struct 805 struct readahead_control rac = { \ argument 813 void page_cache_ra_unbounded(struct readahead_control *, 815 void page_cache_sync_ra(struct readahead_control *, struct file_ra_state *, 817 void page_cache_async_ra(struct readahead_control *, struct file_ra_state *, 874 static inline struct page *readahead_page(struct readahead_control *rac) in readahead_page() 894 static inline unsigned int __readahead_batch(struct readahead_control *rac, in __readahead_batch() 951 static inline loff_t readahead_pos(struct readahead_control *rac) in readahead_pos() 960 static inline loff_t readahead_length(struct readahead_control *rac) in readahead_length() 969 static inline pgoff_t readahead_index(struct readahead_control *rac) in readahead_index() [all …]
|
D | mpage.h | 16 struct readahead_control; 18 void mpage_readahead(struct readahead_control *, get_block_t get_block);
|
D | iomap.h | 159 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
|
D | fs.h | 291 struct readahead_control; 384 void (*readahead)(struct readahead_control *);
|
/kernel/linux/linux-5.10/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() 249 void do_page_cache_ra(struct readahead_control *ractl, in do_page_cache_ra() 274 void force_page_cache_ra(struct readahead_control *ractl, in force_page_cache_ra() 435 static void ondemand_readahead(struct readahead_control *ractl, in ondemand_readahead() 552 void page_cache_sync_ra(struct readahead_control *ractl, in page_cache_sync_ra() 581 void page_cache_async_ra(struct readahead_control *ractl, in page_cache_async_ra()
|
D | internal.h | 171 void do_page_cache_ra(struct readahead_control *, unsigned long nr_to_read, 173 void force_page_cache_ra(struct readahead_control *, struct file_ra_state *,
|
/kernel/linux/linux-5.10/fs/hpfs/ |
D | file.c | 129 static void hpfs_readahead(struct readahead_control *rac) in hpfs_readahead()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | extent_io.h | 196 void extent_readahead(struct readahead_control *rac);
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | readpage.c | 225 struct readahead_control *rac, struct page *page) in ext4_mpage_readpages()
|
/kernel/linux/linux-5.10/fs/erofs/ |
D | data.c | 283 static void erofs_raw_access_readahead(struct readahead_control *rac) in erofs_raw_access_readahead()
|
D | zdata.c | 1305 static void z_erofs_readahead(struct readahead_control *rac) in z_erofs_readahead()
|
/kernel/linux/linux-5.10/fs/jfs/ |
D | inode.c | 301 static void jfs_readahead(struct readahead_control *rac) in jfs_readahead()
|
/kernel/linux/linux-5.10/fs/omfs/ |
D | file.c | 292 static void omfs_readahead(struct readahead_control *rac) in omfs_readahead()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_aops.c | 613 struct readahead_control *rac) in xfs_vm_readahead()
|
/kernel/linux/linux-5.10/fs/ |
D | mpage.c | 379 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead()
|
D | block_dev.c | 656 static void blkdev_readahead(struct readahead_control *rac) in blkdev_readahead()
|
/kernel/linux/linux-5.10/fs/qnx6/ |
D | inode.c | 102 static void qnx6_readahead(struct readahead_control *rac) in qnx6_readahead()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | aops.c | 556 static void gfs2_readahead(struct readahead_control *rac) in gfs2_readahead()
|
/kernel/linux/linux-5.10/fs/exfat/ |
D | inode.c | 363 static void exfat_readahead(struct readahead_control *rac) in exfat_readahead()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
D | inode.c | 153 static void nilfs_readahead(struct readahead_control *rac) in nilfs_readahead()
|
/kernel/linux/linux-5.10/fs/isofs/ |
D | inode.c | 1181 static void isofs_readahead(struct readahead_control *rac) in isofs_readahead()
|
/kernel/linux/linux-5.10/fs/ext2/ |
D | inode.c | 877 static void ext2_readahead(struct readahead_control *rac) in ext2_readahead()
|
/kernel/linux/linux-5.10/fs/zonefs/ |
D | super.c | 157 static void zonefs_readahead(struct readahead_control *rac) in zonefs_readahead()
|
/kernel/linux/linux-5.10/fs/fat/ |
D | inode.c | 213 static void fat_readahead(struct readahead_control *rac) in fat_readahead()
|