Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c630 long postblsize, rotblsize, totalsbsize; in main() local
1903 totalsbsize = sizeof (struct fs) + rotblsize; in main()
1917 totalsbsize += postblsize; in main()
1919 if (totalsbsize > sblock.fs_bsize || in main()
1936 sblock.fs_sbsize = fragroundup(&sblock, totalsbsize); in main()