Searched defs:ractl (Results 1 – 10 of 10) sorted by relevance
/linux-6.14.4/mm/ |
D | readahead.c | 181 static struct folio *ractl_alloc_folio(struct readahead_control *ractl, in ractl_alloc_folio() 207 void page_cache_ra_unbounded(struct readahead_control *ractl, in page_cache_ra_unbounded() 309 static void do_page_cache_ra(struct readahead_control *ractl, in do_page_cache_ra() 334 void force_page_cache_ra(struct readahead_control *ractl, in force_page_cache_ra() 437 static inline int ra_alloc_folio(struct readahead_control *ractl, pgoff_t index, in ra_alloc_folio() 459 void page_cache_ra_order(struct readahead_control *ractl, in page_cache_ra_order() 536 static unsigned long ractl_max_pages(struct readahead_control *ractl, in ractl_max_pages() 551 void page_cache_sync_ra(struct readahead_control *ractl, in page_cache_sync_ra() 625 void page_cache_async_ra(struct readahead_control *ractl, in page_cache_async_ra() 741 void readahead_expand(struct readahead_control *ractl, in readahead_expand()
|
/linux-6.14.4/fs/netfs/ |
D | buffered_read.c | 24 struct readahead_control *ractl) in netfs_rreq_expand() 337 void netfs_readahead(struct readahead_control *ractl) in netfs_readahead()
|
D | rolling_buffer.c | 117 struct readahead_control *ractl, in rolling_buffer_load_from_ra()
|
/linux-6.14.4/include/linux/ |
D | pagemap.h | 1368 #define DEFINE_READAHEAD(ractl, f, r, m, i) \ argument 1430 static inline struct folio *__readahead_folio(struct readahead_control *ractl) in __readahead_folio() 1459 static inline struct page *readahead_page(struct readahead_control *ractl) in readahead_page() 1474 static inline struct folio *readahead_folio(struct readahead_control *ractl) in readahead_folio()
|
D | netfs.h | 234 struct readahead_control *ractl; /* Readahead descriptor */ member
|
/linux-6.14.4/fs/nfs/ |
D | fscache.c | 252 int nfs_netfs_readahead(struct readahead_control *ractl) in nfs_netfs_readahead()
|
D | fscache.h | 177 static inline int nfs_netfs_readahead(struct readahead_control *ractl) in nfs_netfs_readahead()
|
D | read.c | 405 void nfs_readahead(struct readahead_control *ractl) in nfs_readahead()
|
/linux-6.14.4/fs/bcachefs/ |
D | fs-io-buffered.c | 46 struct readahead_control *ractl) in readpages_iter_init() 247 void bch2_readahead(struct readahead_control *ractl) in bch2_readahead()
|
/linux-6.14.4/fs/squashfs/ |
D | file.c | 566 static void squashfs_readahead(struct readahead_control *ractl) in squashfs_readahead()
|