Home
last modified time | relevance | path

Searched defs:ractl (Results 1 – 8 of 8) sorted by relevance

/linux/mm/
H A Dreadahead.c205 void page_cache_ra_unbounded(struct readahead_control *ractl, in page_cache_ra_unbounded()
285 static void do_page_cache_ra(struct readahead_control *ractl, in do_page_cache_ra()
310 void force_page_cache_ra(struct readahead_control *ractl, in force_page_cache_ra()
468 static inline int ra_alloc_folio(struct readahead_control *ractl, pgoff_t index, in ra_alloc_folio()
490 void page_cache_ra_order(struct readahead_control *ractl, in page_cache_ra_order()
553 static void ondemand_readahead(struct readahead_control *ractl, in ondemand_readahead()
672 void page_cache_sync_ra(struct readahead_control *ractl, in page_cache_sync_ra()
700 void page_cache_async_ra(struct readahead_control *ractl, in page_cache_async_ra()
779 void readahead_expand(struct readahead_control *ractl, in readahead_expand()
/linux/fs/netfs/
H A Dbuffered_read.c144 struct readahead_control *ractl) in netfs_rreq_expand()
201 void netfs_readahead(struct readahead_control *ractl) in netfs_readahead()
/linux/include/linux/
H A Dpagemap.h1265 #define DEFINE_READAHEAD(ractl, f, r, m, i) \ argument
1328 static inline struct folio *__readahead_folio(struct readahead_control *ractl) in __readahead_folio()
1357 static inline struct page *readahead_page(struct readahead_control *ractl) in readahead_page()
1372 static inline struct folio *readahead_folio(struct readahead_control *ractl) in readahead_folio()
/linux/fs/bcachefs/
H A Dfs-io-buffered.c46 struct readahead_control *ractl) in readpages_iter_init()
255 void bch2_readahead(struct readahead_control *ractl) in bch2_readahead()
/linux/fs/nfs/
H A Dfscache.c252 int nfs_netfs_readahead(struct readahead_control *ractl) in nfs_netfs_readahead()
H A Dfscache.h179 static inline int nfs_netfs_readahead(struct readahead_control *ractl) in nfs_netfs_readahead()
H A Dread.c391 void nfs_readahead(struct readahead_control *ractl) in nfs_readahead()
/linux/fs/squashfs/
H A Dfile.c532 static void squashfs_readahead(struct readahead_control *ractl) in squashfs_readahead()