OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jdb
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/fs/ext4/
ext4_journal.c
336
struct journal_header_t *
jdb
;
local
354
jdb
= (struct journal_header_t *) temp_buff;
372
be32_to_cpu(
jdb
->h_sequence)) == 0)
405
struct journal_header_t *
jdb
= NULL;
local
450
jdb
= (struct journal_header_t *) temp_buff1;
452
if (be32_to_cpu(
jdb
->h_blocktype) ==
454
if (be32_to_cpu(
jdb
->h_sequence) !=
481
} else if (be32_to_cpu(
jdb
->h_blocktype) ==
483
if (be32_to_cpu(
jdb
->h_sequence) !=
502
} else if (be32_to_cpu(
jdb
->h_blocktype) =
556
struct journal_header_t
jdb
;
local
608
struct journal_header_t
jdb
;
local
[
all
...]
/external/e2fsprogs/debugfs/
do_journal.c
270
journal_header_t *
jdb
;
local
305
jdb
= jdb_buf = bh->b_data;
306
jdb
->h_magic = ext2fs_cpu_to_be32(JFS_MAGIC_NUMBER);
307
jdb
->h_blocktype = ext2fs_cpu_to_be32(JFS_DESCRIPTOR_BLOCK);
308
jdb
->h_sequence = ext2fs_cpu_to_be32(trans->tid);
309
jdbt = (journal_block_tag_t *)(
jdb
+ 1);
337
jdbt = (journal_block_tag_t *)(
jdb
+ 1);
351
if (jdbt != (journal_block_tag_t *)(
jdb
+ 1))
389
if (jdbt != (journal_block_tag_t *)(
jdb
+ 1)) {
Completed in 320 milliseconds