/src/sbin/newfs_ext2fs/ |
mke2fs.c | 434 uint target_ncg, target_ngdb, reserved_ngdb; local in function:mke2fs 443 target_ncg = howmany(target_blocks, sblock.e2fs.e2fs_bpg); 444 target_ngdb = howmany(sizeof(struct ext2_gd) * target_ncg,
|
mke2fs.c | 434 uint target_ncg, target_ngdb, reserved_ngdb; local in function:mke2fs 443 target_ncg = howmany(target_blocks, sblock.e2fs.e2fs_bpg); 444 target_ngdb = howmany(sizeof(struct ext2_gd) * target_ncg,
|
mke2fs.c | 434 uint target_ncg, target_ngdb, reserved_ngdb; local in function:mke2fs 443 target_ncg = howmany(target_blocks, sblock.e2fs.e2fs_bpg); 444 target_ngdb = howmany(sizeof(struct ext2_gd) * target_ncg,
|