Home
last modified time | relevance | path

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

/minix/sbin/newfs_ext2fs/
H A Dmke2fs.c433 uint64_t target_blocks; in mke2fs() local
437 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()