Searched refs:__drbd_chk_io_error (Results 1 – 3 of 3) sorted by relevance
624 __drbd_chk_io_error(device, DRBD_WRITE_ERROR); in __req_mod()631 __drbd_chk_io_error(device, DRBD_READ_ERROR); in __req_mod()1782 __drbd_chk_io_error(device, DRBD_FORCE_DETACH); in request_timer_fn()
92 __drbd_chk_io_error(device, DRBD_READ_ERROR); in drbd_endio_read_sec_final()146 __drbd_chk_io_error(device, DRBD_WRITE_ERROR); in drbd_endio_write_sec_final()
1745 #define __drbd_chk_io_error(m,f) __drbd_chk_io_error_(m,f, __func__) macro