Lines Matching refs:cl_blockcount
1190 if (cl->cl_blockcount > CMLB_OLDVTOC_LIMIT) {
1209 (cl->cl_blockcount > CMLB_OLDVTOC_LIMIT) {
1403 cl->cl_blockcount = capacity;
1607 capacity = cl->cl_blockcount;
3147 if (label_capacity <= cl->cl_blockcount) {
3158 label_capacity, cl->cl_blockcount);
3174 (part_end > cl->cl_blockcount)) {
3185 (part_end > cl->cl_blockcount)) {
3198 label_capacity, cl->cl_blockcount);
3214 cl->cl_blockcount, cl->cl_g.dkg_intrlv, cl->cl_g.dkg_rpm);
3279 cl->cl_solaris_size = cl->cl_blockcount;
3309 cl->cl_g.dkg_ncyl = cl->cl_blockcount / (64 * 32);
3315 cl->cl_g.dkg_nsect = cl->cl_blockcount;
3318 if (cl->cl_blockcount < 160) {
3321 cl->cl_g.dkg_ncyl = cl->cl_blockcount;
3323 } else if (cl->cl_blockcount <= 0x1000) {
3327 cl->cl_g.dkg_nsect = cl->cl_blockcount / (2 * 80);
3328 } else if (cl->cl_blockcount <= 0x200000) {
3331 cl->cl_g.dkg_ncyl = cl->cl_blockcount / (64 * 32);
3335 cl->cl_g.dkg_nsect = ((cl->cl_blockcount +
3342 cl->cl_g.dkg_ncyl = cl->cl_blockcount /
3395 capacity = cl->cl_blockcount - 1;
3397 capacity = cl->cl_blockcount;
3519 cl->cl_g.dkg_nsect, cl->cl_blockcount);
3598 if (cl->cl_blockcount <= CMLB_OLDVTOC_LIMIT) {
3828 if (cl->cl_blockcount > CMLB_OLDVTOC_LIMIT) {
3924 if (cl->cl_blockcount > CMLB_OLDVTOC_LIMIT) {
3939 if (cl->cl_blockcount <= CMLB_OLDVTOC_LIMIT) {
4052 if (cl->cl_blockcount <= CMLB_OLDVTOC_LIMIT) {
4347 if (cl->cl_blockcount > CMLB_OLDVTOC_LIMIT) {
5143 if (cl->cl_blockcount <= CMLB_EXTVTOC_LIMIT)
5166 capacity = cl->cl_blockcount;
5246 cl->cl_g.dkg_nsect = cl->cl_blockcount;
5247 } else if (cl->cl_blockcount < 160) {
5250 cl->cl_g.dkg_ncyl = cl->cl_blockcount;
5252 } else if (cl->cl_blockcount <= 0x1000) {
5257 cl->cl_g.dkg_nsect = cl->cl_blockcount / (2 * 80);
5258 } else if (cl->cl_blockcount <= 0x200000) {
5261 cl->cl_g.dkg_ncyl = cl->cl_blockcount / (64 * 32);
5265 cl->cl_g.dkg_nsect = ((cl->cl_blockcount +
5272 cl->cl_g.dkg_ncyl = cl->cl_blockcount /
5355 cl->cl_map[P0_RAW_DISK].dkl_nblk = cl->cl_blockcount;
5364 capacity = cl->cl_blockcount;
5515 dkgp->dkg_ncyl = cl->cl_blockcount /
5540 if (cl->cl_blockcount == 0) {
5550 capacity = cl->cl_blockcount - 1;
5552 capacity = cl->cl_blockcount;
5678 capacity = cl->cl_blockcount;