Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dsuper.c1219 struct cached_dev *exist_dc, *t; in bch_cached_dev_attach() local
1246 list_for_each_entry_safe(exist_dc, t, &c->cached_devs, list) { in bch_cached_dev_attach()
1247 if (!memcmp(dc->sb.uuid, exist_dc->sb.uuid, 16)) { in bch_cached_dev_attach()