Searched refs:segs_per_sec (Results 1 – 1 of 1) sorted by relevance
3487 block_t segment_count, segs_per_sec, secs_per_zone, segment_count_main; in sanity_check_raw_super() local3550 segs_per_sec = le32_to_cpu(raw_super->segs_per_sec); in sanity_check_raw_super()3564 segs_per_sec > segment_count || !segs_per_sec) { in sanity_check_raw_super()3566 segment_count, total_sections, segs_per_sec); in sanity_check_raw_super()3570 if (segment_count_main != total_sections * segs_per_sec) { in sanity_check_raw_super()3572 segment_count_main, total_sections, segs_per_sec); in sanity_check_raw_super()3576 if ((segment_count / segs_per_sec) < total_sections) { in sanity_check_raw_super()3578 segment_count, segs_per_sec, total_sections); in sanity_check_raw_super()3827 sbi->segs_per_sec = le32_to_cpu(raw_super->segs_per_sec); in init_sb_info()