Home
last modified time | relevance | path

Searched refs:NBD_FLAG_C_NO_ZEROES (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/block/
H A Dnbd.h237 #define NBD_FLAG_C_NO_ZEROES (1 << 1) /* End handshake without zeroes. */ macro
/openbmc/qemu/nbd/
H A Dclient.c953 clientflags |= NBD_FLAG_C_NO_ZEROES; in nbd_start_negotiate()
H A Dserver.c1193 if (flags & NBD_FLAG_C_NO_ZEROES) { in nbd_negotiate_options()
1195 flags &= ~NBD_FLAG_C_NO_ZEROES; in nbd_negotiate_options()