Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c628 long postblsize, rotblsize, totalsbsize; in main() local
1919 totalsbsize = sizeof (struct fs) + rotblsize; in main()
1933 totalsbsize += postblsize; in main()
1935 if (totalsbsize > sblock.fs_bsize || in main()
1952 sblock.fs_sbsize = fragroundup(&sblock, totalsbsize); in main()