Searched refs:vdo_find_matching (Results 1 – 3 of 3) sorted by relevance
301 struct vdo * __must_check vdo_find_matching(vdo_filter_fn filter, const void *context);
1592 vdo = vdo_find_matching(vdo_uses_device, config); in construct_new_vdo_registered() 2030 vdo = vdo_find_matching(vdo_is_named, device_name); in suspend_callback()
118 * vdo_find_matching() - Find and return the first (if any) vdo matching a given filter function.122 struct vdo *vdo_find_matching(vdo_filter_fn filter, const void *context) in vdo_find_matching() 119 struct vdo *vdo_find_matching(vdo_filter_fn filter, const void *context) vdo_find_matching() function