Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c1190 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);
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dcmlb_impl.h137 diskaddr_t cl_blockcount; /* capacity */ member