Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dpagemap.h938 static inline unsigned int __readahead_batch(struct readahead_control *rac, in __readahead_batch() function
989 __readahead_batch(rac, array, ARRAY_SIZE(array))
/Linux-v5.15/fs/fuse/
Dfile.c982 nr_pages = __readahead_batch(rac, ap->pages, nr_pages); in fuse_readahead()