Searched defs:next_log_block (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Drecovery.c326 unsigned long *next_log_block, __u32 *crc32_sum)
337 io_block = (*next_log_block)++;
338 wrap(journal, *next_log_block);
357 unsigned long next_log_block; local
380 next_log_block = be32_to_cpu(sb->s_start);
413 next_commit_ID, next_log_block, journal->j_last);
419 jbd_debug(3, "JBD: checking block %ld\n", next_log_block);
420 err = jread(&bh, journal, next_log_block);
424 next_log_block++;
425 wrap(journal, next_log_block);
325 calc_chksums(journal_t *journal, struct buffer_head *bh, unsigned long *next_log_block, __u32 *crc32_sum) argument
[all...]

Completed in 31 milliseconds