Lines Matching refs:rac
880 struct readahead_control *rac,
900 rac->ra->async_size >= readahead_count(rac))
907 nr_pages = min(fc->max_pages, readahead_count(rac));
935 if (ctx->rac) {
936 ret = fuse_handle_readahead(folio, ctx->rac, data, pos, len);
1068 static void fuse_readahead(struct readahead_control *rac)
1070 struct inode *inode = rac->mapping->host;
1073 .file = rac->file,
1078 .rac = rac,