Searched refs:NBD_OPT_INFO (Results 1 – 4 of 4) sorted by relevance
61 case NBD_OPT_INFO: in nbd_opt_lookup()
354 assert(opt == NBD_OPT_GO || opt == NBD_OPT_INFO); in nbd_opt_info_or_go()1213 rc = nbd_opt_info_or_go(ioc, NBD_OPT_INFO, &array[i], errp); in nbd_receive_export_list()
692 if (client->opt == NBD_OPT_INFO || blocksize) { in nbd_negotiate_handle_info()719 (client->contexts.count || client->opt == NBD_OPT_INFO)) { in nbd_negotiate_handle_info()737 if (client->opt == NBD_OPT_INFO && !blocksize && in nbd_negotiate_handle_info()1301 case NBD_OPT_INFO: in nbd_negotiate_options()
245 #define NBD_OPT_INFO (6) macro