Searched refs:readahead_control (Results 1 – 24 of 24) sorted by relevance
| /linux/include/linux/ |
| H A D | pagemap.h | 1347 struct readahead_control { struct 1361 struct readahead_control ractl = { \ argument 1370 void page_cache_ra_unbounded(struct readahead_control *, 1372 void page_cache_sync_ra(struct readahead_control *, unsigned long req_count); 1373 void page_cache_async_ra(struct readahead_control *, struct folio *, 1375 void readahead_expand(struct readahead_control *ractl, 1422 static inline struct folio *__readahead_folio(struct readahead_control *ractl) in __readahead_folio() 1450 static inline struct folio *readahead_folio(struct readahead_control *ractl) in readahead_folio() 1459 static inline unsigned int __readahead_batch(struct readahead_control *rac, in __readahead_batch() 1491 static inline loff_t readahead_pos(const struct readahead_control *rac) in readahead_pos() [all …]
|
| H A D | mpage.h | 16 struct readahead_control; 18 void mpage_readahead(struct readahead_control *, get_block_t get_block);
|
| H A D | rolling_buffer.h | 49 struct readahead_control *ractl,
|
| H A D | netfs.h | 414 struct readahead_control; 415 void netfs_readahead(struct readahead_control *);
|
| H A D | nfs_fs.h | 660 void nfs_readahead(struct readahead_control *);
|
| /linux/fs/nfs/ |
| H A D | fscache.h | 99 extern int nfs_netfs_readahead(struct readahead_control *ractl); 177 static inline int nfs_netfs_readahead(struct readahead_control *ractl) in nfs_netfs_readahead()
|
| H A D | fscache.c | 252 int nfs_netfs_readahead(struct readahead_control *ractl) in nfs_netfs_readahead()
|
| /linux/fs/netfs/ |
| H A D | buffered_read.c | 24 struct readahead_control *ractl) in netfs_rreq_expand() 82 struct readahead_control *ractl) in netfs_prepare_read_iterator() 215 struct readahead_control *ractl) in netfs_read_to_pagecache() 338 void netfs_readahead(struct readahead_control *ractl) in netfs_readahead()
|
| H A D | rolling_buffer.c | 117 struct readahead_control *ractl, in rolling_buffer_load_from_ra()
|
| /linux/fs/btrfs/ |
| H A D | extent_io.h | 24 struct readahead_control; 265 void btrfs_readahead(struct readahead_control *rac);
|
| H A D | extent_io.c | 134 struct readahead_control *ractl; 966 static void btrfs_readahead_expand(struct readahead_control *ractl, in btrfs_readahead_expand() 2690 void btrfs_readahead(struct readahead_control *rac) in btrfs_readahead()
|
| /linux/fs/ntfs/ |
| H A D | aops.c | 225 static void ntfs_readahead(struct readahead_control *rac) in ntfs_readahead()
|
| /linux/fs/erofs/ |
| H A D | fileio.c | 172 static void erofs_fileio_readahead(struct readahead_control *rac) in erofs_fileio_readahead()
|
| H A D | fscache.c | 342 static void erofs_fscache_readahead(struct readahead_control *rac) in erofs_fscache_readahead()
|
| H A D | zdata.c | 1828 struct readahead_control *rac, bool backmost) in z_erofs_pcluster_readmore() 1907 static void z_erofs_readahead(struct readahead_control *rac) in z_erofs_readahead()
|
| /linux/fs/hpfs/ |
| H A D | file.c | 168 static void hpfs_readahead(struct readahead_control *rac) in hpfs_readahead()
|
| /linux/block/ |
| H A D | fops.c | 497 static void blkdev_readahead(struct readahead_control *rac) in blkdev_readahead() 542 static void blkdev_readahead(struct readahead_control *rac) in blkdev_readahead()
|
| /linux/fs/ |
| H A D | mpage.c | 358 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead()
|
| /linux/fs/squashfs/ |
| H A D | file.c | 574 static void squashfs_readahead(struct readahead_control *ractl) in squashfs_readahead()
|
| /linux/fs/fuse/ |
| H A D | file.c | 886 struct readahead_control *rac, in fuse_handle_readahead() 1074 static void fuse_readahead(struct readahead_control *rac) in fuse_readahead()
|
| /linux/fs/iomap/ |
| H A D | buffered-io.c | 656 struct readahead_control *rac = ctx->rac; in iomap_readahead()
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 214 struct readahead_control *rac;
|
| /linux/fs/udf/ |
| H A D | inode.c | 236 static void udf_readahead(struct readahead_control *rac) in udf_readahead()
|
| /linux/fs/ext4/ |
| H A D | ext4.h | 3744 void ext4_readahead(struct readahead_control *rac);
|