Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c4633 int64_t new_fs_ncg; /* number of cg in the new FS */ in probe_summaryinfo() local
4660 new_fs_ncg = howmany(dbtofsb(&sblock, fssize_db), sblock.fs_fpg); in probe_summaryinfo()
4661 new_fs_cssize = fragroundup(&sblock, new_fs_ncg * sizeof (struct csum)); in probe_summaryinfo()