Searched refs:helper_info (Results 1 – 1 of 1) sorted by relevance
4837 struct drbd_helper_info helper_info; in notify_helper() local4843 strlcpy(helper_info.helper_name, name, sizeof(helper_info.helper_name)); in notify_helper()4844 helper_info.helper_name_len = min(strlen(name), sizeof(helper_info.helper_name)); in notify_helper()4845 helper_info.helper_status = status; in notify_helper()4861 drbd_helper_info_to_skb(skb, &helper_info, true)) in notify_helper()