Home
last modified time | relevance | path

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

/external/f2fs-tools/mkfs/
Df2fs_format.c169 u_int32_t max_nat_bitmap_size, max_nat_segments; in f2fs_prepare_super_block() local
262 max_nat_bitmap_size = CHECKSUM_OFFSET - sizeof(struct f2fs_checkpoint) + 1; in f2fs_prepare_super_block()
265 max_nat_bitmap_size = CHECKSUM_OFFSET - sizeof(struct f2fs_checkpoint) + 1 in f2fs_prepare_super_block()
270 max_nat_segments = (max_nat_bitmap_size * 8) >> log_blks_per_seg; in f2fs_prepare_super_block()