Home
last modified time | relevance | path

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

/third_party/f2fs-tools/mkfs/
Df2fs_format.c300 c.devices[i].total_segments = in f2fs_prepare_super_block()
305 c.devices[i].end_blkaddr = c.devices[i].total_segments * in f2fs_prepare_super_block()
309 c.devices[i].total_segments = in f2fs_prepare_super_block()
315 c.devices[i].total_segments * in f2fs_prepare_super_block()
320 sb->devs[i].total_segments = in f2fs_prepare_super_block()
321 cpu_to_le32(c.devices[i].total_segments); in f2fs_prepare_super_block()
324 c.total_segments += c.devices[i].total_segments; in f2fs_prepare_super_block()
326 set_sb(segment_count, (c.total_segments / c.segs_per_zone * in f2fs_prepare_super_block()
498 c.total_segments < F2FS_MIN_SEGMENTS || in f2fs_prepare_super_block()
/third_party/f2fs-tools/tools/debug_tools/
Dfsck_debug.h19 static inline unsigned int total_segments(struct f2fs_sb_info *sbi) in total_segments() function
Dfsck_debug.c23 MSG(0, "total_count %u\n", total_segments(sbi)); in dump_sbi_info()
/third_party/ffmpeg/libavformat/
Doggenc.c205 int total_segments = size / 255 + 1; in ogg_buffer_data() local
229 for (i = 0; i < total_segments; ) { in ogg_buffer_data()
232 segments = FFMIN(total_segments - i, 255 - page->segments_count); in ogg_buffer_data()
248 if (i == total_segments) in ogg_buffer_data()
/third_party/f2fs-tools/include/
Df2fs_fs.h400 uint32_t total_segments; member
476 uint32_t total_segments; member
758 __le32 total_segments; member
/third_party/f2fs-tools/lib/
Dlibf2fs_zoned.c519 usable_segs += c.devices[i].total_segments; in f2fs_get_usable_segments()
/third_party/f2fs-tools/fsck/
Dmount.c946 unsigned int dev_segs = le32_to_cpu(sb->devs[0].total_segments); in sanity_check_raw_super()
950 dev_segs += le32_to_cpu(sb->devs[i].total_segments); in sanity_check_raw_super()
1127 c.devices[i].total_segments = in init_sb_info()
1128 le32_to_cpu(sb->devs[i].total_segments); in init_sb_info()
1133 c.devices[i].total_segments * in init_sb_info()