Searched refs:SEG_ALIGN (Results 1 – 3 of 3) sorted by relevance
44 sit_segments = SEG_ALIGN(blocks_for_sit); in get_new_sb()56 nat_segments = SEG_ALIGN(blocks_for_nat) * in get_new_sb()64 set_sb(segment_count_nat, SEG_ALIGN(blocks_for_nat)); in get_new_sb()120 set_sb(segment_count_ssa, SEG_ALIGN(blocks_for_ssa)); in get_new_sb()
333 sit_segments = SEG_ALIGN(blocks_for_sit); in f2fs_prepare_super_block()348 nat_segments = SEG_ALIGN(blocks_for_nat) * in f2fs_prepare_super_block()355 set_sb(segment_count_nat, SEG_ALIGN(blocks_for_nat)); in f2fs_prepare_super_block()420 set_sb(segment_count_ssa, SEG_ALIGN(blocks_for_ssa)); in f2fs_prepare_super_block()
1168 #define MAX_SIT_BITMAP_SIZE (SEG_ALIGN(SIZE_ALIGN(F2FS_MAX_SEGMENT, \1171 #define MAX_CP_PAYLOAD (SEG_ALIGN(SIZE_ALIGN(UINT32_MAX, NAT_ENTRY_PER_BLOCK)) * \1617 #define SEG_ALIGN(blks) SIZE_ALIGN(blks, c.blks_per_seg) macro