Home
last modified time | relevance | path

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

/external/image_io/src/jpeg/
Djpeg_segment_lister.cc144 int total_segments = 0; in Finish() local
148 total_segments += count; in Finish()
154 lines_.push_back(SummaryLine("TOTAL", Size2String(total_segments))); in Finish()
/external/f2fs-tools/mkfs/
Df2fs_format.c290 c.devices[i].total_segments = in f2fs_prepare_super_block()
295 c.devices[i].end_blkaddr = c.devices[i].total_segments * in f2fs_prepare_super_block()
299 c.devices[i].total_segments = in f2fs_prepare_super_block()
305 c.devices[i].total_segments * in f2fs_prepare_super_block()
310 sb->devs[i].total_segments = in f2fs_prepare_super_block()
311 cpu_to_le32(c.devices[i].total_segments); in f2fs_prepare_super_block()
314 c.total_segments += c.devices[i].total_segments; in f2fs_prepare_super_block()
316 set_sb(segment_count, (c.total_segments / c.segs_per_zone * in f2fs_prepare_super_block()
472 c.total_segments < F2FS_MIN_SEGMENTS || in f2fs_prepare_super_block()
/external/f2fs-tools/include/
Df2fs_fs.h379 u_int32_t total_segments; member
454 u_int32_t total_segments; member
731 __le32 total_segments; member
/external/f2fs-tools/lib/
Dlibf2fs_zoned.c503 usable_segs += c.devices[i].total_segments; in f2fs_get_usable_segments()
/external/f2fs-tools/fsck/
Dmount.c891 unsigned int dev_segs = le32_to_cpu(sb->devs[0].total_segments); in sanity_check_raw_super()
895 dev_segs += le32_to_cpu(sb->devs[i].total_segments); in sanity_check_raw_super()
1034 c.devices[i].total_segments = in init_sb_info()
1035 le32_to_cpu(sb->devs[i].total_segments); in init_sb_info()
1040 c.devices[i].total_segments * in init_sb_info()