Home
last modified time | relevance | path

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

/linux/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.c217 struct file_ra_state *ra) in btrfs_run_defrag_inode()
285 struct file_ra_state ra = { 0 }; in btrfs_run_defrag_inodes()
1262 struct file_ra_state *ra, in defrag_one_cluster()
1345 int btrfs_defrag_file(struct btrfs_inode *inode, struct file_ra_state *ra, in btrfs_defrag_file()
H A Drelocation.c2904 struct file_ra_state *ra, in relocate_one_folio()
3068 struct file_ra_state AUTO_KFREE(ra); in relocate_file_extent_cluster()
H A Dsend.c205 struct file_ra_state ra;
5646 memset(&sctx->ra, 0, sizeof(struct file_ra_state)); in send_extent_data()
H A Dfree-space-cache.c369 struct file_ra_state ra; in readahead_cache()
/linux/mm/
H A Dreadahead.c142 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping) in file_ra_state_init()
360 struct file_ra_state *ra = ractl->ra; in force_page_cache_ra()
408 static unsigned long get_next_ra_size(struct file_ra_state *ra, in get_next_ra_size()
482 struct file_ra_state *ra) in page_cache_ra_order()
582 struct file_ra_state *ra = ractl->ra; in page_cache_sync_ra()
657 struct file_ra_state *ra = ractl->ra; in page_cache_async_ra()
790 struct file_ra_state *ra = ractl->ra; in readahead_expand()
H A Dfilemap.c2455 static void shrink_readahead_size_eio(struct file_ra_state *ra) in shrink_readahead_size_eio()
2791 struct file_ra_state *ra = &filp->f_ra; in filemap_read()
3332 struct file_ra_state *ra = &file->f_ra; in do_sync_mmap_readahead()
3456 struct file_ra_state *ra = &file->f_ra; in do_async_mmap_readahead()
H A Dinternal.h613 void page_cache_ra_order(struct readahead_control *, struct file_ra_state *);
/linux/fs/gfs2/
H A Ddir.h40 struct file_ra_state *f_ra);
/linux/include/linux/
H A Dpagemap.h1411 struct file_ra_state *ra;
1454 struct file_ra_state *ra, struct file *file, pgoff_t index, in page_cache_sync_readahead()
1476 struct file_ra_state *ra, struct file *file, in page_cache_async_readahead()
H A Dfs.h1208 struct file_ra_state { struct
1221 static inline int ra_has_index(struct file_ra_state *ra, pgoff_t index) in ra_has_index() argument
1290 struct file_ra_state f_ra;
3115 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping);
/linux/fs/ntfs/
H A Dbitmap.c19 struct file_ra_state *ra; in ntfs_trim_fs()
H A Ddir.c695 struct file_ra_state *dir_ra; in ntfs_ia_blocks_readahead()
735 struct file_ra_state *ra; in ntfs_readdir()
780 ra = kzalloc_obj(struct file_ra_state, GFP_NOFS); in ntfs_readdir()
H A Dlogfile.c651 struct file_ra_state *ra = NULL; in ntfs_empty_logfile()
H A Dsuper.c1902 struct file_ra_state ra = { 0 }; in get_nr_free_clusters()
2022 struct file_ra_state ra = { 0 }; in __get_nr_free_mft_records()
H A Dinode.c3877 pgoff_t index, pgoff_t end_index, struct file_ra_state *ra) in ntfs_get_locked_folio()
/linux/fs/ntfs3/
H A Dntfs_fs.h683 struct file_ra_state *ra);
693 struct ntfs_buffers *nb, struct file_ra_state *ra);
767 struct indx_node **node, struct file_ra_state *ra);
H A Dfsntfs.c1192 struct file_ra_state *ra) in ntfs_read_run_nb_ra()
1330 struct ntfs_buffers *nb, struct file_ra_state *ra) in ntfs_read_bh_ra()
H A Dbitmap.c511 struct file_ra_state *ra; in wnd_rescan()
H A Dindex.c1069 struct indx_node **node, struct file_ra_state *ra) in indx_read_ra()
H A Dfslog.c1114 struct file_ra_state read_ahead;
/linux/fs/f2fs/
H A Ddir.c1070 struct file_ra_state *ra = &file->f_ra; in f2fs_readdir()