sc_free          1175 drivers/infiniband/hw/hfi1/init.c 	sc_free(rcd->sc);
sc_free          1585 drivers/infiniband/hw/hfi1/init.c 		sc_free(dd->send_contexts[ctxt].sc);
sc_free           859 drivers/infiniband/hw/hfi1/pio.c 			sc_free(sc);
sc_free          2090 drivers/infiniband/hw/hfi1/pio.c 		sc_free(dd->vld[i].sc);
sc_free          2095 drivers/infiniband/hw/hfi1/pio.c 		sc_free(dd->kernel_send_context[i + 1]);
sc_free          2101 drivers/infiniband/hw/hfi1/pio.c 	sc_free(dd->vld[15].sc);
sc_free           286 drivers/infiniband/hw/hfi1/pio.h void sc_free(struct send_context *sc);
sc_free           550 fs/gfs2/incore.h 	s64 sc_free;
sc_free           738 fs/gfs2/log.c  		lh->lh_local_free = cpu_to_be64(l_sc->sc_free);
sc_free           217 fs/gfs2/super.c 	sc->sc_free = be64_to_cpu(str->sc_free);
sc_free           226 fs/gfs2/super.c 	str->sc_free = cpu_to_be64(sc->sc_free);
sc_free           295 fs/gfs2/super.c 	l_sc->sc_free += free;
sc_free           299 fs/gfs2/super.c 		x = 100 * l_sc->sc_free;
sc_free           300 fs/gfs2/super.c 		y = m_sc->sc_free * sdp->sd_args.ar_statfs_percent;
sc_free           324 fs/gfs2/super.c 	m_sc->sc_free += l_sc->sc_free;
sc_free           357 fs/gfs2/super.c 	if (!l_sc->sc_total && !l_sc->sc_free && !l_sc->sc_dinodes) {
sc_free           823 fs/gfs2/super.c 	sc->sc_free += rgd->rd_free;
sc_free           923 fs/gfs2/super.c 	sc->sc_free += l_sc->sc_free;
sc_free           928 fs/gfs2/super.c 	if (sc->sc_free < 0)
sc_free           929 fs/gfs2/super.c 		sc->sc_free = 0;
sc_free           930 fs/gfs2/super.c 	if (sc->sc_free > sc->sc_total)
sc_free           931 fs/gfs2/super.c 		sc->sc_free = sc->sc_total;
sc_free           968 fs/gfs2/super.c 	buf->f_bfree = sc.sc_free;
sc_free           969 fs/gfs2/super.c 	buf->f_bavail = sc.sc_free;
sc_free           970 fs/gfs2/super.c 	buf->f_files = sc.sc_dinodes + sc.sc_free;
sc_free           971 fs/gfs2/super.c 	buf->f_ffree = sc.sc_free;
sc_free           702 fs/nfsd/nfs4state.c 				  void (*sc_free)(struct nfs4_stid *))
sc_free           720 fs/nfsd/nfs4state.c 	stid->sc_free = sc_free;
sc_free           921 fs/nfsd/nfs4state.c 	s->sc_free(s);
sc_free          1378 fs/nfsd/nfs4state.c 		stp->st_stid.sc_free(&stp->st_stid);
sc_free           104 fs/nfsd/state.h 	void			(*sc_free)(struct nfs4_stid *);
sc_free           625 fs/nfsd/state.h 				  void (*sc_free)(struct nfs4_stid *));
sc_free           509 include/uapi/linux/gfs2_ondisk.h 	__be64 sc_free;