Lines Matching refs:bh1
38 struct buffer_head *bh1, *bh2 = NULL;
46 bh1 = sb_bread(s, 0);
47 if (!bh1) {
51 sb1 = (struct qnx6_mmi_super_block *)bh1->b_data;
62 crc32_be(0, (char *)(bh1->b_data + 8), 504)) {
77 brelse(bh1);
78 bh1 = sb_bread(s, 0);
79 if (!bh1)
81 sb1 = (struct qnx6_mmi_super_block *)bh1->b_data;
116 memcpy(bh1->b_data, qsb, sizeof(struct qnx6_super_block));
118 sbi->sb_buf = bh1;
119 sbi->sb = (struct qnx6_super_block *)bh1->b_data;
132 brelse(bh1);
144 if (bh1 != NULL)
145 brelse(bh1);