Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbuckets_types.h43 struct bch_fs_usage_base { struct
Ddisk_accounting.c586 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()
Ddisk_accounting.h43 static inline void fs_usage_data_type_to_base(struct bch_fs_usage_base *fs_usage, in fs_usage_data_type_to_base()
Dbtree_types.h536 struct bch_fs_usage_base fs_usage_delta;
Dbuckets.c501 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()
Dbcachefs.h897 struct bch_fs_usage_base __percpu *usage;
Dsysfs.c312 struct bch_fs_usage_base b = {}; in bch2_fs_usage_base_to_text()
Dsuper.c900 !(c->usage = alloc_percpu(struct bch_fs_usage_base)) || in bch2_fs_alloc()