Searched refs:bh_written (Results 1 – 2 of 2) sorted by relevance
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()[all …]
134 …struct buffer_head *bh_written[MD_SB_DISKS]; /* write request buffers of the MD device that have b… member