Home
last modified time | relevance | path

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

/spdk/module/bdev/ocf/
H A Dvbdev_ocf.c193 vbdev_ocf_mngt_continue(vbdev, 0); in unregister_finish()
200 vbdev_ocf_mngt_continue(vbdev, 0); in close_core_bdev()
209 vbdev_ocf_mngt_continue(vbdev, error); in remove_core_cmpl()
221 vbdev_ocf_mngt_continue(vbdev, error); in remove_core_cache_lock_cmpl()
235 vbdev_ocf_mngt_continue(vbdev, 0); in detach_core()
243 vbdev_ocf_mngt_continue(vbdev, 0); in close_cache_bdev()
258 vbdev_ocf_mngt_continue(vbdev, 0); in detach_cache()
269 vbdev_ocf_mngt_continue(vbdev, error); in stop_vbdev_cmpl()
281 vbdev_ocf_mngt_continue(vbdev, error); in stop_vbdev_cache_lock_cmpl()
294 vbdev_ocf_mngt_continue(vbde in stop_vbdev()
[all...]
H A Dutils.h36 void vbdev_ocf_mngt_continue(struct vbdev_ocf *vbdev, int status);
H A Dutils.c111 vbdev_ocf_mngt_continue(struct vbdev_ocf *vbdev, int status) in vbdev_ocf_mngt_continue() function