Searched refs:nbd_co_send_chunk_error (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/nbd/ |
H A D | trace-events | 72 nbd_co_send_chunk_error(uint64_t cookie, int err, const char *errname, const char *msg) "Send struc…
|
H A D | server.c | 2166 static int coroutine_fn nbd_co_send_chunk_error(NBDClient *client, in nbd_co_send_chunk_error() function 2220 ret = nbd_co_send_chunk_error(client, request, -status, msg, errp); in nbd_co_send_sparse_read() 2496 return nbd_co_send_chunk_error(client, request, -ret, in nbd_co_send_block_status() 2832 return nbd_co_send_chunk_error(client, request, -ret, error_msg, errp); in nbd_send_generic_reply()
|