Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Daops.c511 struct gfs2_statfs_change_host *m_sc = &sdp->sd_statfs_master; in adjust_fs_space() local
525 gfs2_statfs_change_in(m_sc, m_bh->b_data + in adjust_fs_space()
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()