Searched refs:bch2_disk_accounting_mod (Results 1 – 7 of 7) sorted by relevance
/linux/fs/bcachefs/ |
H A D | buckets.c | 665 ret = bch2_disk_accounting_mod(trans, &acc, §ors, 1, false); in bch2_trigger_stripe_ptr() 703 int ret = bch2_disk_accounting_mod(trans, &acc, §ors, 1, true); in bch2_trigger_stripe_ptr() 774 ret = bch2_disk_accounting_mod(trans, &acct_compression_key, compression_acct, in __trigger_extent() 792 ret = bch2_disk_accounting_mod(trans, &acc_replicas_key, replicas_sectors, 1, gc); in __trigger_extent() 802 ret = bch2_disk_accounting_mod(trans, &acc_snapshot_key, replicas_sectors, 1, gc); in __trigger_extent() 811 ret = bch2_disk_accounting_mod(trans, &acct_compression_key, compression_acct, in __trigger_extent() 822 ret = bch2_disk_accounting_mod(trans, &acc_btree_key, replicas_sectors, 1, gc); in __trigger_extent() 836 ret = bch2_disk_accounting_mod(trans, &acc_inum_key, v, ARRAY_SIZE(v), gc); in __trigger_extent() 906 int ret = bch2_disk_accounting_mod(trans, &acc, &need_rebalance_sectors_delta, 1, in bch2_trigger_extent() 933 return bch2_disk_accounting_mod(trans, &acc, §ors, 1, flags & BTREE_TRIGGER_gc); in __trigger_reservation()
|
H A D | disk_accounting.c | 82 int bch2_disk_accounting_mod(struct btree_trans *trans, in bch2_disk_accounting_mod() function 114 return bch2_disk_accounting_mod(trans, &acc, §ors, 1, gc); in bch2_mod_dev_cached_sectors() 571 bch2_disk_accounting_mod(trans, &acc_k, src_v, nr, false)); in bch2_gc_accounting_done() 684 bch2_disk_accounting_mod(trans, &acc, v, nr, false)) ?: in bch2_disk_accounting_validate_late() 860 bch2_disk_accounting_mod(trans, &acc, v, ARRAY_SIZE(v), gc) ?: in bch2_dev_usage_init()
|
H A D | disk_accounting.h | 81 int bch2_disk_accounting_mod(struct btree_trans *, struct disk_accounting_pos *,
|
H A D | ec.c | 451 int ret = bch2_disk_accounting_mod(trans, &acc, §ors, 1, gc); in bch2_trigger_stripe() 466 int ret = bch2_disk_accounting_mod(trans, &acc, §ors, 1, gc); in bch2_trigger_stripe() 2265 ret = bch2_disk_accounting_mod(trans, &acc, §ors, 1, false); in bch2_invalidate_stripe_to_dev() 2278 ret = bch2_disk_accounting_mod(trans, &acc, §ors, 1, false); in bch2_invalidate_stripe_to_dev()
|
H A D | inode.c | 736 int ret = bch2_disk_accounting_mod(trans, &acc, &nr, 1, flags & BTREE_TRIGGER_gc); in bch2_trigger_inode()
|
H A D | super.c | 1977 bch2_disk_accounting_mod(trans, &acc, v, ARRAY_SIZE(v), false)) ?: in bch2_dev_resize()
|
H A D | alloc_background.c | 787 return bch2_disk_accounting_mod(trans, &acc, d, 3, flags & BTREE_TRIGGER_gc); in bch2_dev_data_type_accounting_mod()
|