Home
last modified time | relevance | path

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

/spdk/module/bdev/ocf/
H A Dvbdev_ocf.h101 bool is_cache; member
H A Dvbdev_ocf.c1263 vbdev->cache.is_cache = true; in init_vbdev()
1264 vbdev->core.is_cache = false; in init_vbdev()
1356 if (!base->is_cache) { in hotremove_cb()
1408 if (base->is_cache) { in attach_base()
H A Dvolume.c139 return (base->is_cache) ? qctx->cache_ch : qctx->core_ch; in vbdev_ocf_volume_submit_io_cb()