Home
last modified time | relevance | path

Searched refs:__readahead_batch (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dpagemap.h1472 static inline unsigned int __readahead_batch(struct readahead_control *rac, in __readahead_batch() function
1513 __readahead_batch(rac, array, ARRAY_SIZE(array))
/linux-6.12.1/fs/squashfs/
Dfile.c599 nr_pages = __readahead_batch(ractl, pages, max_pages); in squashfs_readahead()
/linux-6.12.1/fs/netfs/
Dbuffered_read.c76 nr = __readahead_batch(rreq->ractl, (struct page **)folioq->vec.folios, in netfs_load_buffer_from_ra()
/linux-6.12.1/fs/fuse/
Dfile.c1018 nr_pages = __readahead_batch(rac, ap->pages, nr_pages); in fuse_readahead()