Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/block/drbd/
Ddrbd_nl.c4319 notify_device_state(NULL, 0, device, &info, NOTIFY_CREATE | flags); in drbd_adm_new_minor()
4366 notify_device_state(NULL, 0, device, NULL, NOTIFY_DESTROY); in adm_del_minor()
4607 int notify_device_state(struct sk_buff *skb, in notify_device_state() function
Ddrbd_int.h1579 extern int notify_device_state(struct sk_buff *,
Ddrbd_state.c1586 return notify_device_state(skb, seq, device, &device_info, type); in notify_device_state_change()