Lines Matching refs:bh1
298 struct buffer_head *bh1 = NULL, *bh2 = NULL;
335 bh1 = qnx6_check_first_superblock(s,
337 if (!bh1) {
339 bh1 = qnx6_check_first_superblock(s, 0, silent);
340 if (!bh1) {
347 sb1 = (struct qnx6_super_block *)bh1->b_data;
355 crc32_be(0, (char *)(bh1->b_data + 8), 504)) {
366 brelse(bh1);
367 bh1 = sb_bread(s, bootblock_offset >> s->s_blocksize_bits);
368 if (!bh1)
370 sb1 = (struct qnx6_super_block *)bh1->b_data;
404 sbi->sb_buf = bh1;
405 sbi->sb = (struct qnx6_super_block *)bh1->b_data;
412 brelse(bh1);
473 brelse(bh1);