Searched refs:secs_per_zone (Results 1 – 7 of 7) sorted by relevance
83 config.secs_per_zone = atoi(optarg); in f2fs_parse_options()113 config.segs_per_zone = config.segs_per_sec * config.secs_per_zone; in f2fs_parse_options()
32 #define last_section(cur) (cur + (config.secs_per_zone - 1) * config.segs_per_sec)188 set_sb(secs_per_zone, config.secs_per_zone); in f2fs_prepare_super_block()193 blk_size_bytes * config.secs_per_zone * in f2fs_prepare_super_block()
148 unsigned int secs_per_zone; /* sections per zone */ member271 ((segno / sbi->segs_per_sec) / sbi->secs_per_zone)
122 DISP_u32(sb, secs_per_zone); in print_raw_sb_info()303 sbi->secs_per_zone = le32_to_cpu(raw_super->secs_per_zone); in init_sb_info()
232 u_int32_t secs_per_zone; member330 __le32 secs_per_zone; /* # of sections per zone */ member
359 c->secs_per_zone = 1; in f2fs_init_configuration()
740 __u32 secs_per_zone; /* # of sections per zone */ member