Home
last modified time | relevance | path

Searched defs:NBD_FLAG_CAN_MULTI_CONN (Results 1 – 2 of 2) 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/include/block/
H A Dnbd.h223 #define NBD_FLAG_CAN_MULTI_CONN (1 << NBD_FLAG_CAN_MULTI_CONN_BIT) macro