Lines Matching refs:sc_cache_size
550 sc->sc_cache = kmem_alloc(sc->sc_cache_size * in fss_softc_alloc()
552 for (i = 0; i < sc->sc_cache_size; i++) { in fss_softc_alloc()
605 for (i = 0; i < sc->sc_cache_size; i++) in fss_softc_free()
612 sc->sc_cache_size*sizeof(struct fss_cache)); in fss_softc_free()
882 sc->sc_cache_size = 32; in fss_create_snapshot()
884 sc->sc_cache_size = 8; in fss_create_snapshot()
886 sc->sc_cache_size = 4; in fss_create_snapshot()
933 sc->sc_cache_size, sc->sc_indir_size); in fss_create_snapshot()
997 scl = sc->sc_cache+sc->sc_cache_size; in fss_read_cluster()
1169 scl = sc->sc_cache+sc->sc_cache_size; in fss_bs_thread()
1221 for (i = 0; i < sc->sc_cache_size; i++) { in fss_bs_thread()
1222 crotor = (crotor + 1) % sc->sc_cache_size; in fss_bs_thread()