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

/netbsd-6-1-5-RELEASE/sbin/newfs_ext2fs/
H A Dmke2fs.c433 uint64_t target_blocks; local
437 target_blocks =
441 if (target_blocks > UINT32_MAX)
442 target_blocks = UINT32_MAX;
443 target_ncg = howmany(target_blocks, sblock.e2fs.e2fs_bpg);

Completed in 104 milliseconds