Lines Matching defs:bh2
298 struct buffer_head *bh1 = NULL, *bh2 = NULL;
382 bh2 = sb_bread(s, offset);
383 if (!bh2) {
387 sb2 = (struct qnx6_super_block *)bh2->b_data;
396 crc32_be(0, (char *)(bh2->b_data + 8), 504)) {
406 brelse(bh2);
410 sbi->sb_buf = bh2;
411 sbi->sb = (struct qnx6_super_block *)bh2->b_data;
475 if (bh2)
476 brelse(bh2);