Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dvdo.h288 struct vdo * __must_check vdo_find_matching(vdo_filter_fn filter, const void *context);
H A Ddm-vdo-target.c1466 vdo = vdo_find_matching(vdo_uses_device, config); in vdo_initialize()
1904 vdo = vdo_find_matching(vdo_is_named, device_name); in vdo_ctr()
H A Dvdo.c119 struct vdo *vdo_find_matching(vdo_filter_fn filter, const void *context) in vdo_find_matching() function