Searched refs:helper_info (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_nl.c | 4828 struct drbd_helper_info helper_info; in notify_helper() local 4834 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()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_nl.c | 4772 struct drbd_helper_info helper_info; in notify_helper() local 4778 strscpy(helper_info.helper_name, name, sizeof(helper_info.helper_name)); in notify_helper() 4779 helper_info.helper_name_len = min(strlen(name), sizeof(helper_info.helper_name)); in notify_helper() 4780 helper_info.helper_status = status; in notify_helper() 4796 drbd_helper_info_to_skb(skb, &helper_info, true)) in notify_helper()
|
Completed in 13 milliseconds