Searched defs:ractl (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/mm/ |
D | readahead.c | 206 void page_cache_ra_unbounded(struct readahead_control *ractl, in page_cache_ra_unbounded() 282 static void do_page_cache_ra(struct readahead_control *ractl, in do_page_cache_ra() 307 void force_page_cache_ra(struct readahead_control *ractl, in force_page_cache_ra() 478 static inline int ra_alloc_folio(struct readahead_control *ractl, pgoff_t index, in ra_alloc_folio() 500 void page_cache_ra_order(struct readahead_control *ractl, in page_cache_ra_order() 566 static void ondemand_readahead(struct readahead_control *ractl, in ondemand_readahead() 685 void page_cache_sync_ra(struct readahead_control *ractl, in page_cache_sync_ra() 713 void page_cache_async_ra(struct readahead_control *ractl, in page_cache_async_ra() 791 void readahead_expand(struct readahead_control *ractl, in readahead_expand()
|
/linux-6.1.9/fs/netfs/ |
D | buffered_read.c | 113 struct readahead_control *ractl) in netfs_rreq_expand() 161 void netfs_readahead(struct readahead_control *ractl) in netfs_readahead()
|
/linux-6.1.9/include/linux/ |
D | pagemap.h | 1176 #define DEFINE_READAHEAD(ractl, f, r, m, i) \ argument 1239 static inline struct folio *__readahead_folio(struct readahead_control *ractl) in __readahead_folio() 1268 static inline struct page *readahead_page(struct readahead_control *ractl) in readahead_page() 1283 static inline struct folio *readahead_folio(struct readahead_control *ractl) in readahead_folio()
|
/linux-6.1.9/fs/nfs/ |
D | read.c | 392 void nfs_readahead(struct readahead_control *ractl) in nfs_readahead()
|
/linux-6.1.9/fs/squashfs/ |
D | file.c | 536 static void squashfs_readahead(struct readahead_control *ractl) in squashfs_readahead()
|
/linux-6.1.9/fs/cifs/ |
D | file.c | 4678 static void cifs_readahead(struct readahead_control *ractl) in cifs_readahead()
|