Searched refs:bh2 (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | revoke.c | 311 struct buffer_head *bh2; in journal_revoke() local 315 bh2 = get_hash_table(dev, blocknr, journal->j_blocksize); in journal_revoke() 316 if (bh2) { in journal_revoke() 318 if ((bh2 != bh) && in journal_revoke() 319 test_bit(BH_RevokeValid, &bh2->b_state)) in journal_revoke() 326 J_ASSERT_BH(bh2, test_bit(BH_Revoked, & in journal_revoke() 327 bh2->b_state)); in journal_revoke() 328 __brelse(bh2); in journal_revoke() 418 struct buffer_head *bh2; in journal_cancel_revoke() local 419 bh2 = get_hash_table(bh->b_dev, bh->b_blocknr, bh->b_size); in journal_cancel_revoke() [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | kernel-jbd.h | 931 #define BUFFER_TRACE2(bh, bh2, info) do {} while (0) argument
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | interworking.c | 2258 int bh1, bh2, load1, load2, conn1, conn2; in pick_best_roaming_partner() local 2262 bh2 = cred_below_min_backhaul(wpa_s, cred2, bss); in pick_best_roaming_partner() 2266 bh1, load1, conn1, bh2, load2, conn2); in pick_best_roaming_partner() 2267 if (bh1 || load1 || conn1 || !(bh2 || load2 || conn2)) { in pick_best_roaming_partner()
|