Home
last modified time | relevance | path

Searched refs:bh2 (Results 1 – 8 of 8) sorted by relevance

/linux/fs/qnx6/
H A Dsuper_mmi.c38 struct buffer_head *bh1, *bh2 = NULL; in qnx6_mmi_fill_super() local
84 bh2 = sb_bread(s, offset); in qnx6_mmi_fill_super()
85 if (!bh2) { in qnx6_mmi_fill_super()
89 sb2 = (struct qnx6_mmi_super_block *)bh2->b_data; in qnx6_mmi_fill_super()
98 != crc32_be(0, (char *)(bh2->b_data + 8), 504)) { in qnx6_mmi_fill_super()
120 brelse(bh2); in qnx6_mmi_fill_super()
128 memcpy(bh2->b_data, qsb, sizeof(struct qnx6_super_block)); in qnx6_mmi_fill_super()
130 sbi->sb_buf = bh2; in qnx6_mmi_fill_super()
131 sbi->sb = (struct qnx6_super_block *)bh2->b_data; in qnx6_mmi_fill_super()
146 if (bh2 != NULL) in qnx6_mmi_fill_super()
[all …]
/linux/fs/jfs/
H A Dresize.c73 struct buffer_head *bh, *bh2; in jfs_extendfs() local
508 bh2 = sb_bread(sb, SUPER2_OFF >> sb->s_blocksize_bits); in jfs_extendfs()
509 if (bh2) { in jfs_extendfs()
510 j_sb2 = (struct jfs_superblock *)bh2->b_data; in jfs_extendfs()
514 sync_dirty_buffer(bh2); in jfs_extendfs()
515 brelse(bh2); in jfs_extendfs()
/linux/fs/hpfs/
H A Danode.c68 struct buffer_head *bh, *bh1, *bh2; in hpfs_add_sector_to_btree() local
146 } else if (!(ranode = hpfs_alloc_anode(s, /*a*/0, &ra, &bh2))) { in hpfs_add_sector_to_btree()
185 brelse(bh2); in hpfs_add_sector_to_btree()
230 brelse(bh2); in hpfs_add_sector_to_btree()
236 brelse(bh2); in hpfs_add_sector_to_btree()
265 mark_buffer_dirty(bh2); in hpfs_add_sector_to_btree()
266 brelse(bh2); in hpfs_add_sector_to_btree()
H A Dsuper.c504 struct buffer_head *bh0, *bh1, *bh2; in hpfs_fill_super() local
531 if (!(spareblock = hpfs_map_sector(s, 17, &bh2, 0))) goto bail3; in hpfs_fill_super()
606 mark_buffer_dirty(bh2); in hpfs_fill_super()
644 brelse(bh2); in hpfs_fill_super()
688 bail4: brelse(bh2); in hpfs_fill_super()
/linux/fs/ext4/
H A Dialloc.c243 struct buffer_head *bh2; in ext4_free_inode()
311 gdp = ext4_get_group_desc(sb, block_group, &bh2); in ext4_free_inode()
313 BUFFER_TRACE(bh2, "get_write_access"); in ext4_free_inode()
314 fatal = ext4_journal_get_write_access(handle, sb, bh2, in ext4_free_inode()
347 BUFFER_TRACE(bh2, "call ext4_handle_dirty_metadata"); in ext4_free_inode()
348 fatal = ext4_handle_dirty_metadata(handle, NULL, bh2); in ext4_free_inode()
241 struct buffer_head *bh2; ext4_free_inode() local
/linux/fs/ocfs2/
H A Drefcounttree.h118 struct buffer_head **bh2);
/linux/Documentation/scsi/
H A Dbnx2fc.rst49 [root@bh2 ~]# fcoeadm -i
/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c1515 struct fsg_buffhd *bh, *bh2; in throw_away_data() local
1524 bh2 = common->next_buffhd_to_fill; in throw_away_data()
1525 if (bh2->state == BUF_STATE_EMPTY && in throw_away_data()
1534 set_bulk_out_req_length(common, bh2, amount); in throw_away_data()
1535 if (!start_out_transfer(common, bh2)) in throw_away_data()
1538 common->next_buffhd_to_fill = bh2->next; in throw_away_data()