Home
last modified time | relevance | path

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

/linux-4.1.27/fs/gfs2/
Dsuper.c456 sc->sc_free = be64_to_cpu(str->sc_free); in gfs2_statfs_change_in()
465 str->sc_free = cpu_to_be64(sc->sc_free); in gfs2_statfs_change_out()
534 l_sc->sc_free += free; in gfs2_statfs_change()
538 x = 100 * l_sc->sc_free; in gfs2_statfs_change()
539 y = m_sc->sc_free * sdp->sd_args.ar_statfs_percent; in gfs2_statfs_change()
562 m_sc->sc_free += l_sc->sc_free; in update_statfs()
597 if (!l_sc->sc_total && !l_sc->sc_free && !l_sc->sc_dinodes) { in gfs2_statfs_sync()
1054 sc->sc_free += rgd->rd_free; in statfs_slow_fill()
1149 sc->sc_free += l_sc->sc_free; in gfs2_statfs_i()
1154 if (sc->sc_free < 0) in gfs2_statfs_i()
[all …]
Dincore.h524 s64 sc_free; member
/linux-4.1.27/include/uapi/linux/
Dgfs2_ondisk.h453 __be64 sc_free; member
/linux-4.1.27/fs/nfsd/
Dstate.h100 void (*sc_free)(struct nfs4_stid *); member
Dnfs4layouts.c195 stp->sc_free = nfsd4_free_layout_stateid; in nfsd4_alloc_layout_stateid()
Dnfs4state.c604 stp->st_stid.sc_free = nfs4_free_ol_stateid; in nfs4_alloc_open_stateid()
707 dp->dl_stid.sc_free = nfs4_free_deleg; in alloc_init_deleg()
743 s->sc_free(s); in nfs4_put_stid()
1179 stp->st_stid.sc_free(&stp->st_stid); in free_ol_stateid_reaplist()
5312 stp->st_stid.sc_free = nfs4_free_lock_stateid; in init_lock_stateid()