Searched refs:NBD_FLAG_C_NO_ZEROES (Results 1 – 3 of 3) sorted by relevance
237 #define NBD_FLAG_C_NO_ZEROES (1 << 1) /* End handshake without zeroes. */ macro
953 clientflags |= NBD_FLAG_C_NO_ZEROES; in nbd_start_negotiate()
1193 if (flags & NBD_FLAG_C_NO_ZEROES) { in nbd_negotiate_options()1195 flags &= ~NBD_FLAG_C_NO_ZEROES; in nbd_negotiate_options()