Searched refs:sc_cache_size (Results 1 – 2 of 2) sorted by relevance
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()[all …]
170 int sc_cache_size; /* Number of entries in sc_cache */ member