Home
last modified time | relevance | path

Searched refs:readahead_control (Results 1 – 25 of 43) sorted by relevance

12

/Linux-v5.15/include/linux/
Dpagemap.h836 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 …]
Dmpage.h16 struct readahead_control;
18 void mpage_readahead(struct readahead_control *, get_block_t get_block);
Dnetfs.h217 struct readahead_control;
218 extern void netfs_readahead(struct readahead_control *,
Diomap.h224 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
/Linux-v5.15/mm/
Dreadahead.c117 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()
Dinternal.h52 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/
Dfile.c26 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/
Dextent_io.h192 void extent_readahead(struct readahead_control *rac);
/Linux-v5.15/fs/ext4/
Dreadpage.c225 struct readahead_control *rac, struct page *page) in ext4_mpage_readpages()
/Linux-v5.15/fs/hpfs/
Dfile.c171 static void hpfs_readahead(struct readahead_control *rac) in hpfs_readahead()
/Linux-v5.15/fs/erofs/
Ddata.c247 static void erofs_readahead(struct readahead_control *rac) in erofs_readahead()
Dzdata.c1408 static void z_erofs_readahead(struct readahead_control *rac) in z_erofs_readahead()
/Linux-v5.15/fs/jfs/
Dinode.c300 static void jfs_readahead(struct readahead_control *rac) in jfs_readahead()
/Linux-v5.15/fs/omfs/
Dfile.c292 static void omfs_readahead(struct readahead_control *rac) in omfs_readahead()
/Linux-v5.15/fs/xfs/
Dxfs_aops.c527 struct readahead_control *rac) in xfs_vm_readahead()
/Linux-v5.15/fs/netfs/
Dread_helper.c823 struct readahead_control *ractl) in netfs_rreq_expand()
874 void netfs_readahead(struct readahead_control *ractl, in netfs_readahead()
/Linux-v5.15/fs/
Dmpage.c377 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead()
/Linux-v5.15/block/
Dfops.c345 static void blkdev_readahead(struct readahead_control *rac) in blkdev_readahead()
/Linux-v5.15/fs/gfs2/
Daops.c556 static void gfs2_readahead(struct readahead_control *rac) in gfs2_readahead()
/Linux-v5.15/fs/qnx6/
Dinode.c102 static void qnx6_readahead(struct readahead_control *rac) in qnx6_readahead()
/Linux-v5.15/fs/iomap/
Dbuffered-io.c205 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/
Dinode.c366 static void exfat_readahead(struct readahead_control *rac) in exfat_readahead()
/Linux-v5.15/fs/nilfs2/
Dinode.c149 static void nilfs_readahead(struct readahead_control *rac) in nilfs_readahead()
/Linux-v5.15/fs/orangefs/
Dinode.c248 static void orangefs_readahead(struct readahead_control *rac) in orangefs_readahead()
/Linux-v5.15/fs/isofs/
Dinode.c1182 static void isofs_readahead(struct readahead_control *rac) in isofs_readahead()

12