Searched refs:sc_indir_data (Results 1 – 2 of 2) sorted by relevance
561 sc->sc_indir_data = kmem_zalloc(FSS_CLSIZE(sc), KM_SLEEP); in fss_softc_alloc()566 sc->sc_indir_data = NULL; in fss_softc_alloc()620 if (sc->sc_indir_data != NULL) in fss_softc_free()621 kmem_free(sc->sc_indir_data, FSS_CLSIZE(sc)); in fss_softc_free()622 sc->sc_indir_data = NULL; in fss_softc_free()1128 return &sc->sc_indir_data[ioff]; in fss_bs_indir()1132 FSS_CLSIZE(sc), (void *)sc->sc_indir_data, NULL) != 0) in fss_bs_indir()1142 FSS_CLSIZE(sc), (void *)sc->sc_indir_data, NULL) != 0) in fss_bs_indir()1145 memset(sc->sc_indir_data, 0, FSS_CLSIZE(sc)); in fss_bs_indir()1147 return &sc->sc_indir_data[ioff]; in fss_bs_indir()
178 u_int32_t *sc_indir_data; /* Current indir cluster data */ member