Home
last modified time | relevance | path

Searched refs:bch_accounting (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Ddisk_accounting_format.h48 struct bch_accounting { struct
H A Ddisk_accounting.h17 return bkey_val_u64s(k) - offsetof(struct bch_accounting, d) / sizeof(u64); in bch2_accounting_counters()
H A Ddisk_accounting.c77 set_bkey_val_u64s(&acc->k, sizeof(struct bch_accounting) / sizeof(u64) + nr); in accounting_key_init()