Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Daops.c549 u64 fs_total, new_free; in adjust_fs_space() local
555 fs_total = gfs2_ri_total(sdp); in adjust_fs_space()
562 if (fs_total > (m_sc->sc_total + l_sc->sc_total)) in adjust_fs_space()
563 new_free = fs_total - (m_sc->sc_total + l_sc->sc_total); in adjust_fs_space()