Lines Matching refs:bh_written
206 if (sh->bh_read[i] || sh->bh_write[i] || sh->bh_written[i] || in init_stripe()
210 sh->bh_write[i], sh->bh_written[i], in init_stripe()
712 chosen[i]->b_reqnext = sh->bh_written[i]; in compute_parity()
713 sh->bh_written[i] = chosen[i]; in compute_parity()
724 chosen[i]->b_reqnext = sh->bh_written[i]; in compute_parity()
725 sh->bh_written[i] = chosen[i]; in compute_parity()
846 …ead %p write %p written %p\n", i, bh->b_state, sh->bh_read[i], sh->bh_write[i], sh->bh_written[i]); in handle_stripe()
874 if (sh->bh_written[i]) written++; in handle_stripe()
895 if (sh->bh_written[i]) written--; in handle_stripe()
896 while ((bh = sh->bh_written[i])) { in handle_stripe()
897 sh->bh_written[i] = bh->b_reqnext; in handle_stripe()
931 if (sh->bh_written[i]) { in handle_stripe()
938 wbh = sh->bh_written[i]; in handle_stripe()
939 sh->bh_written[i] = NULL; in handle_stripe()