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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c60 * The size of a cylinder group is calculated by CGSIZE. The maximum size
65 #define CGSIZE(fs) \ macro
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h444 * The size of a cylinder group is calculated by CGSIZE. The maximum size
449 #define CGSIZE(fs) \ macro
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c266 * The size of a cylinder group is calculated by CGSIZE. The maximum size
271 #define CGSIZE(fs) \ macro
1650 * fs_cblkno is 24, and fs_iblkno is 32. This is why CGSIZE is so
1700 while (CGSIZE(&sblock) > sblock.fs_bsize) {
1759 if (CGSIZE(&sblock) > sblock.fs_bsize) {
1852 while (CGSIZE(&sblock) > sblock.fs_bsize) {
1871 sblock.fs_cgsize = fragroundup(&sblock, CGSIZE(&sblock));

Completed in 173 milliseconds