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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext3/
H A Dballoc.c354 struct buffer_head *debug_bh; local
355 debug_bh = sb_get_hash_table(sb, block + i);
356 if (debug_bh) {
357 BUFFER_TRACE(debug_bh, "Deleted!");
359 BUFFER_TRACE(debug_bh,
361 BUFFER_TRACE2(debug_bh, bitmap_bh, "bitmap");
362 __brelse(debug_bh);
698 struct buffer_head *debug_bh; local
701 debug_bh = sb_get_hash_table(sb, tmp);
702 if (debug_bh) {
[all...]

Completed in 62 milliseconds