Home
last modified time | relevance | path

Searched refs:bh1 (Results 1 – 7 of 7) sorted by relevance

/linux/fs/qnx6/
H A Dsuper_mmi.c38 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 …]
/linux/fs/hpfs/
H A Danode.c68 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 Dsuper.c504 struct buffer_head *bh0, *bh1, *bh2; in hpfs_fill_super() local
530 if (!(superblock = hpfs_map_sector(s, 16, &bh1, 1))) goto bail2; in hpfs_fill_super()
645 brelse(bh1); in hpfs_fill_super()
689 bail3: brelse(bh1); in hpfs_fill_super()
/linux/tools/testing/selftests/drivers/net/hw/
H A Dtoeplitz.c239 if (!(block->hdr.bh1.block_status & TP_STATUS_USER)) in recv_block()
243 frame += block->hdr.bh1.offset_to_first_pkt; in recv_block()
245 for (i = 0; i < block->hdr.bh1.num_pkts; i++) { in recv_block()
250 block->hdr.bh1.block_status = TP_STATUS_KERNEL; in recv_block()
/linux/fs/ocfs2/
H A Drefcounttree.h116 struct buffer_head **bh1,
/linux/include/uapi/linux/
H A Dif_packet.h243 struct tpacket_hdr_v1 bh1; member
/linux/net/packet/
H A Daf_packet.c184 #define BLOCK_STATUS(x) ((x)->hdr.bh1.block_status)
185 #define BLOCK_NUM_PKTS(x) ((x)->hdr.bh1.num_pkts)
186 #define BLOCK_O2FP(x) ((x)->hdr.bh1.offset_to_first_pkt)
187 #define BLOCK_LEN(x) ((x)->hdr.bh1.blk_len)
188 #define BLOCK_SNUM(x) ((x)->hdr.bh1.seq_num)
787 struct tpacket_hdr_v1 *h1 = &pbd1->hdr.bh1; in prb_close_block()
845 struct tpacket_hdr_v1 *h1 = &pbd1->hdr.bh1; in prb_open_block()