Searched refs:SEG_ALIGN (Results 1 – 3 of 3) sorted by relevance
40 sit_segments = SEG_ALIGN(blocks_for_sit); in get_new_sb()49 set_sb(segment_count_nat, SEG_ALIGN(blocks_for_nat)); in get_new_sb()90 set_sb(segment_count_ssa, SEG_ALIGN(blocks_for_ssa)); in get_new_sb()
249 sit_segments = SEG_ALIGN(blocks_for_sit); in f2fs_prepare_super_block()263 set_sb(segment_count_nat, SEG_ALIGN(blocks_for_nat)); in f2fs_prepare_super_block()314 set_sb(segment_count_ssa, SEG_ALIGN(blocks_for_ssa)); in f2fs_prepare_super_block()
724 #define MAX_SIT_BITMAP_SIZE (SEG_ALIGN(ALIGN(F2FS_MAX_SEGMENT, \1063 #define SEG_ALIGN(blks) ALIGN(blks, c.blks_per_seg) macro