Lines Matching full:negotiated
115 size_t count; /* number of negotiated contexts */
126 void (*close_fn)(NBDClient *client, bool negotiated);
153 NBDMetaContexts contexts; /* Negotiated meta contexts */
155 uint32_t opt; /* Current option being negotiated */
157 negotiated now */
499 error_setg(errp, "Extended headers already negotiated"); in nbd_negotiate_handle_export_name()
1044 "is not negotiated", in nbd_negotiate_meta_queries()
1330 "extended headers already negotiated"); in nbd_negotiate_options()
1334 "structured reply already negotiated"); in nbd_negotiate_options()
1352 "extended headers already negotiated"); in nbd_negotiate_options()
1614 static void client_close(NBDClient *client, bool negotiated) in client_close() argument
1634 client->close_fn(client, negotiated); in client_close()
2556 * Called when a client wants a subset of negotiated contexts via a
3054 "CMD_BLOCK_STATUS not negotiated", in nbd_handle_request()