Lines Matching refs:cl_blockcount

1190 			if (cl->cl_blockcount > CMLB_OLDVTOC_LIMIT) {  in cmlb_ioctl()
1209 (cl->cl_blockcount > CMLB_OLDVTOC_LIMIT) { in cmlb_ioctl()
1409 cl->cl_blockcount = capacity; in cmlb_check_update_blockcount()
1639 capacity = cl->cl_blockcount;
3182 if (label_capacity <= cl->cl_blockcount) {
3193 label_capacity, cl->cl_blockcount);
3209 (part_end > cl->cl_blockcount)) {
3220 (part_end > cl->cl_blockcount)) {
3233 label_capacity, cl->cl_blockcount);
3249 cl->cl_blockcount, cl->cl_g.dkg_intrlv, cl->cl_g.dkg_rpm);
3314 cl->cl_solaris_size = cl->cl_blockcount;
3344 cl->cl_g.dkg_ncyl = cl->cl_blockcount / (64 * 32);
3350 cl->cl_g.dkg_nsect = cl->cl_blockcount;
3353 if (cl->cl_blockcount < 160) {
3356 cl->cl_g.dkg_ncyl = cl->cl_blockcount;
3358 } else if (cl->cl_blockcount <= 0x1000) {
3362 cl->cl_g.dkg_nsect = cl->cl_blockcount / (2 * 80);
3363 } else if (cl->cl_blockcount <= 0x200000) {
3366 cl->cl_g.dkg_ncyl = cl->cl_blockcount / (64 * 32);
3370 cl->cl_g.dkg_nsect = ((cl->cl_blockcount +
3377 cl->cl_g.dkg_ncyl = cl->cl_blockcount /
3430 capacity = cl->cl_blockcount - 1;
3432 capacity = cl->cl_blockcount;
3554 cl->cl_g.dkg_nsect, cl->cl_blockcount);
3633 if (cl->cl_blockcount <= CMLB_OLDVTOC_LIMIT) {
3863 if (cl->cl_blockcount > CMLB_OLDVTOC_LIMIT) {
3959 if (cl->cl_blockcount > CMLB_OLDVTOC_LIMIT) {
3974 if (cl->cl_blockcount <= CMLB_OLDVTOC_LIMIT) {
4087 if (cl->cl_blockcount <= CMLB_OLDVTOC_LIMIT) {
4387 if (cl->cl_blockcount > CMLB_OLDVTOC_LIMIT) {
5192 if (cl->cl_blockcount <= CMLB_EXTVTOC_LIMIT)
5215 capacity = cl->cl_blockcount;
5295 cl->cl_g.dkg_nsect = cl->cl_blockcount;
5296 } else if (cl->cl_blockcount < 160) {
5299 cl->cl_g.dkg_ncyl = cl->cl_blockcount;
5301 } else if (cl->cl_blockcount <= 0x1000) {
5306 cl->cl_g.dkg_nsect = cl->cl_blockcount / (2 * 80);
5307 } else if (cl->cl_blockcount <= 0x200000) {
5310 cl->cl_g.dkg_ncyl = cl->cl_blockcount / (64 * 32);
5314 cl->cl_g.dkg_nsect = ((cl->cl_blockcount +
5321 cl->cl_g.dkg_ncyl = cl->cl_blockcount /
5403 cl->cl_map[P0_RAW_DISK].dkl_nblk = cl->cl_blockcount;
5411 capacity = cl->cl_blockcount;
5559 dkgp->dkg_ncyl = cl->cl_blockcount /
5584 if (cl->cl_blockcount == 0) {
5594 capacity = cl->cl_blockcount - 1;
5596 capacity = cl->cl_blockcount;
5728 capacity = cl->cl_blockcount;