Searched refs:SEG_ALIGN (Results 1 – 2 of 2) sorted by relevance
229 sit_segments = SEG_ALIGN(blocks_for_sit); in f2fs_prepare_super_block()242 set_sb(segment_count_nat, SEG_ALIGN(blocks_for_nat)); in f2fs_prepare_super_block()289 set_sb(segment_count_ssa, SEG_ALIGN(blocks_for_ssa)); in f2fs_prepare_super_block()
793 #define SEG_ALIGN(blks) ALIGN(blks, config.blks_per_seg) macro