Home
last modified time | relevance | path

Searched refs:file_ra_state (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/fs/btrfs/
H A Ddefrag.h9 struct file_ra_state;
16 int btrfs_defrag_file(struct btrfs_inode *inode, struct file_ra_state *ra,
H A Ddefrag.c225 struct file_ra_state *ra) in btrfs_run_defrag_inode()
294 struct file_ra_state ra = { 0 }; in btrfs_run_defrag_inodes()
1270 struct file_ra_state *ra, in defrag_one_cluster()
1355 int btrfs_defrag_file(struct btrfs_inode *inode, struct file_ra_state *ra, in btrfs_defrag_file()
H A Drelocation.c2811 struct file_ra_state *ra, in relocate_one_folio()
2974 struct file_ra_state *ra; in relocate_file_extent_cluster()
H A Dsend.c200 struct file_ra_state ra;
5718 memset(&sctx->ra, 0, sizeof(struct file_ra_state)); in send_extent_data()
H A Dfree-space-cache.c368 struct file_ra_state ra; in readahead_cache()
/linux-6.15/mm/
H A Dreadahead.c139 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping) in file_ra_state_init()
338 struct file_ra_state *ra = ractl->ra; in force_page_cache_ra()
386 static unsigned long get_next_ra_size(struct file_ra_state *ra, in get_next_ra_size()
460 struct file_ra_state *ra, unsigned int new_order) in page_cache_ra_order()
556 struct file_ra_state *ra = ractl->ra; in page_cache_sync_ra()
629 struct file_ra_state *ra = ractl->ra; in page_cache_async_ra()
745 struct file_ra_state *ra = ractl->ra; in readahead_expand()
H A Dfilemap.c2341 static void shrink_readahead_size_eio(struct file_ra_state *ra) in shrink_readahead_size_eio()
2669 struct file_ra_state *ra = &filp->f_ra; in filemap_read()
3205 struct file_ra_state *ra = &file->f_ra; in do_sync_mmap_readahead()
3275 struct file_ra_state *ra = &file->f_ra; in do_async_mmap_readahead()
H A Dinternal.h436 void page_cache_ra_order(struct readahead_control *, struct file_ra_state *,
/linux-6.15/fs/gfs2/
H A Ddir.h40 struct file_ra_state *f_ra);
H A Dexport.c97 struct file_ra_state f_ra = { .start = 0 }; in gfs2_get_name()
H A Ddir.c1483 struct file_ra_state *f_ra) in gfs2_dir_readahead()
1532 struct file_ra_state *f_ra) in dir_e_read()
1571 struct file_ra_state *f_ra) in gfs2_dir_read()
/linux-6.15/include/linux/
H A Dpagemap.h1326 struct file_ra_state *ra;
1369 struct file_ra_state *ra, struct file *file, pgoff_t index, in page_cache_sync_readahead()
1391 struct file_ra_state *ra, struct file *file, in page_cache_async_readahead()
H A Dfs.h1040 struct file_ra_state { struct
1052 static inline int ra_has_index(struct file_ra_state *ra, pgoff_t index) in ra_has_index() argument
1116 struct file_ra_state f_ra;
3382 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping);
/linux-6.15/fs/cramfs/
H A Dinode.c187 struct file_ra_state ra = {}; in cramfs_blkdev_read()
/linux-6.15/fs/f2fs/
H A Ddir.c1045 struct file_ra_state *ra = &file->f_ra; in f2fs_readdir()