HomeSort by relevance Sort by last modified time
    Searched full:main_segments (Results 1 - 5 of 5) sorted by null

  /external/f2fs-tools/fsck/
main.c 166 opt->end_sit = SM_I(sbi)->main_segments;
168 opt->end_ssa = SM_I(sbi)->main_segments;
f2fs.h 121 unsigned int main_segments; member in struct:f2fs_sm_info
329 #define TOTAL_SEGS(sbi) (SM_I(sbi)->main_segments)
dump.c 58 SM_I(sbi)->main_segments - free_segs, free_segs);
mount.c 978 sm_info->main_segments = le32_to_cpu(raw_super->segment_count_main);
1000 fsck->sit_area_bitmap_sz = sm_i->main_segments * SIT_VBLOCK_MAP_SIZE;
    [all...]
fsck.c 952 fsck->nr_main_blks = sm_i->main_segments << sbi->log_blocks_per_seg;

Completed in 63 milliseconds