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
376
unsigned long *
next_log_block
, __u32 *crc32_sum)
387
io_block = (*
next_log_block
)++;
388
wrap(journal, *
next_log_block
);
445
unsigned long
next_log_block
;
local
465
next_log_block
= ext2fs_be32_to_cpu(sb->s_start);
498
next_commit_ID,
next_log_block
, journal->j_last);
504
jbd_debug(3, "JBD2: checking block %ld\n",
next_log_block
);
505
err = jread(&bh, journal,
next_log_block
);
509
next_log_block
++;
510
wrap(journal,
next_log_block
);
[
all
...]
do_journal.c
650
blk64_t
next_log_block
, head_block;
local
666
next_log_block
= ext2fs_be32_to_cpu(sb->s_start);
667
head_block =
next_log_block
;
669
if (
next_log_block
== 0)
684
next_commit_ID, (unsigned long)
next_log_block
,
690
err = journal_bmap(journal,
next_log_block
, &bh->b_blocknr);
699
next_log_block
++;
700
wrap(journal,
next_log_block
);
732
next_log_block
+= count_tags(journal, bh->b_data);
733
wrap(journal,
next_log_block
);
[
all
...]
/external/e2fsprogs/e2fsck/
recovery.c
376
unsigned long *
next_log_block
, __u32 *crc32_sum)
387
io_block = (*
next_log_block
)++;
388
wrap(journal, *
next_log_block
);
445
unsigned long
next_log_block
;
local
465
next_log_block
= ext2fs_be32_to_cpu(sb->s_start);
498
next_commit_ID,
next_log_block
, journal->j_last);
504
jbd_debug(3, "JBD2: checking block %ld\n",
next_log_block
);
505
err = jread(&bh, journal,
next_log_block
);
509
next_log_block
++;
510
wrap(journal,
next_log_block
);
[
all
...]
Completed in 260 milliseconds