Searched refs:bch_fs_usage_base (Results 1 – 8 of 8) sorted by relevance
43 struct bch_fs_usage_base { struct
586 struct bch_fs_usage_base *dst = this_cpu_ptr(c->usage); in bch2_gc_accounting_done()587 struct bch_fs_usage_base *src = &trans->fs_usage_delta; in bch2_gc_accounting_done()789 struct bch_fs_usage_base *usage = this_cpu_ptr(c->usage); in bch2_accounting_read()870 struct bch_fs_usage_base base = {}, base_inmem = {}; in bch2_verify_accounting_clean()
43 static inline void fs_usage_data_type_to_base(struct bch_fs_usage_base *fs_usage, in fs_usage_data_type_to_base()
536 struct bch_fs_usage_base fs_usage_delta;
501 struct bch_fs_usage_base *src = &trans->fs_usage_delta; in bch2_trans_account_disk_usage_change()529 struct bch_fs_usage_base *dst = this_cpu_ptr(c->usage); in bch2_trans_account_disk_usage_change()
897 struct bch_fs_usage_base __percpu *usage;
312 struct bch_fs_usage_base b = {}; in bch2_fs_usage_base_to_text()
900 !(c->usage = alloc_percpu(struct bch_fs_usage_base)) || in bch2_fs_alloc()