Lines Matching refs:rac
281 struct readahead_control *rac;
375 if (ctx->rac) /* same as readahead_gfp_mask */
388 if (ctx->rac)
456 ctx->cur_folio = readahead_folio(ctx->rac);
469 * @rac: Describes the pages to be read.
482 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops)
485 .inode = rac->mapping->host,
486 .pos = readahead_pos(rac),
487 .len = readahead_length(rac),
490 .rac = rac,
493 trace_iomap_readahead(rac->mapping->host, readahead_count(rac));