Home
last modified time | relevance | path

Searched refs:NBD_OPT_SET_META_CONTEXT (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/nbd/
H A Dcommon.c69 case NBD_OPT_SET_META_CONTEXT: in nbd_opt_lookup()
H A Dclient.c809 if (nbd_send_meta_query(ioc, NBD_OPT_SET_META_CONTEXT, in nbd_negotiate_simple_meta_context()
814 ret = nbd_receive_one_meta_context(ioc, NBD_OPT_SET_META_CONTEXT, in nbd_negotiate_simple_meta_context()
831 ret = nbd_receive_one_meta_context(ioc, NBD_OPT_SET_META_CONTEXT, in nbd_negotiate_simple_meta_context()
H A Dserver.c1040 if (client->opt == NBD_OPT_SET_META_CONTEXT && in nbd_negotiate_meta_queries()
1342 case NBD_OPT_SET_META_CONTEXT: in nbd_negotiate_options()
/openbmc/qemu/qapi/
H A Dblock-export.json104 # @device, so the NBD client can use NBD_OPT_SET_META_CONTEXT with
110 # so the NBD client can use NBD_OPT_SET_META_CONTEXT with the
227 # so the NBD client can use NBD_OPT_SET_META_CONTEXT with the
/openbmc/qemu/docs/tools/
H A Dqemu-nbd.rst80 NBD_OPT_SET_META_CONTEXT.
86 accessible through NBD_OPT_SET_META_CONTEXT.
H A Dqemu-storage-daemon.rst89 block node, so the NBD client can use NBD_OPT_SET_META_CONTEXT with the
/openbmc/qemu/include/block/
H A Dnbd.h249 #define NBD_OPT_SET_META_CONTEXT (10) macro