Home
last modified time | relevance | path

Searched refs:l_sc (Results 1 – 2 of 2) sorted by relevance

/linux/fs/gfs2/
H A Daops.c512 struct gfs2_statfs_change_host *l_sc = &sdp->sd_statfs_local; in adjust_fs_space() local
527 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()
H A Dlog.c830 struct gfs2_statfs_change_host *l_sc = &sdp->sd_statfs_local; in gfs2_write_log_header() local
881 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()