Home
last modified time | relevance | path

Searched refs:NBD_FLAG_HAS_FLAGS (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dnbd.h51 #define NBD_FLAG_HAS_FLAGS (1 << 0) /* nbd-server supports flags */ macro
/linux-6.15/drivers/block/
H A Dnbd.c1779 if (flags & NBD_FLAG_HAS_FLAGS) in nbd_dbg_flags_show()