Searched refs:segment_count (Results 1 – 7 of 7) sorted by relevance
35 set_sb(segment_count, (c.target_sectors * c.sector_size - in get_new_sb()39 blocks_for_sit = ALIGN(get_sb(segment_count), SIT_ENTRY_PER_BLOCK); in get_new_sb()45 total_valid_blks_available = (get_sb(segment_count) - in get_new_sb()83 total_valid_blks_available = (get_sb(segment_count) - in get_new_sb()105 set_sb(segment_count_main, get_sb(segment_count) - in get_new_sb()
167 DISP_u32(sb, segment_count); in print_raw_sb_info()305 u32 segment_count = get_sb(segment_count); in sanity_check_area_boundary() local310 (segment_count << log_blocks_per_seg); in sanity_check_area_boundary()354 (segment_count << log_blocks_per_seg), in sanity_check_area_boundary()360 set_sb(segment_count, (main_end_blkaddr - in sanity_check_area_boundary()368 (segment_count << log_blocks_per_seg), in sanity_check_area_boundary()413 if (get_sb(segment_count) > F2FS_MAX_SEGMENT) in sanity_check_raw_super()680 total = get_sb(segment_count); in sanity_check_ckpt()1149 unsigned int end_segno = SM_I(sbi)->segment_count - 1; in check_seg_range()1196 unsigned int end_segno = sm_info->segment_count - 1; in check_block_count()[all …]
120 unsigned int segment_count; member
240 set_sb(segment_count, (c.total_segments / c.segs_per_zone * in f2fs_prepare_super_block()247 blocks_for_sit = ALIGN(get_sb(segment_count), SIT_ENTRY_PER_BLOCK); in f2fs_prepare_super_block()256 total_valid_blks_available = (get_sb(segment_count) - in f2fs_prepare_super_block()305 total_valid_blks_available = (get_sb(segment_count) - in f2fs_prepare_super_block()347 total_zones = get_sb(segment_count) / (c.segs_per_zone) - in f2fs_prepare_super_block()
2682 segment_count; member3789 stream_info->segment_count=ReadBlobLSBLong(image); in ReadDCMImage()3790 if (stream_info->segment_count > 1) in ReadDCMImage()3995 if (stream_info->segment_count > 1) in ReadDCMImage()
747 __u32 segment_count; /* total # of segments */ member
489 __le32 segment_count; /* total # of segments */ member