Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/
H A Dfssvar.h174 int sc_indir_size; /* # clusters for indirect mapping */ member
H A Dfss.c560 kmem_zalloc(howmany(sc->sc_indir_size, NBBY), KM_SLEEP); in fss_softc_alloc()
617 kmem_free(sc->sc_indir_valid, howmany(sc->sc_indir_size, NBBY)); in fss_softc_free()
898 sc->sc_indir_size = FSS_BTOCL(sc, len)+1; in fss_create_snapshot()
899 sc->sc_clnext = sc->sc_indir_size; in fss_create_snapshot()
933 sc->sc_cache_size, sc->sc_indir_size); in fss_create_snapshot()