Searched refs:bch2_dev_exists (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | sb-members.h | 188 static inline bool bch2_dev_exists(const struct bch_fs *c, unsigned dev) in bch2_dev_exists() function 200 EBUG_ON(!bch2_dev_exists(c, dev)); in bch2_dev_have_ref() 207 EBUG_ON(!bch2_dev_exists(c, dev)); in bch2_dev_locked()
|
| H A D | disk_accounting.c | 648 !bch2_dev_exists(c, r.e.devs[i])) { in bch2_disk_accounting_validate_late() 679 if (!bch2_dev_exists(c, acc.dev_data_type.dev)) { in bch2_disk_accounting_validate_late()
|
| H A D | replicas.c | 114 !bch2_dev_exists(c, r->devs[i])) { in bch2_replicas_entry_validate()
|
| H A D | buckets.c | 291 bch2_bkey_drop_ptrs(bkey_i_to_s(new), ptr, !bch2_dev_exists(c, ptr->dev)); in bch2_check_fix_ptrs()
|
| H A D | super.c | 1512 BUG_ON(!bch2_dev_exists(c, sb->sb->dev_idx)); in bch2_dev_attach_bdev()
|