Searched defs:totalsbsize (Results 1 - 1 of 1) sorted by relevance

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

Completed in 295 milliseconds