OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bh2
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/e2fsck/
revoke.c
311
struct buffer_head *
bh2
;
local
315
bh2
= get_hash_table(dev, blocknr, journal->j_blocksize);
316
if (
bh2
) {
318
if ((
bh2
!= bh) &&
319
test_bit(BH_RevokeValid, &
bh2
->b_state))
326
J_ASSERT_BH(
bh2
, test_bit(BH_Revoked, &
327
bh2
->b_state));
328
__brelse(
bh2
);
418
struct buffer_head *
bh2
;
local
419
bh2
= get_hash_table(bh->b_dev, bh->b_blocknr, bh->b_size)
[
all
...]
/external/e2fsprogs/lib/ext2fs/
kernel-jbd.h
930
#define BUFFER_TRACE2(bh,
bh2
, info) do {} while (0)
/external/kernel-headers/original/linux/
jbd.h
[
all
...]
Completed in 43 milliseconds