Lines Matching refs:debug_bh
584 struct buffer_head *debug_bh; in ext3_free_blocks_sb() local
585 debug_bh = sb_find_get_block(sb, block + i); in ext3_free_blocks_sb()
586 if (debug_bh) { in ext3_free_blocks_sb()
587 BUFFER_TRACE(debug_bh, "Deleted!"); in ext3_free_blocks_sb()
589 BUFFER_TRACE(debug_bh, in ext3_free_blocks_sb()
591 BUFFER_TRACE2(debug_bh, bitmap_bh, "bitmap"); in ext3_free_blocks_sb()
592 __brelse(debug_bh); in ext3_free_blocks_sb()
1680 struct buffer_head *debug_bh; in ext3_new_blocks() local
1683 debug_bh = sb_find_get_block(sb, ret_block); in ext3_new_blocks()
1684 if (debug_bh) { in ext3_new_blocks()
1685 BUFFER_TRACE(debug_bh, "state when allocated"); in ext3_new_blocks()
1686 BUFFER_TRACE2(debug_bh, bitmap_bh, "bitmap state"); in ext3_new_blocks()
1687 brelse(debug_bh); in ext3_new_blocks()