Searched refs:notify_helper (Results 1 – 2 of 2) sorted by relevance
/drivers/block/drbd/ |
D | drbd_nl.c | 382 notify_helper(NOTIFY_CALL, device, connection, cmd, 0); in drbd_khelper() 395 notify_helper(NOTIFY_RESPONSE, device, connection, cmd, ret); in drbd_khelper() 423 notify_helper(NOTIFY_CALL, NULL, connection, cmd, 0); in conn_khelper() 435 notify_helper(NOTIFY_RESPONSE, NULL, connection, cmd, ret); in conn_khelper() 4744 void notify_helper(enum drbd_notification_type type, in notify_helper() function
|
D | drbd_int.h | 1659 extern void notify_helper(enum drbd_notification_type, struct drbd_device *,
|