Home
last modified time | relevance | path

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

/Linux-v5.10/fs/gfs2/
Dsuper.c229 sc->sc_free = be64_to_cpu(str->sc_free); in gfs2_statfs_change_in()
238 str->sc_free = cpu_to_be64(sc->sc_free); in gfs2_statfs_change_out()
307 l_sc->sc_free += free; in gfs2_statfs_change()
311 x = 100 * l_sc->sc_free; in gfs2_statfs_change()
312 y = m_sc->sc_free * sdp->sd_args.ar_statfs_percent; in gfs2_statfs_change()
336 m_sc->sc_free += l_sc->sc_free; in update_statfs()
369 if (!l_sc->sc_total && !l_sc->sc_free && !l_sc->sc_dinodes) { in gfs2_statfs_sync()
876 sc->sc_free += rgd->rd_free; in statfs_slow_fill()
976 sc->sc_free += l_sc->sc_free; in gfs2_statfs_i()
981 if (sc->sc_free < 0) in gfs2_statfs_i()
[all …]
Drecovery.c330 sc.sc_free += head->lh_local_free; in update_statfs_inode()
337 sc.sc_free, sc.sc_dinodes, head->lh_local_total, in update_statfs_inode()
Dincore.h554 s64 sc_free; member
Dlog.c814 lh->lh_local_free = cpu_to_be64(l_sc->sc_free); in gfs2_write_log_header()
/Linux-v5.10/fs/nfsd/
Dstate.h106 void (*sc_free)(struct nfs4_stid *); member
640 void (*sc_free)(struct nfs4_stid *));
Dnfs4state.c714 void (*sc_free)(struct nfs4_stid *)) in nfs4_alloc_stid()
732 stid->sc_free = sc_free; in nfs4_alloc_stid()
981 s->sc_free(s); in nfs4_put_stid()
1446 stp->st_stid.sc_free(&stp->st_stid); in free_ol_stateid_reaplist()
/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dpio.h286 void sc_free(struct send_context *sc);
Dpio.c859 sc_free(sc); in sc_alloc()
878 void sc_free(struct send_context *sc) in sc_free() function
2090 sc_free(dd->vld[i].sc); in init_pervl_scs()
2095 sc_free(dd->kernel_send_context[i + 1]); in init_pervl_scs()
2101 sc_free(dd->vld[15].sc); in init_pervl_scs()
Dinit.c1179 sc_free(rcd->sc); in hfi1_free_ctxtdata()
1572 sc_free(dd->send_contexts[ctxt].sc); in cleanup_device_data()
/Linux-v5.10/include/uapi/linux/
Dgfs2_ondisk.h515 __be64 sc_free; member