Lines Matching defs:tmp_bh
2500 struct buffer_head tmp_bh, *bh;
2512 tmp_bh.b_state = 0;
2518 err = reiserfs_get_block(inode, blk, &tmp_bh, 0);
2522 if (!buffer_mapped(&tmp_bh)) /* A hole? */
2525 bh = sb_bread(sb, tmp_bh.b_blocknr);
2551 struct buffer_head tmp_bh, *bh;
2561 tmp_bh.b_state = 0;
2563 err = reiserfs_get_block(inode, blk, &tmp_bh, GET_BLOCK_CREATE);
2568 bh = sb_bread(sb, tmp_bh.b_blocknr);
2570 bh = sb_getblk(sb, tmp_bh.b_blocknr);