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 80 .end_ssa = -1,
110 &dump_opt.end_ssa);
167 if (opt->end_ssa == -1)
168 opt->end_ssa = SM_I(sbi)->main_segments;
172 ssa_dump(sbi, opt->start_ssa, opt->end_ssa);
fsck.h 122 int end_ssa; member in struct:dump_option
dump.c 66 void ssa_dump(struct f2fs_sb_info *sbi, int start_ssa, int end_ssa)
82 for (segno = start_ssa; segno < end_ssa; segno++) {

Completed in 31 milliseconds