Searched refs:l_sc (Results 1 – 3 of 3) sorted by relevance
232 l_sc->sc_total += total; in gfs2_statfs_change()233 l_sc->sc_free += free; in gfs2_statfs_change()234 l_sc->sc_dinodes += dinodes; in gfs2_statfs_change()238 x = 100 * l_sc->sc_free; in gfs2_statfs_change()260 m_sc->sc_total += l_sc->sc_total; in update_statfs()261 m_sc->sc_free += l_sc->sc_free; in update_statfs()262 m_sc->sc_dinodes += l_sc->sc_dinodes; in update_statfs()292 if (!l_sc->sc_total && !l_sc->sc_free && !l_sc->sc_dinodes) { in gfs2_statfs_sync()869 sc->sc_total += l_sc->sc_total; in gfs2_statfs_i()870 sc->sc_free += l_sc->sc_free; in gfs2_statfs_i()[all …]
549 struct gfs2_statfs_change_host *l_sc = &sdp->sd_statfs_local; in adjust_fs_space() local564 if (fs_total > (m_sc->sc_total + l_sc->sc_total)) in adjust_fs_space()565 new_free = fs_total - (m_sc->sc_total + l_sc->sc_total); in adjust_fs_space()
839 struct gfs2_statfs_change_host *l_sc = &sdp->sd_statfs_local; in gfs2_write_log_header() local890 lh->lh_local_total = cpu_to_be64(l_sc->sc_total); in gfs2_write_log_header()891 lh->lh_local_free = cpu_to_be64(l_sc->sc_free); in gfs2_write_log_header()892 lh->lh_local_dinodes = cpu_to_be64(l_sc->sc_dinodes); in gfs2_write_log_header()
Completed in 9 milliseconds