OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_commit_ID
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/debugfs/
recovery.c
435
unsigned int first_commit_ID,
next_commit_ID
;
455
next_commit_ID
= ext2fs_be32_to_cpu(sb->s_sequence);
458
first_commit_ID =
next_commit_ID
;
485
if (tid_geq(
next_commit_ID
, info->end_transaction))
489
next_commit_ID
, next_log_block, journal->j_last);
521
if (sequence !=
next_commit_ID
) {
602
next_commit_ID
)) {
744
info->end_transaction =
next_commit_ID
;
748
next_commit_ID
;
758
info->end_transaction =
next_commit_ID
;
[
all
...]
do_journal.c
648
unsigned int
next_commit_ID
;
664
next_commit_ID
= ext2fs_be32_to_cpu(sb->s_sequence);
683
next_commit_ID
, (unsigned long)next_log_block,
719
if (sequence !=
next_commit_ID
) {
721
sequence,
next_commit_ID
);
737
next_commit_ID
++;
753
dbg_printf("head seq=%d blk=%llu\n",
next_commit_ID
,
755
journal->j_transaction_sequence =
next_commit_ID
;
/external/e2fsprogs/e2fsck/
recovery.c
435
unsigned int first_commit_ID,
next_commit_ID
;
455
next_commit_ID
= ext2fs_be32_to_cpu(sb->s_sequence);
458
first_commit_ID =
next_commit_ID
;
485
if (tid_geq(
next_commit_ID
, info->end_transaction))
489
next_commit_ID
, next_log_block, journal->j_last);
521
if (sequence !=
next_commit_ID
) {
602
next_commit_ID
)) {
744
info->end_transaction =
next_commit_ID
;
748
next_commit_ID
;
758
info->end_transaction =
next_commit_ID
;
[
all
...]
Completed in 47 milliseconds