Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dsb-members.h175 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()
Ddisk_accounting.c632 !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()
Dreplicas.c114 !bch2_dev_exists(c, r->devs[i])) { in bch2_replicas_entry_validate()
Dbuckets.c284 bch2_bkey_drop_ptrs(bkey_i_to_s(new), ptr, !bch2_dev_exists(c, ptr->dev)); in bch2_check_fix_ptrs()
Dsuper.c1432 BUG_ON(!bch2_dev_exists(c, sb->sb->dev_idx)); in bch2_dev_attach_bdev()