Searched refs:segment_count_main (Results 1 – 1 of 1) sorted by relevance
2559 if (le32_to_cpu(F2FS_RAW_SUPER(sbi)->segment_count_main) <= in default_options()3887 u32 segment_count_main = le32_to_cpu(raw_super->segment_count_main); in sanity_check_area_boundary() local3891 ((u64)segment_count_main << log_blocks_per_seg); in sanity_check_area_boundary()3936 segment_count_main << log_blocks_per_seg); in sanity_check_area_boundary()3955 segment_count_main << log_blocks_per_seg); in sanity_check_area_boundary()3965 block_t segment_count, segs_per_sec, secs_per_zone, segment_count_main; in sanity_check_raw_super() local4027 segment_count_main = le32_to_cpu(raw_super->segment_count_main); in sanity_check_raw_super()4041 if (total_sections > segment_count_main || total_sections < 1 || in sanity_check_raw_super()4048 if (segment_count_main != total_sections * segs_per_sec) { in sanity_check_raw_super()4050 segment_count_main, total_sections, segs_per_sec); in sanity_check_raw_super()[all …]