Lines Matching defs:segs_per_sec
333 unsigned int sec_blks = sbi->blocks_per_seg * sbi->segs_per_sec;
3467 block_t segment_count, segs_per_sec, secs_per_zone, segment_count_main;
3531 segs_per_sec = le32_to_cpu(raw_super->segs_per_sec);
3545 segs_per_sec > segment_count || !segs_per_sec) {
3547 segment_count, total_sections, segs_per_sec);
3551 if (segment_count_main != total_sections * segs_per_sec) {
3553 segment_count_main, total_sections, segs_per_sec);
3557 if ((segment_count / segs_per_sec) < total_sections) {
3559 segment_count, segs_per_sec, total_sections);
3808 sbi->segs_per_sec = le32_to_cpu(raw_super->segs_per_sec);
3822 sbi->migration_granularity = sbi->segs_per_sec;