Searched defs:NBD_FLAG_HAS_FLAGS (Results 1 – 4 of 4) sorted by relevance
50 #define NBD_FLAG_HAS_FLAGS (1 << 0) /* nbd-server supports flags */ macro
6 const NBD_FLAG_HAS_FLAGS = 0x1; constant
78 const NBD_FLAG_HAS_FLAGS = 0x1; constant
215 #define NBD_FLAG_HAS_FLAGS (1 << NBD_FLAG_HAS_FLAGS_BIT) macro