Lines Matching refs:segs_per_sec
55 log_base_2(sbi->segs_per_sec * sbi->blocks_per_seg); in get_zone_idx_from_dev()
60 unsigned int secno = segno / sbi->segs_per_sec; in is_usable_seg()
62 block_t blocks_per_sec = sbi->blocks_per_seg * sbi->segs_per_sec; in is_usable_seg()
396 DISP_u32(sb, segs_per_sec); in print_raw_sb_info()
796 unsigned int segment_count, segs_per_sec, secs_per_zone; in sanity_check_raw_super() local
845 segs_per_sec = get_sb(segs_per_sec); in sanity_check_raw_super()
860 segs_per_sec > segment_count || !segs_per_sec) { in sanity_check_raw_super()
862 segment_count, total_sections, segs_per_sec); in sanity_check_raw_super()
866 if ((segment_count / segs_per_sec) < total_sections) { in sanity_check_raw_super()
868 segment_count, segs_per_sec, total_sections); in sanity_check_raw_super()
998 sbi->segs_per_sec = get_sb(segs_per_sec); in init_sb_info()
2639 if (sbi->segs_per_sec == 1) in set_section_type()
2642 for (i = 0; i < sbi->segs_per_sec; i++) { in set_section_type()
2738 if (vblocks == 0 && !(segno % sbi->segs_per_sec)) { in find_next_free_block()
2742 for (i = 1; i < sbi->segs_per_sec; i++) { in find_next_free_block()
2748 if (i == sbi->segs_per_sec && in find_next_free_block()