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.c1409 cl->cl_blockcount = capacity; in cmlb_check_update_blockcount()
1639 capacity = cl->cl_blockcount;
3353 if (cl->cl_blockcount < 160) {
3430 capacity = cl->cl_blockcount - 1;
3432 capacity = cl->cl_blockcount;
5215 capacity = cl->cl_blockcount;
5411 capacity = cl->cl_blockcount;
5587 if (cl->cl_blockcount == 0) {
5597 capacity = cl->cl_blockcount - 1;
5599 capacity = cl->cl_blockcount;
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dcmlb_impl.h137 diskaddr_t cl_blockcount; /* capacity */ member