Searched refs:bch2_dev_tryget_noerror (Results 1 – 5 of 5) sorted by relevance
| /fs/bcachefs/ |
| A D | sb-members.h | 234 static inline struct bch_dev *bch2_dev_tryget_noerror(struct bch_fs *c, unsigned dev) in bch2_dev_tryget_noerror() function 245 struct bch_dev *ca = bch2_dev_tryget_noerror(c, dev); in bch2_dev_tryget() 253 struct bch_dev *ca = bch2_dev_tryget_noerror(c, bucket.inode); in bch2_dev_bucket_tryget_noerror() 279 return bch2_dev_tryget_noerror(c, dev_idx); in bch2_dev_iterate_noerror()
|
| A D | chardev.c | 37 ca = bch2_dev_tryget_noerror(c, dev); in bch2_device_lookup()
|
| A D | alloc_background.c | 342 struct bch_dev *ca = c ? bch2_dev_tryget_noerror(c, dev) : NULL; in __bch2_alloc_v4_to_text() 1522 struct bch_dev *ca = bch2_dev_tryget_noerror(c, k.k->p.inode); in bch2_check_bucket_gens_key() 1717 struct bch_dev *ca = bch2_dev_tryget_noerror(c, alloc_k.k->p.inode); in bch2_check_alloc_to_lru_ref()
|
| A D | alloc_foreground.c | 720 req->ca = bch2_dev_tryget_noerror(c, *i); in bch2_bucket_alloc_set_trans()
|
| A D | journal_io.c | 54 struct bch_dev *ca = bch2_dev_tryget_noerror(c, p->dev); in bch2_journal_ptr_to_text()
|
Completed in 23 milliseconds