Lines Matching refs:sc_clcount
303 btodb(FSS_CLTOB(sc, sc->sc_clcount - 1) + sc->sc_clresid)) <= 0)
440 fsg50->fsg_mount_size = sc->sc_clcount;
463 fsg->fsg_mount_size = sc->sc_clcount;
539 * The fields sc_clcount, sc_clshift, sc_cache_size and sc_indir_size
549 kmem_zalloc(howmany(sc->sc_clcount, NBBY), KM_SLEEP);
601 kmem_free(sc->sc_copied, howmany(sc->sc_clcount, NBBY));
891 sc->sc_clcount = FSS_BTOCL(sc, bsize-1)+1;
897 len = sc->sc_clcount*sizeof(u_int32_t);
932 sc->sc_clcount, FSS_CLSIZE(sc),
1038 if (cl == sc->sc_clcount-1) {