Searched refs:vdo_find_matching (Results 1 – 3 of 3) sorted by relevance
288 struct vdo * __must_check vdo_find_matching(vdo_filter_fn filter, const void *context);
1466 vdo = vdo_find_matching(vdo_uses_device, config); in vdo_initialize()1904 vdo = vdo_find_matching(vdo_is_named, device_name); in vdo_ctr()
119 struct vdo *vdo_find_matching(vdo_filter_fn filter, const void *context) in vdo_find_matching() function