Lines Matching defs:writes
61 struct bio_list writes;
127 bl = (rw == WRITE) ? &ms->writes : &ms->reads;
610 * This way we handle both writes to SYNC and NOSYNC
679 static void do_writes(struct mirror_set *ms, struct bio_list *writes)
688 if (!writes->head)
699 while ((bio = bio_list_pop(writes))) {
739 bio_list_merge(&ms->writes, &requeue);
746 * be written to (writes to recover regions are going to
795 * If the log has failed, unattempted writes are being
796 * put on the holds list. We can't issue those writes
802 * will reissue the writes. If the 'noflush' flag is
805 * Some writes on the failures list may have been
854 struct bio_list reads, writes, failures;
859 writes = ms->writes;
862 bio_list_init(&ms->writes);
869 do_writes(ms, &writes);
891 bio_list_init(&ms->writes);