Symbol: sc_free
drivers/infiniband/hw/hfi1/init.c
1118
sc_free(rcd->sc);
drivers/infiniband/hw/hfi1/init.c
1526
sc_free(dd->send_contexts[ctxt].sc);
drivers/infiniband/hw/hfi1/pio.c
2033
sc_free(dd->vld[i].sc);
drivers/infiniband/hw/hfi1/pio.c
2038
sc_free(dd->kernel_send_context[i + 1]);
drivers/infiniband/hw/hfi1/pio.c
2044
sc_free(dd->vld[15].sc);
drivers/infiniband/hw/hfi1/pio.c
816
sc_free(sc);
drivers/infiniband/hw/hfi1/pio.h
243
void sc_free(struct send_context *sc);
fs/gfs2/incore.h
534
s64 sc_free;
fs/gfs2/log.c
880
lh->lh_local_free = cpu_to_be64(l_sc->sc_free);
fs/gfs2/recovery.c
326
sc.sc_free += head->lh_local_free;
fs/gfs2/recovery.c
333
sc.sc_free, sc.sc_dinodes, head->lh_local_total,
fs/gfs2/super.c
164
sc->sc_free = be64_to_cpu(str->sc_free);
fs/gfs2/super.c
173
str->sc_free = cpu_to_be64(sc->sc_free);
fs/gfs2/super.c
229
l_sc->sc_free += free;
fs/gfs2/super.c
234
x = 100 * l_sc->sc_free;
fs/gfs2/super.c
235
y = m_sc->sc_free * sdp->sd_args.ar_statfs_percent;
fs/gfs2/super.c
257
m_sc->sc_free += l_sc->sc_free;
fs/gfs2/super.c
288
if (!l_sc->sc_total && !l_sc->sc_free && !l_sc->sc_dinodes) {
fs/gfs2/super.c
835
sc->sc_free += rgd->rd_free;
fs/gfs2/super.c
935
sc->sc_free += l_sc->sc_free;
fs/gfs2/super.c
940
if (sc->sc_free < 0)
fs/gfs2/super.c
941
sc->sc_free = 0;
fs/gfs2/super.c
942
if (sc->sc_free > sc->sc_total)
fs/gfs2/super.c
943
sc->sc_free = sc->sc_total;
fs/gfs2/super.c
980
buf->f_bfree = sc.sc_free;
fs/gfs2/super.c
981
buf->f_bavail = sc.sc_free;
fs/gfs2/super.c
982
buf->f_files = sc.sc_dinodes + sc.sc_free;
fs/gfs2/super.c
983
buf->f_ffree = sc.sc_free;
fs/nfsd/nfs4state.c
1190
s->sc_free(s);
fs/nfsd/nfs4state.c
1642
stp->st_stid.sc_free(&stp->st_stid);
fs/nfsd/nfs4state.c
910
void (*sc_free)(struct nfs4_stid *))
fs/nfsd/nfs4state.c
928
stid->sc_free = sc_free;
fs/nfsd/state.h
148
void (*sc_free)(struct nfs4_stid *);
fs/nfsd/state.h
801
void (*sc_free)(struct nfs4_stid *));
include/uapi/linux/gfs2_ondisk.h
516
__be64 sc_free;