Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dpagemap.h1292 static inline unsigned int __readahead_batch(struct readahead_control *rac, in __readahead_batch() function
1333 __readahead_batch(rac, array, ARRAY_SIZE(array))
/Linux-v6.1/fs/squashfs/
Dfile.c569 nr_pages = __readahead_batch(ractl, pages, max_pages); in squashfs_readahead()
/Linux-v6.1/fs/fuse/
Dfile.c1000 nr_pages = __readahead_batch(rac, ap->pages, nr_pages); in fuse_readahead()
/Linux-v6.1/fs/cifs/
Dfile.c4794 got = __readahead_batch(ractl, rdata->pages, nr_pages); in cifs_readahead()