HomeSort by relevance Sort by last modified time
    Searched refs:SEG_ALIGN (Results 1 - 2 of 2) sorted by null

  /external/f2fs-tools/mkfs/
f2fs_format.c 229 sit_segments = SEG_ALIGN(blocks_for_sit);
242 set_sb(segment_count_nat, SEG_ALIGN(blocks_for_nat));
289 set_sb(segment_count_ssa, SEG_ALIGN(blocks_for_ssa));
  /external/f2fs-tools/include/
f2fs_fs.h 793 #define SEG_ALIGN(blks) ALIGN(blks, config.blks_per_seg)

Completed in 1311 milliseconds