Searched refs:__drbd_chk_io_error (Results 1 – 3 of 3) sorted by relevance
637 __drbd_chk_io_error(device, DRBD_WRITE_ERROR); in __req_mod()644 __drbd_chk_io_error(device, DRBD_READ_ERROR); in __req_mod()1595 __drbd_chk_io_error(device, DRBD_FORCE_DETACH); in request_timer_fn()
109 __drbd_chk_io_error(device, DRBD_READ_ERROR); in drbd_endio_read_sec_final()154 __drbd_chk_io_error(device, DRBD_WRITE_ERROR); in drbd_endio_write_sec_final()
1730 #define __drbd_chk_io_error(m,f) __drbd_chk_io_error_(m,f, __func__) macro