Searched refs:readahead_control (Results 1 – 25 of 44) sorted by relevance
12
/linux/include/linux/ |
A D | pagemap.h | 981 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 D | mpage.h | 16 struct readahead_control; 18 void mpage_readahead(struct readahead_control *, get_block_t get_block);
|
A D | netfs.h | 238 struct readahead_control; 239 extern void netfs_readahead(struct readahead_control *,
|
A D | iomap.h | 224 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops);
|
/linux/mm/ |
A D | readahead.c | 116 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 D | internal.h | 82 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 D | file.c | 27 static void afs_readahead(struct readahead_control *ractl); 396 static void afs_readahead(struct readahead_control *ractl) in afs_readahead()
|
/linux/fs/9p/ |
A D | vfs_addr.c | 120 static void v9fs_vfs_readahead(struct readahead_control *ractl) in v9fs_vfs_readahead()
|
/linux/fs/btrfs/ |
A D | extent_io.h | 192 void extent_readahead(struct readahead_control *rac);
|
/linux/fs/hpfs/ |
A D | file.c | 171 static void hpfs_readahead(struct readahead_control *rac) in hpfs_readahead()
|
/linux/fs/ext4/ |
A D | readpage.c | 225 struct readahead_control *rac, struct page *page) in ext4_mpage_readpages()
|
/linux/fs/omfs/ |
A D | file.c | 292 static void omfs_readahead(struct readahead_control *rac) in omfs_readahead()
|
/linux/fs/jfs/ |
A D | inode.c | 300 static void jfs_readahead(struct readahead_control *rac) in jfs_readahead()
|
/linux/fs/netfs/ |
A D | read_helper.c | 816 struct readahead_control *ractl) in netfs_rreq_expand() 867 void netfs_readahead(struct readahead_control *ractl, in netfs_readahead()
|
/linux/fs/xfs/ |
A D | xfs_aops.c | 536 struct readahead_control *rac) in xfs_vm_readahead()
|
/linux/fs/erofs/ |
A D | data.c | 294 static void erofs_readahead(struct readahead_control *rac) in erofs_readahead()
|
A D | zdata.c | 1374 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 D | mpage.c | 377 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead()
|
/linux/fs/iomap/ |
A D | buffered-io.c | 205 struct readahead_control *rac; 404 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead()
|
/linux/block/ |
A D | fops.c | 399 static void blkdev_readahead(struct readahead_control *rac) in blkdev_readahead()
|
/linux/fs/gfs2/ |
A D | aops.c | 556 static void gfs2_readahead(struct readahead_control *rac) in gfs2_readahead()
|
/linux/fs/qnx6/ |
A D | inode.c | 102 static void qnx6_readahead(struct readahead_control *rac) in qnx6_readahead()
|
/linux/fs/exfat/ |
A D | inode.c | 366 static void exfat_readahead(struct readahead_control *rac) in exfat_readahead()
|
/linux/fs/nilfs2/ |
A D | inode.c | 149 static void nilfs_readahead(struct readahead_control *rac) in nilfs_readahead()
|
/linux/fs/orangefs/ |
A D | inode.c | 248 static void orangefs_readahead(struct readahead_control *rac) in orangefs_readahead()
|
Completed in 38 milliseconds
12