Lines Matching defs:bh2
106 struct buffer_head *bh, *bh2;
152 bh2 = omfs_bread(inode->i_sb, inode->i_ino + i);
153 if (!bh2)
156 memcpy(bh2->b_data, bh->b_data, bh->b_size);
157 mark_buffer_dirty(bh2);
159 sync_dirty_buffer(bh2);
160 if (buffer_req(bh2) && !buffer_uptodate(bh2))
163 brelse(bh2);
456 struct buffer_head *bh, *bh2;
537 bh2 = omfs_bread(sb, be64_to_cpu(omfs_sb->s_root_block));
538 if (!bh2)
541 omfs_rb = (struct omfs_root_block *)bh2->b_data;
590 brelse(bh2);