Lines Matching defs:existing
93 /* Get existing cache base
130 /* Get existing OCF cache instance
1001 /* Add core for existing OCF cache instance */
1067 ocf_cache_t existing;
1084 existing = get_other_cache_instance(vbdev);
1085 if (existing) {
1086 SPDK_NOTICELOG("OCF bdev %s connects to existing cache device %s\n",
1088 vbdev->ocf_cache = existing;
1090 vbdev->cache_ctx = ocf_cache_get_priv(existing);
1194 * to ignore warnings about existing metadata */
1409 struct vbdev_ocf_base *existing = get_other_cache_base(base);
1410 if (existing) {
1411 base->desc = existing->desc;
1412 base->management_channel = existing->management_channel;