Home
last modified time | relevance | path

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

/fs/ext3/
Dballoc.c584 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()
[all …]