Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dreadahead.c205 void page_cache_ra_unbounded(struct readahead_control *ractl, in page_cache_ra_unbounded()
302 static void do_page_cache_ra(struct readahead_control *ractl, in do_page_cache_ra()
327 void force_page_cache_ra(struct readahead_control *ractl, in force_page_cache_ra()
430 static inline int ra_alloc_folio(struct readahead_control *ractl, pgoff_t index, in ra_alloc_folio()
452 void page_cache_ra_order(struct readahead_control *ractl, in page_cache_ra_order()
523 static unsigned long ractl_max_pages(struct readahead_control *ractl, in ractl_max_pages()
538 void page_cache_sync_ra(struct readahead_control *ractl, in page_cache_sync_ra()
612 void page_cache_async_ra(struct readahead_control *ractl, in page_cache_async_ra()
731 void readahead_expand(struct readahead_control *ractl, in readahead_expand()
/linux-6.12.1/fs/netfs/
Dbuffered_read.c24 struct readahead_control *ractl) in netfs_rreq_expand()
395 void netfs_readahead(struct readahead_control *ractl) in netfs_readahead()
/linux-6.12.1/include/linux/
Dpagemap.h1357 #define DEFINE_READAHEAD(ractl, f, r, m, i) \ argument
1419 static inline struct folio *__readahead_folio(struct readahead_control *ractl) in __readahead_folio()
1448 static inline struct page *readahead_page(struct readahead_control *ractl) in readahead_page()
1463 static inline struct folio *readahead_folio(struct readahead_control *ractl) in readahead_folio()
Dnetfs.h234 struct readahead_control *ractl; /* Readahead descriptor */ member
/linux-6.12.1/fs/bcachefs/
Dfs-io-buffered.c46 struct readahead_control *ractl) in readpages_iter_init()
244 void bch2_readahead(struct readahead_control *ractl) in bch2_readahead()
/linux-6.12.1/fs/nfs/
Dfscache.c252 int nfs_netfs_readahead(struct readahead_control *ractl) in nfs_netfs_readahead()
Dfscache.h176 static inline int nfs_netfs_readahead(struct readahead_control *ractl) in nfs_netfs_readahead()
Dread.c405 void nfs_readahead(struct readahead_control *ractl) in nfs_readahead()
/linux-6.12.1/fs/squashfs/
Dfile.c566 static void squashfs_readahead(struct readahead_control *ractl) in squashfs_readahead()