Home
last modified time | relevance | path

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

/external/f2fs-tools/include/
Df2fs_fs.h1482 #define ZONE_ALIGN(blks) SIZE_ALIGN(blks, c.blks_per_seg * \ macro
/external/f2fs-tools/mkfs/
Df2fs_format.c423 total_meta_zones = ZONE_ALIGN(total_meta_segments * in f2fs_prepare_super_block()