Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dnbd.h210 NBD_FLAG_SEND_CACHE_BIT = 10, /* Send CACHE (prefetch) */ enumerator
225 #define NBD_FLAG_SEND_CACHE (1 << NBD_FLAG_SEND_CACHE_BIT)
/openbmc/qemu/
H A Dqemu-nbd.c221 [NBD_FLAG_SEND_CACHE_BIT] = "cache", in qemu_nbd_client_list()