Lines Matching refs:sc_free
175 sc->sc_free = be64_to_cpu(str->sc_free);
184 str->sc_free = cpu_to_be64(sc->sc_free);
253 l_sc->sc_free += free;
257 x = 100 * l_sc->sc_free;
258 y = m_sc->sc_free * sdp->sd_args.ar_statfs_percent;
282 m_sc->sc_free += l_sc->sc_free;
315 if (!l_sc->sc_total && !l_sc->sc_free && !l_sc->sc_dinodes) {
798 sc->sc_free += rgd->rd_free;
898 sc->sc_free += l_sc->sc_free;
903 if (sc->sc_free < 0)
904 sc->sc_free = 0;
905 if (sc->sc_free > sc->sc_total)
906 sc->sc_free = sc->sc_total;
943 buf->f_bfree = sc.sc_free;
944 buf->f_bavail = sc.sc_free;
945 buf->f_files = sc.sc_dinodes + sc.sc_free;
946 buf->f_ffree = sc.sc_free;