Home
last modified time | relevance | path

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

/qemu/include/block/
H A Dnbd.h196 NBD_FLAG_SEND_RESIZE_BIT = 9, /* Send resize */ enumerator
211 #define NBD_FLAG_SEND_RESIZE (1 << NBD_FLAG_SEND_RESIZE_BIT)
/qemu/
H A Dqemu-nbd.c220 [NBD_FLAG_SEND_RESIZE_BIT] = "resize", in qemu_nbd_client_list()