Home
last modified time | relevance | path

Searched refs:blocks_for_sit (Results 1 – 2 of 2) sorted by relevance

/external/f2fs-tools/fsck/
Dresize.c16 u_int32_t blocks_for_sit, blocks_for_nat, blocks_for_ssa; in get_new_sb() local
43 blocks_for_sit = SIZE_ALIGN(get_sb(segment_count), SIT_ENTRY_PER_BLOCK); in get_new_sb()
44 sit_segments = SEG_ALIGN(blocks_for_sit); in get_new_sb()
/external/f2fs-tools/mkfs/
Df2fs_format.c183 u_int32_t blocks_for_sit, blocks_for_nat, blocks_for_ssa; in f2fs_prepare_super_block() local
286 blocks_for_sit = SIZE_ALIGN(get_sb(segment_count), SIT_ENTRY_PER_BLOCK); in f2fs_prepare_super_block()
288 sit_segments = SEG_ALIGN(blocks_for_sit); in f2fs_prepare_super_block()