Lines Matching defs:segs_per_sec
321 unsigned int sec_blks = sbi->blocks_per_seg * sbi->segs_per_sec;
2839 block_t segment_count, segs_per_sec, secs_per_zone, segment_count_main;
2910 segs_per_sec = le32_to_cpu(raw_super->segs_per_sec);
2924 segs_per_sec > segment_count || !segs_per_sec) {
2926 segment_count, total_sections, segs_per_sec);
2930 if (segment_count_main != total_sections * segs_per_sec) {
2932 segment_count_main, total_sections, segs_per_sec);
2936 if ((segment_count / segs_per_sec) < total_sections) {
2938 segment_count, segs_per_sec, total_sections);
3177 sbi->segs_per_sec = le32_to_cpu(raw_super->segs_per_sec);
3190 sbi->migration_granularity = sbi->segs_per_sec;