Home
last modified time | relevance | path

Searched refs:NBD_OPT_INFO (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/nbd/
H A Dcommon.c61 case NBD_OPT_INFO: in nbd_opt_lookup()
H A Dclient.c354 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()
H A Dserver.c692 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()
/openbmc/qemu/include/block/
H A Dnbd.h245 #define NBD_OPT_INFO (6) macro