Searched refs:NBD_FLAG_NO_ZEROES (Results 1 – 5 of 5) sorted by relevance
3 const NBD_FLAG_NO_ZEROES = 0x2; constant126 data.setUint16(16, NBD_FLAG_FIXED_NEWSTYLE | NBD_FLAG_NO_ZEROES);155 if (!(this.client.flags & NBD_FLAG_NO_ZEROES)) n += 124;
75 const NBD_FLAG_NO_ZEROES = 0x2; constant202 data.setUint16(16, NBD_FLAG_FIXED_NEWSTYLE | NBD_FLAG_NO_ZEROES);241 if (!(this.client.flags & NBD_FLAG_NO_ZEROES)) n += 124;
232 #define NBD_FLAG_NO_ZEROES (1 << 1) /* End handshake without zeroes. */ macro
949 if (globalflags & NBD_FLAG_NO_ZEROES) { in nbd_start_negotiate()
1421 stw_be_p(buf + 16, NBD_FLAG_FIXED_NEWSTYLE | NBD_FLAG_NO_ZEROES); in nbd_negotiate()