Home
last modified time | relevance | path

Searched refs:drbd_khelper (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/block/drbd/
H A Ddrbd_worker.c1028 drbd_khelper(device, khelper_cmd); in drbd_resync_finished()
1742 r = drbd_khelper(device, "before-resync-target"); in drbd_start_resync()
1751 r = drbd_khelper(device, "before-resync-source"); in drbd_start_resync()
H A Ddrbd_receiver.c2954 drbd_khelper(device, "pri-lost-after-sb"); in drbd_asb_recover_1p()
3004 drbd_khelper(device, "pri-lost-after-sb"); in drbd_asb_recover_2p()
3320 drbd_khelper(device, "initial-split-brain"); in drbd_sync_handshake()
3375 drbd_khelper(device, "split-brain"); in drbd_sync_handshake()
3388 drbd_khelper(device, "pri-lost"); in drbd_sync_handshake()
H A Ddrbd_state.c1735 drbd_khelper(device, "pri-on-incon-degr"); in after_state_ch()
1922 drbd_khelper(device, "local-io-error"); in after_state_ch()
H A Ddrbd_int.h1402 extern int drbd_khelper(struct drbd_device *device, char *cmd);
H A Ddrbd_nl.c354 int drbd_khelper(struct drbd_device *device, char *cmd) in drbd_khelper() function