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

/linux-master/fs/btrfs/
H A Ddefrag.h10 struct file_ra_state;
16 int btrfs_defrag_file(struct inode *inode, struct file_ra_state *ra,
H A Ddefrag.c1277 struct file_ra_state *ra,
1363 int btrfs_defrag_file(struct inode *inode, struct file_ra_state *ra,
H A Drelocation.c2987 static int relocate_one_page(struct inode *inode, struct file_ra_state *ra,
3129 struct file_ra_state *ra;
H A Dsend.c200 struct file_ra_state ra;
5756 memset(&sctx->ra, 0, sizeof(struct file_ra_state));
H A Dfree-space-cache.c373 struct file_ra_state ra;
/linux-master/fs/gfs2/
H A Ddir.h40 struct file_ra_state *f_ra);
H A Dexport.c97 struct file_ra_state f_ra = { .start = 0 };
H A Ddir.c1480 struct file_ra_state *f_ra)
1529 struct file_ra_state *f_ra)
1568 struct file_ra_state *f_ra)
/linux-master/mm/
H A Dreadahead.c28 * readahead. This is reflected in the struct file_ra_state which
52 * discovered from the struct file_ra_state for simple sequential reads,
139 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping)
310 struct file_ra_state *ra = ractl->ra;
361 static unsigned long get_next_ra_size(struct file_ra_state *ra,
376 * The fields in struct file_ra_state represent the most-recently-executed
434 struct file_ra_state *ra,
487 struct file_ra_state *ra, unsigned int new_order)
549 struct file_ra_state *ra = ractl->ra;
775 struct file_ra_state *r
[all...]
H A Dfilemap.c2264 static void shrink_readahead_size_eio(struct file_ra_state *ra)
2489 struct file_ra_state *ra = &filp->f_ra;
2570 struct file_ra_state *ra = &filp->f_ra;
3094 struct file_ra_state *ra = &file->f_ra;
3164 struct file_ra_state *ra = &file->f_ra;
H A Dinternal.h217 void page_cache_ra_order(struct readahead_control *, struct file_ra_state *,
/linux-master/include/linux/
H A Dpagemap.h1254 struct file_ra_state *ra;
1284 * @ra: file_ra_state which holds the readahead state
1296 struct file_ra_state *ra, struct file *file, pgoff_t index,
1306 * @ra: file_ra_state which holds the readahead state
1319 struct file_ra_state *ra, struct file *file,
H A Dfs.h954 * struct file_ra_state - Track a file's readahead state.
967 struct file_ra_state { struct
979 static inline int ra_has_index(struct file_ra_state *ra, pgoff_t index)
1012 struct file_ra_state f_ra;
3151 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping);
/linux-master/fs/f2fs/
H A Ddir.c1063 struct file_ra_state *ra = &file->f_ra;
/linux-master/fs/cramfs/
H A Dinode.c187 struct file_ra_state ra = {};

Completed in 338 milliseconds