Searched refs:drbd_khelper (Results 1 – 5 of 5) sorted by relevance
/drivers/block/drbd/ |
D | drbd_worker.c | 1023 drbd_khelper(device, khelper_cmd); in drbd_resync_finished() 1754 r = drbd_khelper(device, "before-resync-target"); in drbd_start_resync() 1763 r = drbd_khelper(device, "before-resync-source"); in drbd_start_resync()
|
D | drbd_receiver.c | 3124 drbd_khelper(device, "pri-lost-after-sb"); in drbd_asb_recover_1p() 3174 drbd_khelper(device, "pri-lost-after-sb"); in drbd_asb_recover_2p() 3489 drbd_khelper(device, "initial-split-brain"); in drbd_sync_handshake() 3544 drbd_khelper(device, "split-brain"); in drbd_sync_handshake() 3557 drbd_khelper(device, "pri-lost"); in drbd_sync_handshake()
|
D | drbd_state.c | 1728 drbd_khelper(device, "pri-on-incon-degr"); in after_state_ch() 1914 drbd_khelper(device, "local-io-error"); in after_state_ch()
|
D | drbd_int.h | 1480 extern int drbd_khelper(struct drbd_device *device, char *cmd);
|
D | drbd_nl.c | 354 int drbd_khelper(struct drbd_device *device, char *cmd) in drbd_khelper() function
|