Lines Matching defs:reads
60 struct bio_list reads;
127 bl = (rw == WRITE) ? &ms->writes : &ms->reads;
559 static void do_reads(struct mirror_set *ms, struct bio_list *reads)
565 while ((bio = bio_list_pop(reads))) {
854 struct bio_list reads, writes, failures;
858 reads = ms->reads;
861 bio_list_init(&ms->reads);
868 do_reads(ms, &reads);
890 bio_list_init(&ms->reads);
1218 * The region is in-sync and we can perform reads directly.