Searched refs:SEG_ALIGN (Results 1 - 3 of 3) sorted by relevance

/external/f2fs-tools/fsck/
H A Dresize.c40 sit_segments = SEG_ALIGN(blocks_for_sit);
50 set_sb(segment_count_nat, SEG_ALIGN(blocks_for_nat));
90 set_sb(segment_count_ssa, SEG_ALIGN(blocks_for_ssa));
/external/f2fs-tools/mkfs/
H A Df2fs_format.c261 sit_segments = SEG_ALIGN(blocks_for_sit);
275 set_sb(segment_count_nat, SEG_ALIGN(blocks_for_nat));
324 set_sb(segment_count_ssa, SEG_ALIGN(blocks_for_ssa));
/external/f2fs-tools/include/
H A Df2fs_fs.h854 #define MAX_SIT_BITMAP_SIZE (SEG_ALIGN(SIZE_ALIGN(F2FS_MAX_SEGMENT, \
1220 #define SEG_ALIGN(blks) SIZE_ALIGN(blks, c.blks_per_seg) macro

Completed in 209 milliseconds