Lines Matching refs:bh1
299 struct buffer_head *bh1 = NULL, *bh2 = NULL; in qnx6_fill_super() local
336 bh1 = qnx6_check_first_superblock(s, in qnx6_fill_super()
338 if (!bh1) { in qnx6_fill_super()
340 bh1 = qnx6_check_first_superblock(s, 0, silent); in qnx6_fill_super()
341 if (!bh1) { in qnx6_fill_super()
348 sb1 = (struct qnx6_super_block *)bh1->b_data; in qnx6_fill_super()
356 crc32_be(0, (char *)(bh1->b_data + 8), 504)) { in qnx6_fill_super()
367 brelse(bh1); in qnx6_fill_super()
368 bh1 = sb_bread(s, bootblock_offset >> s->s_blocksize_bits); in qnx6_fill_super()
369 if (!bh1) in qnx6_fill_super()
371 sb1 = (struct qnx6_super_block *)bh1->b_data; in qnx6_fill_super()
405 sbi->sb_buf = bh1; in qnx6_fill_super()
406 sbi->sb = (struct qnx6_super_block *)bh1->b_data; in qnx6_fill_super()
413 brelse(bh1); in qnx6_fill_super()
472 if (bh1) in qnx6_fill_super()
473 brelse(bh1); in qnx6_fill_super()