Searched refs:nbd_co_send_chunk_read (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/nbd/ |
H A D | trace-events | 69 nbd_co_send_chunk_read(uint64_t cookie, uint64_t offset, void *data, uint64_t size) "Send structure…
|
H A D | server.c | 2141 static int coroutine_fn nbd_co_send_chunk_read(NBDClient *client, in nbd_co_send_chunk_read() function 2249 ret = nbd_co_send_chunk_read(client, request, offset + progress, in nbd_co_send_sparse_read() 2877 return nbd_co_send_chunk_read(client, request, request->from, data, in nbd_do_cmd_read()
|