Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c4631 int64_t growth_fs_frags = 0; in probe_summaryinfo() local
4714 growth_fs_frags = howmany(sblock.fs_fsize, sizeof (struct csum)) * in probe_summaryinfo()
4721 growth_fs_frags += sblock.fs_fpg - acg.cg_ndblk; in probe_summaryinfo()
4731 growth_fs_frags += spare_csum * sblock.fs_fpg; in probe_summaryinfo()
4737 if (growth_fs_frags > 0) { in probe_summaryinfo()
4739 sect = (sblock.fs_size + growth_fs_frags) * sblock.fs_nspf; in probe_summaryinfo()