Searched refs:exist_dc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | super.c | 1221 struct cached_dev *exist_dc, *t; in bch_cached_dev_attach() local 1248 list_for_each_entry_safe(exist_dc, t, &c->cached_devs, list) { in bch_cached_dev_attach() 1249 if (!memcmp(dc->sb.uuid, exist_dc->sb.uuid, 16)) { in bch_cached_dev_attach()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | super.c | 1195 struct cached_dev *exist_dc, *t; in bch_cached_dev_attach() local 1220 list_for_each_entry_safe(exist_dc, t, &c->cached_devs, list) { in bch_cached_dev_attach() 1221 if (!memcmp(dc->sb.uuid, exist_dc->sb.uuid, 16)) { in bch_cached_dev_attach()
|
Completed in 7 milliseconds