Searched refs:NBD_REPLY_FLAG_DONE (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | nbd.h | 324 #define NBD_REPLY_FLAG_DONE (1 << 0) /* This reply-chunk is last */ macro
|
/openbmc/qemu/nbd/ |
H A D | server.c | 2136 set_be_chunk(client, iov, 1, NBD_REPLY_FLAG_DONE, in nbd_co_send_chunk_done() 2159 set_be_chunk(client, iov, 3, final ? NBD_REPLY_FLAG_DONE : 0, in nbd_co_send_chunk_read() 2184 set_be_chunk(client, iov, 3, NBD_REPLY_FLAG_DONE, in nbd_co_send_chunk_error() 2237 final ? NBD_REPLY_FLAG_DONE : 0, in nbd_co_send_sparse_read() 2471 set_be_chunk(client, iov, 3, last ? NBD_REPLY_FLAG_DONE : 0, type, in nbd_co_send_extents()
|
/openbmc/qemu/block/ |
H A D | nbd.c | 895 if (!(chunk->flags & NBD_REPLY_FLAG_DONE)) { in nbd_co_do_receive_one_chunk() 1048 assert(chunk->flags & NBD_REPLY_FLAG_DONE); in nbd_reply_chunk_iter_receive() 1052 if (chunk->flags & NBD_REPLY_FLAG_DONE) { in nbd_reply_chunk_iter_receive()
|