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