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

/external/e2fsprogs/e2fsck/
H A Drevoke.c326 J_ASSERT_BH(bh2, test_bit(BH_Revoked, &
337 J_ASSERT_BH(bh, !test_bit(BH_Revoked, &bh->b_state));
338 set_bit(BH_Revoked, &bh->b_state);
362 * We trust the BH_Revoked bit on the buffer if the buffer is already
390 need_cancel = (test_and_clear_bit(BH_Revoked, &bh->b_state));
393 clear_bit(BH_Revoked, &bh->b_state);
421 clear_bit(BH_Revoked, &bh2->b_state);
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-jbd.h279 BH_Revoked, /* 1 if buffer has been revoked from the log */ enumerator in enum:jbd_state_bits

Completed in 81 milliseconds