Searched refs:NBD_REP_INFO (Results 1 – 5 of 5) sorted by relevance
86 case NBD_REP_INFO: in nbd_rep_lookup()
398 if (reply.type != NBD_REP_INFO) { in nbd_opt_info_or_go()401 NBD_REP_INFO, nbd_rep_lookup(NBD_REP_INFO)); in nbd_opt_info_or_go()
48 nbd_negotiate_send_info(int info, const char *name, uint32_t length) "Sending NBD_REP_INFO type %d …
555 rc = nbd_negotiate_send_rep_len(client, NBD_REP_INFO, in nbd_negotiate_send_info()
257 #define NBD_REP_INFO (3) /* NBD_OPT_INFO/GO. */ macro