Searched refs:bch2_dev_rcu (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | sb-members.h | 210 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()
|
D | extents.c | 76 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()
|
D | backpointers.h | 49 struct bch_dev *ca = bch2_dev_rcu(c, bp_pos.inode); in bp_pos_to_bucket_nodev_noerror()
|
D | disk_accounting.h | 144 struct bch_dev *ca = bch2_dev_rcu(c, acc_k.dev_data_type.dev); in bch2_accounting_mem_mod_locked()
|
D | disk_accounting.c | 807 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()
|
D | alloc_foreground.c | 166 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()
|
D | sb-members.c | 421 struct bch_dev *ca = bch2_dev_rcu(c, ptr->dev); in bch2_dev_btree_bitmap_marked()
|
D | buckets.c | 296 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()
|
D | btree_gc.c | 1177 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()
|
D | backpointers.c | 35 struct bch_dev *ca = bch2_dev_rcu(c, p.ptr.dev); in extent_matches_bp()
|
D | move.c | 903 struct bch_dev *ca = bch2_dev_rcu(c, ptr->dev); in rereplicate_pred()
|
D | btree_io.c | 1251 struct bch_dev *ca2 = bch2_dev_rcu(c, ptr->dev); in bch2_btree_node_read_done()
|