Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dresize.c14 u_int32_t zone_size_bytes; in get_new_sb() local
29 zone_size_bytes = segment_size_bytes * segs_per_zone; in get_new_sb()
32 2 * F2FS_BLKSIZE + zone_size_bytes - 1) / in get_new_sb()
33 zone_size_bytes * zone_size_bytes - in get_new_sb()
/external/f2fs-tools/mkfs/
Df2fs_format.c207 u_int32_t segment_size_bytes, zone_size_bytes; in f2fs_prepare_super_block() local
239 zone_size_bytes = in f2fs_prepare_super_block()
249 2 * F2FS_BLKSIZE + zone_size_bytes - 1) / in f2fs_prepare_super_block()
250 zone_size_bytes * zone_size_bytes - in f2fs_prepare_super_block()
269 (c.devices[0].total_sectors * c.sector_size) % zone_size_bytes; in f2fs_prepare_super_block()