Home
last modified time | relevance | path

Searched refs:secs_per_zone (Results 1 – 5 of 5) sorted by relevance

/linux/fs/f2fs/
H A Dsuper.c4039 block_t segment_count, segs_per_sec, secs_per_zone, segment_count_main; in sanity_check_raw_super() local
4103 secs_per_zone = le32_to_cpu(raw_super->secs_per_zone); in sanity_check_raw_super()
4161 if (secs_per_zone > total_sections || !secs_per_zone) { in sanity_check_raw_super()
4163 secs_per_zone, total_sections); in sanity_check_raw_super()
4388 sbi->secs_per_zone = le32_to_cpu(raw_super->secs_per_zone); in init_sb_info()
4865 zoneno * sbi->secs_per_zone); in get_first_seq_zone_segno()
H A Ddebug.c137 le32_to_cpu(raw_super->secs_per_zone); in update_general_status()
796 le32_to_cpu(raw_super->secs_per_zone); in f2fs_build_stats()
H A Dsegment.h90 (((secno) == -1) ? -1 : (secno) / (sbi)->secs_per_zone)
H A Dsegment.c2875 unsigned int total_zones = MAIN_SECS(sbi) / sbi->secs_per_zone; in get_new_segment()
2984 if (sbi->secs_per_zone == 1) in get_new_segment()
2997 hint = (zoneno + 1) * sbi->secs_per_zone; in get_new_segment()
H A Df2fs.h1871 unsigned int secs_per_zone; /* sections per zone */ member