Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A Dsuper.c164 sc->sc_free = be64_to_cpu(str->sc_free); in gfs2_statfs_change_in()
173 str->sc_free = cpu_to_be64(sc->sc_free); in gfs2_statfs_change_out()
229 l_sc->sc_free += free; in gfs2_statfs_change()
234 x = 100 * l_sc->sc_free; in gfs2_statfs_change()
257 m_sc->sc_free += l_sc->sc_free; in update_statfs()
856 sc->sc_free += l_sc->sc_free; in gfs2_statfs_i()
861 if (sc->sc_free < 0) in gfs2_statfs_i()
862 sc->sc_free = 0; in gfs2_statfs_i()
901 buf->f_bfree = sc.sc_free; in gfs2_statfs()
902 buf->f_bavail = sc.sc_free; in gfs2_statfs()
[all …]
A Drecovery.c331 sc.sc_free += head->lh_local_free; in update_statfs_inode()
338 sc.sc_free, sc.sc_dinodes, head->lh_local_total, in update_statfs_inode()
A Dincore.h532 s64 sc_free; member
A Dlog.c883 lh->lh_local_free = cpu_to_be64(l_sc->sc_free); in gfs2_write_log_header()
/linux/fs/nfsd/
A Dstate.h106 void (*sc_free)(struct nfs4_stid *); member
646 void (*sc_free)(struct nfs4_stid *));
A Dnfs4state.c832 void (*sc_free)(struct nfs4_stid *)) in nfs4_alloc_stid()
850 stid->sc_free = sc_free; in nfs4_alloc_stid()
1100 s->sc_free(s); in nfs4_put_stid()
1468 stp->st_stid.sc_free(&stp->st_stid); in free_ol_stateid_reaplist()
/linux/drivers/infiniband/hw/hfi1/
A Dpio.h243 void sc_free(struct send_context *sc);
A Dpio.c817 sc_free(sc); in sc_alloc()
836 void sc_free(struct send_context *sc) in sc_free() function
2051 sc_free(dd->vld[i].sc); in init_pervl_scs()
2056 sc_free(dd->kernel_send_context[i + 1]); in init_pervl_scs()
2062 sc_free(dd->vld[15].sc); in init_pervl_scs()
A Dinit.c1120 sc_free(rcd->sc); in hfi1_free_ctxtdata()
1528 sc_free(dd->send_contexts[ctxt].sc); in cleanup_device_data()
/linux/include/uapi/linux/
A Dgfs2_ondisk.h516 __be64 sc_free; member

Completed in 44 milliseconds