Home
last modified time | relevance | path

Searched refs:NBD_FLAG_CAN_MULTI_CONN (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dnbd.h56 #define NBD_FLAG_CAN_MULTI_CONN (1 << 8) /* Server supports multiple connections per export. */ macro
/openbmc/qemu/docs/interop/
H A Dnbd.rst82 ``NBD_FLAG_CAN_MULTI_CONN`` for shareable read-only exports,
87 ``NBD_FLAG_CAN_MULTI_CONN`` for shareable writable exports
/openbmc/qemu/include/block/
H A Dnbd.h223 #define NBD_FLAG_CAN_MULTI_CONN (1 << NBD_FLAG_CAN_MULTI_CONN_BIT) macro
/openbmc/linux/drivers/block/
H A Dnbd.c1391 !(config->flags & NBD_FLAG_CAN_MULTI_CONN)) { in nbd_start_device()
/openbmc/qemu/nbd/
H A Dserver.c1854 exp->nbdflags |= NBD_FLAG_CAN_MULTI_CONN; in nbd_export_create()