Home
last modified time | relevance | path

Searched refs:base_allocation (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/nbd/
H A Dclient.c1047 bool base_allocation = info->base_allocation; in nbd_receive_negotiate() local
1059 info->base_allocation = false; in nbd_receive_negotiate()
1067 if (base_allocation) { in nbd_receive_negotiate()
1072 info->base_allocation = result == 1; in nbd_receive_negotiate()
H A Dclient-connection.c99 .initial_info.base_allocation = true, in nbd_client_connection_new()