Home
last modified time | relevance | path

Searched refs:bch_fs_usage_base (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dbuckets_types.h75 struct bch_fs_usage_base { struct
H A Ddisk_accounting.c602 struct bch_fs_usage_base *dst = this_cpu_ptr(c->usage); in bch2_gc_accounting_done()
603 struct bch_fs_usage_base *src = &trans->fs_usage_delta; in bch2_gc_accounting_done()
847 struct bch_fs_usage_base *usage = this_cpu_ptr(c->usage); in bch2_accounting_read()
926 struct bch_fs_usage_base base = {}, base_inmem = {}; in bch2_verify_accounting_clean()
H A Ddisk_accounting.h46 static inline void fs_usage_data_type_to_base(struct bch_fs_usage_base *fs_usage, in fs_usage_data_type_to_base()
H A Dbtree_types.h542 struct bch_fs_usage_base fs_usage_delta;
H A Dbuckets.c521 struct bch_fs_usage_base *src = &trans->fs_usage_delta; in bch2_trans_account_disk_usage_change()
549 struct bch_fs_usage_base *dst = this_cpu_ptr(c->usage); in bch2_trans_account_disk_usage_change()
H A Dbcachefs.h910 struct bch_fs_usage_base __percpu *usage;
H A Dsysfs.c299 struct bch_fs_usage_base b = {}; in bch2_fs_usage_base_to_text()
H A Dsuper.c899 !(c->usage = alloc_percpu(struct bch_fs_usage_base)) || in bch2_fs_alloc()