Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c625 long postblsize, rotblsize, totalsbsize; in main() local
1898 totalsbsize = sizeof (struct fs) + rotblsize; in main()
1912 totalsbsize += postblsize; in main()
1914 if (totalsbsize > sblock.fs_bsize || in main()
1931 sblock.fs_sbsize = fragroundup(&sblock, totalsbsize); in main()