OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BH_Revoked
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/e2fsck/
revoke.c
326
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/
kernel-jbd.h
279
BH_Revoked
, /* 1 if buffer has been revoked from the log */
Completed in 42 milliseconds