Lines Matching defs:bh2
38 struct buffer_head *bh1, *bh2 = NULL;
84 bh2 = sb_bread(s, offset);
85 if (!bh2) {
89 sb2 = (struct qnx6_mmi_super_block *)bh2->b_data;
98 != crc32_be(0, (char *)(bh2->b_data + 8), 504)) {
120 brelse(bh2);
128 memcpy(bh2->b_data, qsb, sizeof(struct qnx6_super_block));
130 sbi->sb_buf = bh2;
131 sbi->sb = (struct qnx6_super_block *)bh2->b_data;
146 if (bh2 != NULL)
147 brelse(bh2);