Searched refs:bch2_dev_exists (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | sb-members.h | 175 static inline bool bch2_dev_exists(const struct bch_fs *c, unsigned dev) in bch2_dev_exists() function 187 EBUG_ON(!bch2_dev_exists(c, dev)); in bch2_dev_have_ref() 194 EBUG_ON(!bch2_dev_exists(c, dev)); in bch2_dev_locked()
|
D | disk_accounting.c | 632 !bch2_dev_exists(c, r.e.devs[i])) { in bch2_disk_accounting_validate_late() 663 if (!bch2_dev_exists(c, acc.dev_data_type.dev)) { in bch2_disk_accounting_validate_late()
|
D | replicas.c | 114 !bch2_dev_exists(c, r->devs[i])) { in bch2_replicas_entry_validate()
|
D | buckets.c | 284 bch2_bkey_drop_ptrs(bkey_i_to_s(new), ptr, !bch2_dev_exists(c, ptr->dev)); in bch2_check_fix_ptrs()
|
D | super.c | 1432 BUG_ON(!bch2_dev_exists(c, sb->sb->dev_idx)); in bch2_dev_attach_bdev()
|