Home
last modified time | relevance | path

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

12

/linux/include/linux/
A Dpagemap.h981 struct readahead_control { struct
992 struct readahead_control ractl = { \ argument
1001 void page_cache_ra_unbounded(struct readahead_control *,
1004 void page_cache_async_ra(struct readahead_control *, struct page *,
1006 void readahead_expand(struct readahead_control *ractl,
1083 static inline struct page *readahead_page(struct readahead_control *ractl) in readahead_page()
1164 static inline loff_t readahead_pos(struct readahead_control *rac) in readahead_pos()
1173 static inline size_t readahead_length(struct readahead_control *rac) in readahead_length()
1182 static inline pgoff_t readahead_index(struct readahead_control *rac) in readahead_index()
1191 static inline unsigned int readahead_count(struct readahead_control *rac) in readahead_count()
[all …]
A Dmpage.h16 struct readahead_control;
18 void mpage_readahead(struct readahead_control *, get_block_t get_block);
A Dnetfs.h238 struct readahead_control;
239 extern void netfs_readahead(struct readahead_control *,
A Diomap.h224 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
/linux/mm/
A Dreadahead.c116 static void read_pages(struct readahead_control *rac, struct list_head *pages, in read_pages()
173 void page_cache_ra_unbounded(struct readahead_control *ractl, in page_cache_ra_unbounded()
250 void do_page_cache_ra(struct readahead_control *ractl, in do_page_cache_ra()
275 void force_page_cache_ra(struct readahead_control *ractl, in force_page_cache_ra()
437 static void ondemand_readahead(struct readahead_control *ractl, in ondemand_readahead()
554 void page_cache_sync_ra(struct readahead_control *ractl, in page_cache_sync_ra()
583 void page_cache_async_ra(struct readahead_control *ractl, in page_cache_async_ra()
661 void readahead_expand(struct readahead_control *ractl, in readahead_expand()
A Dinternal.h82 void do_page_cache_ra(struct readahead_control *, unsigned long nr_to_read,
84 void force_page_cache_ra(struct readahead_control *, unsigned long nr);
/linux/fs/afs/
A Dfile.c27 static void afs_readahead(struct readahead_control *ractl);
396 static void afs_readahead(struct readahead_control *ractl) in afs_readahead()
/linux/fs/9p/
A Dvfs_addr.c120 static void v9fs_vfs_readahead(struct readahead_control *ractl) in v9fs_vfs_readahead()
/linux/fs/btrfs/
A Dextent_io.h192 void extent_readahead(struct readahead_control *rac);
/linux/fs/hpfs/
A Dfile.c171 static void hpfs_readahead(struct readahead_control *rac) in hpfs_readahead()
/linux/fs/ext4/
A Dreadpage.c225 struct readahead_control *rac, struct page *page) in ext4_mpage_readpages()
/linux/fs/omfs/
A Dfile.c292 static void omfs_readahead(struct readahead_control *rac) in omfs_readahead()
/linux/fs/jfs/
A Dinode.c300 static void jfs_readahead(struct readahead_control *rac) in jfs_readahead()
/linux/fs/netfs/
A Dread_helper.c816 struct readahead_control *ractl) in netfs_rreq_expand()
867 void netfs_readahead(struct readahead_control *ractl, in netfs_readahead()
/linux/fs/xfs/
A Dxfs_aops.c536 struct readahead_control *rac) in xfs_vm_readahead()
/linux/fs/erofs/
A Ddata.c294 static void erofs_readahead(struct readahead_control *rac) in erofs_readahead()
A Dzdata.c1374 struct readahead_control *rac, in z_erofs_pcluster_readmore()
1465 static void z_erofs_readahead(struct readahead_control *rac) in z_erofs_readahead()
/linux/fs/
A Dmpage.c377 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead()
/linux/fs/iomap/
A Dbuffered-io.c205 struct readahead_control *rac;
404 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead()
/linux/block/
A Dfops.c399 static void blkdev_readahead(struct readahead_control *rac) in blkdev_readahead()
/linux/fs/gfs2/
A Daops.c556 static void gfs2_readahead(struct readahead_control *rac) in gfs2_readahead()
/linux/fs/qnx6/
A Dinode.c102 static void qnx6_readahead(struct readahead_control *rac) in qnx6_readahead()
/linux/fs/exfat/
A Dinode.c366 static void exfat_readahead(struct readahead_control *rac) in exfat_readahead()
/linux/fs/nilfs2/
A Dinode.c149 static void nilfs_readahead(struct readahead_control *rac) in nilfs_readahead()
/linux/fs/orangefs/
A Dinode.c248 static void orangefs_readahead(struct readahead_control *rac) in orangefs_readahead()

Completed in 38 milliseconds

12