Lines Matching refs:sc_free
168 sc->sc_free = be64_to_cpu(str->sc_free);
177 str->sc_free = cpu_to_be64(sc->sc_free);
233 l_sc->sc_free += free;
238 x = 100 * l_sc->sc_free;
239 y = m_sc->sc_free * sdp->sd_args.ar_statfs_percent;
261 m_sc->sc_free += l_sc->sc_free;
292 if (!l_sc->sc_total && !l_sc->sc_free && !l_sc->sc_dinodes) {
861 sc->sc_free += rgd->rd_free;
961 sc->sc_free += l_sc->sc_free;
966 if (sc->sc_free < 0)
967 sc->sc_free = 0;
968 if (sc->sc_free > sc->sc_total)
969 sc->sc_free = sc->sc_total;
1006 buf->f_bfree = sc.sc_free;
1007 buf->f_bavail = sc.sc_free;
1008 buf->f_files = sc.sc_dinodes + sc.sc_free;
1009 buf->f_ffree = sc.sc_free;