HomeSort by relevance Sort by last modified time
    Searched full:max_nat_bitmap_size (Results 1 - 1 of 1) sorted by null

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

Completed in 245 milliseconds