Searched refs:file_ra_state (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.6/mm/ |
D | readahead.c | 139 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping) in file_ra_state_init() 310 struct file_ra_state *ra = ractl->ra; in force_page_cache_ra() 361 static unsigned long get_next_ra_size(struct file_ra_state *ra, in get_next_ra_size() 434 struct file_ra_state *ra, in try_context_readahead() 487 struct file_ra_state *ra, unsigned int new_order) in page_cache_ra_order() 556 struct file_ra_state *ra = ractl->ra; in ondemand_readahead() 781 struct file_ra_state *ra = ractl->ra; in readahead_expand()
|
D | filemap.c | 2315 static void shrink_readahead_size_eio(struct file_ra_state *ra) in shrink_readahead_size_eio() 2540 struct file_ra_state *ra = &filp->f_ra; in filemap_get_pages() 2621 struct file_ra_state *ra = &filp->f_ra; in filemap_read() 3142 struct file_ra_state *ra = &file->f_ra; in do_sync_mmap_readahead() 3212 struct file_ra_state *ra = &file->f_ra; in do_async_mmap_readahead()
|
D | internal.h | 123 void page_cache_ra_order(struct readahead_control *, struct file_ra_state *,
|
/Linux-v6.6/fs/btrfs/ |
D | defrag.h | 6 int btrfs_defrag_file(struct inode *inode, struct file_ra_state *ra,
|
D | defrag.c | 1136 struct file_ra_state *ra, in defrag_one_cluster() 1222 int btrfs_defrag_file(struct inode *inode, struct file_ra_state *ra, in btrfs_defrag_file()
|
D | relocation.c | 2987 static int relocate_one_page(struct inode *inode, struct file_ra_state *ra, in relocate_one_page() 3128 struct file_ra_state *ra; in relocate_file_extent_cluster()
|
D | send.c | 201 struct file_ra_state ra; 5739 memset(&sctx->ra, 0, sizeof(struct file_ra_state)); in send_extent_data()
|
D | free-space-cache.c | 370 struct file_ra_state ra; in readahead_cache()
|
/Linux-v6.6/fs/gfs2/ |
D | dir.h | 40 struct file_ra_state *f_ra);
|
D | export.c | 97 struct file_ra_state f_ra = { .start = 0 }; in gfs2_get_name()
|
D | dir.c | 1480 struct file_ra_state *f_ra) in gfs2_dir_readahead() 1529 struct file_ra_state *f_ra) in dir_e_read() 1568 struct file_ra_state *f_ra) in gfs2_dir_read()
|
/Linux-v6.6/include/linux/ |
D | pagemap.h | 1247 struct file_ra_state *ra; 1289 struct file_ra_state *ra, struct file *file, pgoff_t index, in page_cache_sync_readahead() 1312 struct file_ra_state *ra, struct file *file, in page_cache_async_readahead()
|
D | fs.h | 968 struct file_ra_state { struct 980 static inline int ra_has_index(struct file_ra_state *ra, pgoff_t index) in ra_has_index() argument 1011 struct file_ra_state f_ra; 2930 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping);
|
/Linux-v6.6/fs/cramfs/ |
D | inode.c | 187 struct file_ra_state ra = {}; in cramfs_blkdev_read()
|
/Linux-v6.6/fs/f2fs/ |
D | dir.c | 1063 struct file_ra_state *ra = &file->f_ra; in f2fs_readdir()
|