Searched refs:NBD_REP_ERR_UNSUP (Results 1 – 6 of 6) sorted by relevance
12 const NBD_REP_ERR_UNSUP = NBD_REP_FLAG_ERROR | 1; constant176 view1.setUint32(12, NBD_REP_ERR_UNSUP);
84 const NBD_REP_ERR_UNSUP = NBD_REP_FLAG_ERROR | 1; constant263 view.setUint32(12, NBD_REP_ERR_UNSUP);
90 case NBD_REP_ERR_UNSUP: in nbd_rep_lookup()
183 if (reply->type == NBD_REP_ERR_UNSUP || !strict) { in nbd_handle_reply_err()
1360 ret = nbd_opt_drop(client, NBD_REP_ERR_UNSUP, errp, in nbd_negotiate_options()
260 #define NBD_REP_ERR_UNSUP NBD_REP_ERR(1) /* Unknown option */ macro