Lines Matching defs:reads
65 struct bio_list reads;
132 bl = (rw == WRITE) ? &ms->writes : &ms->reads;
567 static void do_reads(struct mirror_set *ms, struct bio_list *reads)
573 while ((bio = bio_list_pop(reads))) {
864 struct bio_list reads, writes, failures;
868 reads = ms->reads;
871 bio_list_init(&ms->reads);
878 do_reads(ms, &reads);
902 bio_list_init(&ms->reads);
1230 * The region is in-sync and we can perform reads directly.