Lines Matching refs:rac
205 struct readahead_control *rac;
286 if (ctx->rac) /* same as readahead_gfp_mask */
297 if (ctx->rac)
368 ctx->cur_page = readahead_page(ctx->rac);
380 * @rac: Describes the pages to be read.
393 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops)
395 struct inode *inode = rac->mapping->host;
396 loff_t pos = readahead_pos(rac);
397 loff_t length = readahead_length(rac);
399 .rac = rac,
402 trace_iomap_readahead(inode, readahead_count(rac));