Home
last modified time | relevance | path

Searched refs:bch2_dev_rcu (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dsb-members.h210 static inline struct bch_dev *bch2_dev_rcu(struct bch_fs *c, unsigned dev) in bch2_dev_rcu() function
275 struct bch_dev *ca = bch2_dev_rcu(c, dev); in bch2_dev_get_ioref()
Dextents.c76 struct bch_dev *ca = bch2_dev_rcu(c, dev); in dev_latency()
138 struct bch_dev *ca = bch2_dev_rcu(c, p.ptr.dev); in bch2_bkey_pick_read_device()
288 struct bch_dev *ca = bch2_dev_rcu(c, lp.ptr.dev); in bch2_extent_merge()
679 struct bch_dev *ca = bch2_dev_rcu(c, p->ptr.dev); in bch2_extent_ptr_desired_durability()
686 struct bch_dev *ca = bch2_dev_rcu(c, p->ptr.dev); in bch2_extent_ptr_durability()
883 (ca = bch2_dev_rcu(c, ptr->dev)) && in bch2_bkey_has_target()
1042 (!(ca = bch2_dev_rcu(c, ptr->dev)) || in bch2_extent_normalize()
Dbackpointers.h49 struct bch_dev *ca = bch2_dev_rcu(c, bp_pos.inode); in bp_pos_to_bucket_nodev_noerror()
Ddisk_accounting.h144 struct bch_dev *ca = bch2_dev_rcu(c, acc_k.dev_data_type.dev); in bch2_accounting_mem_mod_locked()
Ddisk_accounting.c807 struct bch_dev *ca = bch2_dev_rcu(c, k.dev_data_type.dev); in bch2_accounting_read()
913 struct bch_dev *ca = bch2_dev_rcu(c, acc_k.dev_data_type.dev); in bch2_verify_accounting_clean()
Dalloc_foreground.c166 bch2_dev_rcu(c, ob->dev)->nr_partial_buckets++; in open_bucket_free_unused()
989 bch2_dev_rcu(c, ob->dev)->nr_partial_buckets--; in bucket_alloc_set_partial()
1206 bch2_dev_rcu(c, ob->dev)->nr_partial_buckets--; in bch2_open_buckets_stop()
Dsb-members.c421 struct bch_dev *ca = bch2_dev_rcu(c, ptr->dev); in bch2_dev_btree_bitmap_marked()
Dbuckets.c296 struct bch_dev *ca = bch2_dev_rcu(c, ptr->dev); in bch2_check_fix_ptrs()
310 struct bch_dev *ca = bch2_dev_rcu(c, p.ptr.dev); in bch2_check_fix_ptrs()
Dbtree_gc.c1177 struct bch_dev *ca = bch2_dev_rcu(c, ptr->dev); in gc_btree_gens_key()
1189 struct bch_dev *ca = bch2_dev_rcu(c, ptr->dev); in gc_btree_gens_key()
Dbackpointers.c35 struct bch_dev *ca = bch2_dev_rcu(c, p.ptr.dev); in extent_matches_bp()
Dmove.c903 struct bch_dev *ca = bch2_dev_rcu(c, ptr->dev); in rereplicate_pred()
Dbtree_io.c1251 struct bch_dev *ca2 = bch2_dev_rcu(c, ptr->dev); in bch2_btree_node_read_done()