Searched refs:drbd_khelper (Results 1 – 5 of 5) sorted by relevance
/drivers/block/drbd/ |
D | drbd_worker.c | 1028 drbd_khelper(device, khelper_cmd); in drbd_resync_finished() 1755 r = drbd_khelper(device, "before-resync-target"); in drbd_start_resync() 1764 r = drbd_khelper(device, "before-resync-source"); in drbd_start_resync()
|
D | drbd_receiver.c | 3177 drbd_khelper(device, "pri-lost-after-sb"); in drbd_asb_recover_1p() 3227 drbd_khelper(device, "pri-lost-after-sb"); in drbd_asb_recover_2p() 3542 drbd_khelper(device, "initial-split-brain"); in drbd_sync_handshake() 3597 drbd_khelper(device, "split-brain"); in drbd_sync_handshake() 3610 drbd_khelper(device, "pri-lost"); in drbd_sync_handshake()
|
D | drbd_state.c | 1727 drbd_khelper(device, "pri-on-incon-degr"); in after_state_ch() 1913 drbd_khelper(device, "local-io-error"); in after_state_ch()
|
D | drbd_int.h | 1486 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
|