Searched defs:ractl (Results 1 – 9 of 9) sorted by relevance
/linux-6.8/mm/ |
D | readahead.c | 205 void page_cache_ra_unbounded(struct readahead_control *ractl, in page_cache_ra_unbounded() 281 static void do_page_cache_ra(struct readahead_control *ractl, in do_page_cache_ra() 306 void force_page_cache_ra(struct readahead_control *ractl, in force_page_cache_ra() 464 static inline int ra_alloc_folio(struct readahead_control *ractl, pgoff_t index, in ra_alloc_folio() 486 void page_cache_ra_order(struct readahead_control *ractl, in page_cache_ra_order() 550 static void ondemand_readahead(struct readahead_control *ractl, in ondemand_readahead() 669 void page_cache_sync_ra(struct readahead_control *ractl, in page_cache_sync_ra() 697 void page_cache_async_ra(struct readahead_control *ractl, in page_cache_async_ra() 776 void readahead_expand(struct readahead_control *ractl, in readahead_expand()
|
/linux-6.8/fs/netfs/ |
D | buffered_read.c | 128 struct readahead_control *ractl) in netfs_rreq_expand() 185 void netfs_readahead(struct readahead_control *ractl) in netfs_readahead()
|
/linux-6.8/include/linux/ |
D | pagemap.h | 1263 #define DEFINE_READAHEAD(ractl, f, r, m, i) \ argument 1326 static inline struct folio *__readahead_folio(struct readahead_control *ractl) in __readahead_folio() 1355 static inline struct page *readahead_page(struct readahead_control *ractl) in readahead_page() 1370 static inline struct folio *readahead_folio(struct readahead_control *ractl) in readahead_folio()
|
/linux-6.8/fs/bcachefs/ |
D | fs-io-buffered.c | 53 struct readahead_control *ractl) in readpages_iter_init() 262 void bch2_readahead(struct readahead_control *ractl) in bch2_readahead()
|
/linux-6.8/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 | 389 void nfs_readahead(struct readahead_control *ractl) in nfs_readahead()
|
/linux-6.8/fs/squashfs/ |
D | file.c | 536 static void squashfs_readahead(struct readahead_control *ractl) in squashfs_readahead()
|
/linux-6.8/fs/smb/client/ |
D | file.c | 4483 static void cifs_readahead(struct readahead_control *ractl) in cifs_readahead()
|