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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Drecovery.c308 unsigned long next_log_block; local
329 next_log_block = be32_to_cpu(sb->s_start);
362 next_commit_ID, next_log_block, journal->j_last);
368 hfsplus_jbd_debug(3, "JBD: checking block %ld\n", next_log_block);
369 err = jread(&bh, journal, next_log_block);
373 next_log_block++;
374 wrap(journal, next_log_block);
410 next_log_block +=
412 wrap(journal, next_log_block);
429 io_block = next_log_block
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Drecovery.c314 unsigned long next_log_block; local
335 next_log_block = be32_to_cpu(sb->s_start);
368 next_commit_ID, next_log_block, journal->j_last);
374 jbd_debug(3, "JBD: checking block %ld\n", next_log_block);
375 err = jread(&bh, journal, next_log_block);
379 next_log_block++;
380 wrap(journal, next_log_block);
415 next_log_block +=
417 wrap(journal, next_log_block);
434 io_block = next_log_block
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Drecovery.c323 unsigned long next_log_block; local
345 next_log_block = be32_to_cpu(sb->s_start);
378 next_commit_ID, next_log_block, journal->j_last);
384 jbd_debug(3, "JBD: checking block %ld\n", next_log_block);
385 err = jread(&bh, journal, next_log_block);
389 next_log_block++;
390 wrap(journal, next_log_block);
425 next_log_block += count_tags(journal, bh);
426 wrap(journal, next_log_block);
443 io_block = next_log_block
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c9897 unsigned long next_log_block; local
9918 next_log_block = ntohl(sb->s_start);
9950 err = jread(&bh, journal, next_log_block);
9954 next_log_block++;
9955 wrap(journal, next_log_block);
9988 next_log_block +=
9990 wrap(journal, next_log_block);
10007 io_block = next_log_block++;
10008 wrap(journal, next_log_block);

Completed in 113 milliseconds