Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dnbd.h42 #define NBD_FLAG_HAS_FLAGS (1 << 0) /* nbd-server supports flags */ macro
/Linux-v5.10/drivers/block/
Dnbd.c1569 if (flags & NBD_FLAG_HAS_FLAGS) in nbd_dbg_flags_show()