Searched refs:bh1 (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/qnx6/ |
| H A D | super_mmi.c | 38 struct buffer_head *bh1, *bh2 = NULL; in qnx6_mmi_fill_super() local 46 bh1 = sb_bread(s, 0); in qnx6_mmi_fill_super() 47 if (!bh1) { in qnx6_mmi_fill_super() 51 sb1 = (struct qnx6_mmi_super_block *)bh1->b_data; in qnx6_mmi_fill_super() 62 crc32_be(0, (char *)(bh1->b_data + 8), 504)) { in qnx6_mmi_fill_super() 77 brelse(bh1); in qnx6_mmi_fill_super() 78 bh1 = sb_bread(s, 0); in qnx6_mmi_fill_super() 79 if (!bh1) in qnx6_mmi_fill_super() 81 sb1 = (struct qnx6_mmi_super_block *)bh1->b_data; in qnx6_mmi_fill_super() 116 memcpy(bh1->b_data, qsb, sizeof(struct qnx6_super_block)); in qnx6_mmi_fill_super() [all …]
|
| H A D | inode.c | 293 struct buffer_head *bh1 = NULL, *bh2 = NULL; in qnx6_fill_super() local 328 bh1 = qnx6_check_first_superblock(s, in qnx6_fill_super() 330 if (!bh1) { in qnx6_fill_super() 332 bh1 = qnx6_check_first_superblock(s, 0, silent); in qnx6_fill_super() 333 if (!bh1) { in qnx6_fill_super() 340 sb1 = (struct qnx6_super_block *)bh1->b_data; in qnx6_fill_super() 348 crc32_be(0, (char *)(bh1->b_data + 8), 504)) { in qnx6_fill_super() 359 brelse(bh1); in qnx6_fill_super() 360 bh1 = sb_bread(s, bootblock_offset >> s->s_blocksize_bits); in qnx6_fill_super() 361 if (!bh1) in qnx6_fill_super() [all …]
|
| /linux/fs/hpfs/ |
| H A D | anode.c | 68 struct buffer_head *bh, *bh1, *bh2; in hpfs_add_sector_to_btree() local 127 if (!(anode = hpfs_alloc_anode(s, a, &na, &bh1))) { in hpfs_add_sector_to_btree() 148 brelse(bh1); in hpfs_add_sector_to_btree() 154 bh = bh1; in hpfs_add_sector_to_btree() 248 if ((unode = hpfs_map_anode(s, le32_to_cpu(ranode->u.internal[n].down), &bh1))) { in hpfs_add_sector_to_btree() 251 mark_buffer_dirty(bh1); in hpfs_add_sector_to_btree() 252 brelse(bh1); in hpfs_add_sector_to_btree()
|
| H A D | ea.c | 321 struct buffer_head *bh1, *bh2; in hpfs_set_ea() local 323 if (!(b1 = hpfs_map_sector(s, le32_to_cpu(fnode->ea_secno) + i, &bh1, len - i - 1))) { in hpfs_set_ea() 328 brelse(bh1); in hpfs_set_ea() 333 brelse(bh1); in hpfs_set_ea()
|
| H A D | super.c | 504 struct buffer_head *bh0, *bh1, *bh2; in hpfs_fill_super() local 529 if (!(superblock = hpfs_map_sector(s, 16, &bh1, 1))) goto bail2; in hpfs_fill_super() 644 brelse(bh1); in hpfs_fill_super() 688 bail3: brelse(bh1); in hpfs_fill_super()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | toeplitz.c | 237 if (!(block->hdr.bh1.block_status & TP_STATUS_USER)) in recv_block() 241 frame += block->hdr.bh1.offset_to_first_pkt; in recv_block() 243 for (i = 0; i < block->hdr.bh1.num_pkts; i++) { in recv_block() 248 block->hdr.bh1.block_status = TP_STATUS_KERNEL; in recv_block()
|
| /linux/fs/ocfs2/ |
| H A D | refcounttree.h | 116 struct buffer_head **bh1,
|
| H A D | namei.c | 87 struct buffer_head **bh1, 1116 struct buffer_head **bh1, in ocfs2_double_lock() argument 1130 if (*bh1) in ocfs2_double_lock() 1131 *bh1 = NULL; in ocfs2_double_lock() 1156 swap(bh2, bh1); in ocfs2_double_lock() 1170 status = ocfs2_inode_lock_nested(inode1, bh1, 1, in ocfs2_double_lock()
|
| H A D | refcounttree.c | 4708 struct buffer_head *bh1 = NULL; in ocfs2_reflink_inodes_lock() local 4744 status = ocfs2_inode_lock_nested(inode1, &bh1, 1, in ocfs2_reflink_inodes_lock() 4762 bh2 = bh1; in ocfs2_reflink_inodes_lock() 4770 swap(bh1, bh2); in ocfs2_reflink_inodes_lock() 4771 *bh_s = bh1; in ocfs2_reflink_inodes_lock() 4782 brelse(bh1); in ocfs2_reflink_inodes_lock()
|
| /linux/include/uapi/linux/ |
| H A D | if_packet.h | 243 struct tpacket_hdr_v1 bh1; member
|