Home
last modified time | relevance | path

Searched refs:segs_per_sec (Results 1 – 4 of 4) sorted by relevance

/linux/fs/f2fs/
H A Dsuper.c3920 block_t segment_count, segs_per_sec, secs_per_zone, segment_count_main; in sanity_check_raw_super() local
3983 segs_per_sec = le32_to_cpu(raw_super->segs_per_sec); in sanity_check_raw_super()
3997 segs_per_sec > segment_count || !segs_per_sec) { in sanity_check_raw_super()
3999 segment_count, total_sections, segs_per_sec); in sanity_check_raw_super()
4003 if (segment_count_main != total_sections * segs_per_sec) { in sanity_check_raw_super()
4005 segment_count_main, total_sections, segs_per_sec); in sanity_check_raw_super()
4009 if ((segment_count / segs_per_sec) < total_sections) { in sanity_check_raw_super()
4011 segment_count, segs_per_sec, total_sections); in sanity_check_raw_super()
4282 sbi->segs_per_sec = le32_to_cpu(raw_super->segs_per_sec); in init_sb_info()
H A Df2fs.h1758 unsigned int segs_per_sec; /* segments per section */ member
1966 #define BLKS_PER_SEC(sbi) (SEGS_TO_BLKS(sbi, (sbi)->segs_per_sec))
1967 #define SEGS_PER_SEC(sbi) ((sbi)->segs_per_sec)
H A Dsegment.c3850 !((curseg->segno + 1) % sbi->segs_per_sec)) { in f2fs_allocate_data_block()
/linux/include/linux/
H A Df2fs_fs.h121 __le32 segs_per_sec; /* # of segments per section */ member