Home
last modified time | relevance | path

Searched refs:BCH_ACCOUNTING_normal (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
H A Ddisk_accounting.h113 BCH_ACCOUNTING_normal, enumerator
147 if (mode == BCH_ACCOUNTING_normal) { in bch2_accounting_mem_mod_locked()
189 int ret = bch2_accounting_mem_mod_locked(trans, a, gc ? BCH_ACCOUNTING_gc : BCH_ACCOUNTING_normal); in bch2_accounting_mem_add()
242 ? bch2_accounting_mem_mod_locked(trans, accounting_i_to_s_c(a), BCH_ACCOUNTING_normal) in bch2_accounting_trans_commit_hook()
254 bch2_accounting_mem_mod_locked(trans, a.c, BCH_ACCOUNTING_normal); in bch2_accounting_trans_commit_revert()
H A Ddisk_accounting.c576 BCH_ACCOUNTING_normal); in bch2_gc_accounting_done()