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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dballoc.c567 struct buffer_head *debug_bh; local
568 debug_bh = sb_find_get_block(sb, block + i);
569 if (debug_bh) {
570 BUFFER_TRACE(debug_bh, "Deleted!");
572 BUFFER_TRACE(debug_bh,
574 BUFFER_TRACE2(debug_bh, bitmap_bh, "bitmap");
575 __brelse(debug_bh);
1661 struct buffer_head *debug_bh; local
1664 debug_bh = sb_find_get_block(sb, ret_block);
1665 if (debug_bh) {
[all...]

Completed in 50 milliseconds