Searched refs:l_sc (Results 1 – 2 of 2) sorted by relevance
512 struct gfs2_statfs_change_host *l_sc = &sdp->sd_statfs_local; in adjust_fs_space() local527 if (fs_total > (m_sc->sc_total + l_sc->sc_total)) in adjust_fs_space()528 new_free = fs_total - (m_sc->sc_total + l_sc->sc_total); in adjust_fs_space()
830 struct gfs2_statfs_change_host *l_sc = &sdp->sd_statfs_local; in gfs2_write_log_header() local881 lh->lh_local_total = cpu_to_be64(l_sc->sc_total); in gfs2_write_log_header()882 lh->lh_local_free = cpu_to_be64(l_sc->sc_free); in gfs2_write_log_header()883 lh->lh_local_dinodes = cpu_to_be64(l_sc->sc_dinodes); in gfs2_write_log_header()