HomeSort by relevance Sort by last modified time
    Searched refs:end_ssa (Results 1 - 3 of 3) sorted by null

  /external/f2fs-tools/fsck/
main.c 301 .end_ssa = -1,
351 &dump_opt.end_ssa);
650 if (opt->end_ssa == -1)
651 opt->end_ssa = SM_I(sbi)->main_segments;
657 ssa_dump(sbi, opt->start_ssa, opt->end_ssa);
fsck.h 217 int end_ssa; member in struct:dump_option
dump.c 174 void ssa_dump(struct f2fs_sb_info *sbi, int start_ssa, int end_ssa)
190 for (segno = start_ssa; segno < end_ssa; segno++) {

Completed in 474 milliseconds