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()
401 DISP_u32(sb, segs_per_sec); in print_raw_sb_info()
806 unsigned int segment_count, segs_per_sec, secs_per_zone, segs_per_zone; in sanity_check_raw_super() local
855 segs_per_sec = get_sb(segs_per_sec); in sanity_check_raw_super()
858 segs_per_zone = segs_per_sec * secs_per_zone; in sanity_check_raw_super()
872 segs_per_sec > segment_count || !segs_per_sec)) { in sanity_check_raw_super()
874 segment_count, total_sections, segs_per_sec); in sanity_check_raw_super()
878 if ((segment_count / segs_per_sec) < total_sections) { in sanity_check_raw_super()
880 segment_count, segs_per_sec, total_sections); in sanity_check_raw_super()
1011 sbi->segs_per_sec = get_sb(segs_per_sec); in init_sb_info()
2658 if (sbi->segs_per_sec == 1) in set_section_type()
2661 for (i = 0; i < sbi->segs_per_sec; i++) { in set_section_type()
2756 if (vblocks == 0 && !(segno % sbi->segs_per_sec)) { in find_next_free_block()
2760 for (i = 1; i < sbi->segs_per_sec; i++) { in find_next_free_block()
2766 if (i == sbi->segs_per_sec && in find_next_free_block()