Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpagemap.h892 static inline unsigned int __readahead_batch(struct readahead_control *rac, in __readahead_batch() function
943 __readahead_batch(rac, array, ARRAY_SIZE(array))
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dfile.c982 nr_pages = __readahead_batch(rac, ap->pages, nr_pages); in fuse_readahead()