Searched refs:target_blocks (Results 1 – 1 of 1) sorted by relevance
433 uint64_t target_blocks; in mke2fs() local437 target_blocks = in mke2fs()441 if (target_blocks > UINT32_MAX) in mke2fs()442 target_blocks = UINT32_MAX; in mke2fs()443 target_ncg = howmany(target_blocks, sblock.e2fs.e2fs_bpg); in mke2fs()