l_sc              632 fs/gfs2/aops.c 	struct gfs2_statfs_change_host *l_sc = &sdp->sd_statfs_local;
l_sc              647 fs/gfs2/aops.c 	if (fs_total > (m_sc->sc_total + l_sc->sc_total))
l_sc              648 fs/gfs2/aops.c 		new_free = fs_total - (m_sc->sc_total + l_sc->sc_total);
l_sc              694 fs/gfs2/log.c  	struct gfs2_statfs_change_host *l_sc = &sdp->sd_statfs_local;
l_sc              737 fs/gfs2/log.c  		lh->lh_local_total = cpu_to_be64(l_sc->sc_total);
l_sc              738 fs/gfs2/log.c  		lh->lh_local_free = cpu_to_be64(l_sc->sc_free);
l_sc              739 fs/gfs2/log.c  		lh->lh_local_dinodes = cpu_to_be64(l_sc->sc_dinodes);
l_sc              235 fs/gfs2/super.c 	struct gfs2_statfs_change_host *l_sc = &sdp->sd_statfs_local;
l_sc              262 fs/gfs2/super.c 		gfs2_statfs_change_in(l_sc, l_bh->b_data +
l_sc              280 fs/gfs2/super.c 	struct gfs2_statfs_change_host *l_sc = &sdp->sd_statfs_local;
l_sc              294 fs/gfs2/super.c 	l_sc->sc_total += total;
l_sc              295 fs/gfs2/super.c 	l_sc->sc_free += free;
l_sc              296 fs/gfs2/super.c 	l_sc->sc_dinodes += dinodes;
l_sc              297 fs/gfs2/super.c 	gfs2_statfs_change_out(l_sc, l_bh->b_data + sizeof(struct gfs2_dinode));
l_sc              299 fs/gfs2/super.c 		x = 100 * l_sc->sc_free;
l_sc              317 fs/gfs2/super.c 	struct gfs2_statfs_change_host *l_sc = &sdp->sd_statfs_local;
l_sc              323 fs/gfs2/super.c 	m_sc->sc_total += l_sc->sc_total;
l_sc              324 fs/gfs2/super.c 	m_sc->sc_free += l_sc->sc_free;
l_sc              325 fs/gfs2/super.c 	m_sc->sc_dinodes += l_sc->sc_dinodes;
l_sc              326 fs/gfs2/super.c 	memset(l_sc, 0, sizeof(struct gfs2_statfs_change));
l_sc              339 fs/gfs2/super.c 	struct gfs2_statfs_change_host *l_sc = &sdp->sd_statfs_local;
l_sc              357 fs/gfs2/super.c 	if (!l_sc->sc_total && !l_sc->sc_free && !l_sc->sc_dinodes) {
l_sc              917 fs/gfs2/super.c 	struct gfs2_statfs_change_host *l_sc = &sdp->sd_statfs_local;
l_sc              922 fs/gfs2/super.c 	sc->sc_total += l_sc->sc_total;
l_sc              923 fs/gfs2/super.c 	sc->sc_free += l_sc->sc_free;
l_sc              924 fs/gfs2/super.c 	sc->sc_dinodes += l_sc->sc_dinodes;