Searched refs:helper_info (Results 1 – 1 of 1) sorted by relevance
4828 struct drbd_helper_info helper_info; in notify_helper() local4834 strlcpy(helper_info.helper_name, name, sizeof(helper_info.helper_name)); in notify_helper()4835 helper_info.helper_name_len = min(strlen(name), sizeof(helper_info.helper_name)); in notify_helper()4836 helper_info.helper_status = status; in notify_helper()4852 drbd_helper_info_to_skb(skb, &helper_info, true)) in notify_helper()