Home
last modified time | relevance | path

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

/linux/drivers/block/drbd/
H A Ddrbd_nl.c4763 struct drbd_helper_info helper_info; in notify_helper() local
4769 strscpy(helper_info.helper_name, name, sizeof(helper_info.helper_name)); in notify_helper()
4770 helper_info.helper_name_len = min(strlen(name), sizeof(helper_info.helper_name)); in notify_helper()
4771 helper_info.helper_status = status; in notify_helper()
4787 drbd_helper_info_to_skb(skb, &helper_info, true)) in notify_helper()