bh1                68 fs/hpfs/anode.c 	struct buffer_head *bh, *bh1, *bh2;
bh1               126 fs/hpfs/anode.c 		if (!(anode = hpfs_alloc_anode(s, a, &na, &bh1))) {
bh1               147 fs/hpfs/anode.c 			brelse(bh1);
bh1               153 fs/hpfs/anode.c 		bh = bh1;
bh1               247 fs/hpfs/anode.c 		if ((unode = hpfs_map_anode(s, le32_to_cpu(ranode->u.internal[n].down), &bh1))) {
bh1               250 fs/hpfs/anode.c 			mark_buffer_dirty(bh1);
bh1               251 fs/hpfs/anode.c 			brelse(bh1);
bh1               321 fs/hpfs/ea.c   					struct buffer_head *bh1, *bh2;
bh1               323 fs/hpfs/ea.c   					if (!(b1 = hpfs_map_sector(s, le32_to_cpu(fnode->ea_secno) + i, &bh1, len - i - 1))) {
bh1               328 fs/hpfs/ea.c   						brelse(bh1);
bh1               333 fs/hpfs/ea.c   					brelse(bh1);
bh1               540 fs/hpfs/super.c 	struct buffer_head *bh0, *bh1, *bh2;
bh1               591 fs/hpfs/super.c 	if (!(superblock = hpfs_map_sector(s, 16, &bh1, 1))) goto bail2;
bh1               706 fs/hpfs/super.c 	brelse(bh1);
bh1               747 fs/hpfs/super.c bail3:	brelse(bh1);
bh1                87 fs/ocfs2/namei.c 			     struct buffer_head **bh1,
bh1              1103 fs/ocfs2/namei.c 			     struct buffer_head **bh1,
bh1              1117 fs/ocfs2/namei.c 	if (*bh1)
bh1              1118 fs/ocfs2/namei.c 		*bh1 = NULL;
bh1              1143 fs/ocfs2/namei.c 			swap(bh2, bh1);
bh1              1157 fs/ocfs2/namei.c 	status = ocfs2_inode_lock_nested(inode1, bh1, 1,
bh1              4722 fs/ocfs2/refcounttree.c 	struct buffer_head *bh1 = NULL;
bh1              4758 fs/ocfs2/refcounttree.c 	status = ocfs2_inode_lock_nested(inode1, &bh1, 1,
bh1              4776 fs/ocfs2/refcounttree.c 		bh2 = bh1;
bh1              4784 fs/ocfs2/refcounttree.c 		swap(bh1, bh2);
bh1              4785 fs/ocfs2/refcounttree.c 	*bh_s = bh1;
bh1              4796 fs/ocfs2/refcounttree.c 	brelse(bh1);
bh1               118 fs/ocfs2/refcounttree.h 			      struct buffer_head **bh1,
bh1               300 fs/qnx6/inode.c 	struct buffer_head *bh1 = NULL, *bh2 = NULL;
bh1               337 fs/qnx6/inode.c 	bh1 = qnx6_check_first_superblock(s,
bh1               339 fs/qnx6/inode.c 	if (!bh1) {
bh1               341 fs/qnx6/inode.c 		bh1 = qnx6_check_first_superblock(s, 0, silent);
bh1               342 fs/qnx6/inode.c 		if (!bh1) {
bh1               349 fs/qnx6/inode.c 	sb1 = (struct qnx6_super_block *)bh1->b_data;
bh1               357 fs/qnx6/inode.c 			crc32_be(0, (char *)(bh1->b_data + 8), 504)) {
bh1               368 fs/qnx6/inode.c 	brelse(bh1);
bh1               369 fs/qnx6/inode.c 	bh1 = sb_bread(s, bootblock_offset >> s->s_blocksize_bits);
bh1               370 fs/qnx6/inode.c 	if (!bh1)
bh1               372 fs/qnx6/inode.c 	sb1 = (struct qnx6_super_block *)bh1->b_data;
bh1               406 fs/qnx6/inode.c 		sbi->sb_buf = bh1;
bh1               407 fs/qnx6/inode.c 		sbi->sb = (struct qnx6_super_block *)bh1->b_data;
bh1               414 fs/qnx6/inode.c 		brelse(bh1);
bh1               475 fs/qnx6/inode.c 	if (bh1)
bh1               476 fs/qnx6/inode.c 		brelse(bh1);
bh1                38 fs/qnx6/super_mmi.c 	struct buffer_head *bh1, *bh2 = NULL;
bh1                46 fs/qnx6/super_mmi.c 	bh1 = sb_bread(s, 0);
bh1                47 fs/qnx6/super_mmi.c 	if (!bh1) {
bh1                51 fs/qnx6/super_mmi.c 	sb1 = (struct qnx6_mmi_super_block *)bh1->b_data;
bh1                62 fs/qnx6/super_mmi.c 				crc32_be(0, (char *)(bh1->b_data + 8), 504)) {
bh1                77 fs/qnx6/super_mmi.c 	brelse(bh1);
bh1                78 fs/qnx6/super_mmi.c 	bh1 = sb_bread(s, 0);
bh1                79 fs/qnx6/super_mmi.c 	if (!bh1)
bh1                81 fs/qnx6/super_mmi.c 	sb1 = (struct qnx6_mmi_super_block *)bh1->b_data;
bh1               116 fs/qnx6/super_mmi.c 		memcpy(bh1->b_data, qsb, sizeof(struct qnx6_super_block));
bh1               118 fs/qnx6/super_mmi.c 		sbi->sb_buf = bh1;
bh1               119 fs/qnx6/super_mmi.c 		sbi->sb = (struct qnx6_super_block *)bh1->b_data;
bh1               132 fs/qnx6/super_mmi.c 		brelse(bh1);
bh1               144 fs/qnx6/super_mmi.c 	if (bh1 != NULL)
bh1               145 fs/qnx6/super_mmi.c 		brelse(bh1);
bh1                50 fs/sysv/super.c 	struct buffer_head *bh1 = sbi->s_bh1;
bh1                55 fs/sysv/super.c 	if (bh1 != bh2)
bh1                56 fs/sysv/super.c 		sbd1 = sbd2 = (struct xenix_super_block *) bh1->b_data;
bh1                59 fs/sysv/super.c 		sbd1 = (struct xenix_super_block *) bh1->b_data;
bh1                82 fs/sysv/super.c 	struct buffer_head *bh1 = sbi->s_bh1;
bh1                85 fs/sysv/super.c 	if (bh1 == bh2)
bh1                86 fs/sysv/super.c 		sbd = (struct sysv4_super_block *) (bh1->b_data + BLOCK_SIZE/2);
bh1               110 fs/sysv/super.c 	struct buffer_head *bh1 = sbi->s_bh1;
bh1               113 fs/sysv/super.c 	if (bh1 == bh2)
bh1               114 fs/sysv/super.c 		sbd = (struct sysv2_super_block *) (bh1->b_data + BLOCK_SIZE/2);
bh1               138 fs/sysv/super.c 	struct buffer_head *bh1 = sbi->s_bh1;
bh1               140 fs/sysv/super.c 	sbd = (struct coh_super_block *) bh1->b_data;
bh1               352 fs/sysv/super.c 	struct buffer_head *bh1, *bh = NULL;
bh1               391 fs/sysv/super.c 			bh1 = sb_bread(sb, blocknr);
bh1               395 fs/sysv/super.c 			bh1 = bh;
bh1               401 fs/sysv/super.c 			bh1 = bh = sb_bread(sb, blocknr);
bh1               407 fs/sysv/super.c 	if (bh && bh1) {
bh1               408 fs/sysv/super.c 		sbi->s_bh1 = bh1;
bh1               414 fs/sysv/super.c 	brelse(bh1);
bh1               239 include/uapi/linux/if_packet.h 	struct tpacket_hdr_v1 bh1;
bh1               174 net/packet/af_packet.c #define BLOCK_STATUS(x)	((x)->hdr.bh1.block_status)
bh1               175 net/packet/af_packet.c #define BLOCK_NUM_PKTS(x)	((x)->hdr.bh1.num_pkts)
bh1               176 net/packet/af_packet.c #define BLOCK_O2FP(x)		((x)->hdr.bh1.offset_to_first_pkt)
bh1               177 net/packet/af_packet.c #define BLOCK_LEN(x)		((x)->hdr.bh1.blk_len)
bh1               178 net/packet/af_packet.c #define BLOCK_SNUM(x)		((x)->hdr.bh1.seq_num)
bh1               759 net/packet/af_packet.c 	struct tpacket_hdr_v1 *h1 = &pbd1->hdr.bh1;
bh1               810 net/packet/af_packet.c 	struct tpacket_hdr_v1 *h1 = &pbd1->hdr.bh1;