Home
last modified time | relevance | path

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

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