Home
last modified time | relevance | path

Searched refs:segment_count (Results 1 – 8 of 8) sorted by relevance

/third_party/f2fs-tools/fsck/
Dmount.c402 DISP_u32(sb, segment_count); in print_raw_sb_info()
712 u32 segment_count = get_sb(segment_count); in sanity_check_area_boundary() local
717 (segment_count << log_blocks_per_seg); in sanity_check_area_boundary()
761 (segment_count << log_blocks_per_seg), in sanity_check_area_boundary()
765 set_sb(segment_count, (main_end_blkaddr - in sanity_check_area_boundary()
772 (segment_count << log_blocks_per_seg), in sanity_check_area_boundary()
796 unsigned int segment_count, segs_per_sec, secs_per_zone; in sanity_check_raw_super() local
844 segment_count = get_sb(segment_count); in sanity_check_raw_super()
852 if (segment_count > F2FS_MAX_SEGMENT || in sanity_check_raw_super()
853 segment_count < F2FS_MIN_SEGMENTS) { in sanity_check_raw_super()
[all …]
Dresize.c36 set_sb(segment_count, (c.target_sectors * c.sector_size - in get_new_sb()
43 blocks_for_sit = SIZE_ALIGN(get_sb(segment_count), SIT_ENTRY_PER_BLOCK); in get_new_sb()
49 total_valid_blks_available = (get_sb(segment_count) - in get_new_sb()
113 total_valid_blks_available = (get_sb(segment_count) - in get_new_sb()
136 set_sb(segment_count_main, get_sb(segment_count) - in get_new_sb()
Df2fs.h192 unsigned int segment_count; member
/third_party/ffmpeg/libavformat/
Dsegment.c74 int segment_count; ///< number of segment files already written member
395 if (seg->list_size && seg->segment_count >= seg->list_size) { in segment_end()
418 seg->avf->url, seg->segment_count); in segment_end()
419 seg->segment_count++; in segment_end()
687 seg->segment_count = 0; in seg_init()
876 end_pts = seg->segment_count < seg->nb_times ? in seg_write_packet()
877 seg->times[seg->segment_count] : INT64_MAX; in seg_write_packet()
879 start_frame = seg->segment_count < seg->nb_frames ? in seg_write_packet()
880 seg->frames[seg->segment_count] : INT_MAX; in seg_write_packet()
892 end_pts = seg->time * (seg->segment_count + 1); in seg_write_packet()
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dsort_by_side.hpp342 std::size_t const segment_count in calculate_segment_distance() local
346 return segment_count - departure_seg_id.segment_index + op.seg_id.segment_index; in calculate_segment_distance()
/third_party/f2fs-tools/mkfs/
Df2fs_format.c300 set_sb(segment_count, (c.total_segments / c.segs_per_zone * in f2fs_prepare_super_block()
307 blocks_for_sit = SIZE_ALIGN(get_sb(segment_count), SIT_ENTRY_PER_BLOCK); in f2fs_prepare_super_block()
316 total_valid_blks_available = (get_sb(segment_count) - in f2fs_prepare_super_block()
384 total_valid_blks_available = (get_sb(segment_count) - in f2fs_prepare_super_block()
426 total_zones = get_sb(segment_count) / (c.segs_per_zone) - in f2fs_prepare_super_block()
/third_party/e2fsprogs/lib/blkid/
Dprobe.h747 __u32 segment_count; /* total # of segments */ member
/third_party/f2fs-tools/include/
Df2fs_fs.h648 __le32 segment_count; /* total # of segments */ member