Lines Matching defs:tmp_bh
2496 struct buffer_head tmp_bh, *bh;
2506 tmp_bh.b_state = 0;
2512 err = reiserfs_get_block(inode, blk, &tmp_bh, 0);
2516 if (!buffer_mapped(&tmp_bh)) /* A hole? */
2519 bh = sb_bread(sb, tmp_bh.b_blocknr);
2545 struct buffer_head tmp_bh, *bh;
2554 tmp_bh.b_state = 0;
2556 err = reiserfs_get_block(inode, blk, &tmp_bh, GET_BLOCK_CREATE);
2561 bh = sb_bread(sb, tmp_bh.b_blocknr);
2563 bh = sb_getblk(sb, tmp_bh.b_blocknr);