OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_log_block
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/debugfs/
recovery.c
367
unsigned long *
next_log_block
, __u32 *crc32_sum)
378
io_block = (*
next_log_block
)++;
379
wrap(journal, *
next_log_block
);
436
unsigned long
next_log_block
;
local
456
next_log_block
= ext2fs_be32_to_cpu(sb->s_start);
489
next_commit_ID,
next_log_block
, journal->j_last);
495
jbd_debug(3, "JBD2: checking block %ld\n",
next_log_block
);
496
err = jread(&bh, journal,
next_log_block
);
500
next_log_block
++;
501
wrap(journal,
next_log_block
);
[
all
...]
do_journal.c
649
blk64_t
next_log_block
, head_block;
local
665
next_log_block
= ext2fs_be32_to_cpu(sb->s_start);
666
head_block =
next_log_block
;
668
if (
next_log_block
== 0)
683
next_commit_ID, (unsigned long)
next_log_block
,
689
err = journal_bmap(journal,
next_log_block
, &bh->b_blocknr);
698
next_log_block
++;
699
wrap(journal,
next_log_block
);
731
next_log_block
+= count_tags(journal, bh->b_data);
732
wrap(journal,
next_log_block
);
[
all
...]
/external/e2fsprogs/e2fsck/
recovery.c
367
unsigned long *
next_log_block
, __u32 *crc32_sum)
378
io_block = (*
next_log_block
)++;
379
wrap(journal, *
next_log_block
);
436
unsigned long
next_log_block
;
local
456
next_log_block
= ext2fs_be32_to_cpu(sb->s_start);
489
next_commit_ID,
next_log_block
, journal->j_last);
495
jbd_debug(3, "JBD2: checking block %ld\n",
next_log_block
);
496
err = jread(&bh, journal,
next_log_block
);
500
next_log_block
++;
501
wrap(journal,
next_log_block
);
[
all
...]
Completed in 54 milliseconds