Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dsb-members.h189 static inline bool bch2_dev_exists(const struct bch_fs *c, unsigned dev) in bch2_dev_exists() function
201 EBUG_ON(!bch2_dev_exists(c, dev)); in bch2_dev_have_ref()
208 EBUG_ON(!bch2_dev_exists(c, dev)); in bch2_dev_locked()
H A Ddisk_accounting.c687 !bch2_dev_exists(c, r.e.devs[i])) { in bch2_disk_accounting_validate_late()
718 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.c303 bch2_bkey_drop_ptrs(bkey_i_to_s(new), ptr, !bch2_dev_exists(c, ptr->dev)); in bch2_check_fix_ptrs()
H A Dsuper.c1627 BUG_ON(!bch2_dev_exists(c, sb->sb->dev_idx)); in bch2_dev_attach_bdev()