Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dpagemap.h1389 static inline unsigned int __readahead_batch(struct readahead_control *rac, in __readahead_batch() function
1430 __readahead_batch(rac, array, ARRAY_SIZE(array))
/linux-6.6.21/fs/squashfs/
Dfile.c569 nr_pages = __readahead_batch(ractl, pages, max_pages); in squashfs_readahead()
/linux-6.6.21/fs/fuse/
Dfile.c1001 nr_pages = __readahead_batch(rac, ap->pages, nr_pages); in fuse_readahead()