Home
last modified time | relevance | path

Searched refs:bch2_dev_exists (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dsb-members.h188 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 Ddisk_accounting.c648 !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 Dreplicas.c114 !bch2_dev_exists(c, r->devs[i])) { in bch2_replicas_entry_validate()
H A Dbuckets.c291 bch2_bkey_drop_ptrs(bkey_i_to_s(new), ptr, !bch2_dev_exists(c, ptr->dev)); in bch2_check_fix_ptrs()
H A Dsuper.c1512 BUG_ON(!bch2_dev_exists(c, sb->sb->dev_idx)); in bch2_dev_attach_bdev()