Home
last modified time | relevance | path

Searched refs:NBD_FLAG_SEND_WRITE_ZEROES (Results 1 – 3 of 3) sorted by relevance

/qemu/include/block/
H A Dnbd.h208 #define NBD_FLAG_SEND_WRITE_ZEROES (1 << NBD_FLAG_SEND_WRITE_ZEROES_BIT) macro
/qemu/block/
H A Dnbd.c306 if (s->info.flags & NBD_FLAG_SEND_WRITE_ZEROES) { in nbd_handle_updated_info()
1341 if (!(s->info.flags & NBD_FLAG_SEND_WRITE_ZEROES)) { in nbd_client_co_pwrite_zeroes()
/qemu/nbd/
H A Dserver.c1849 exp->nbdflags |= (NBD_FLAG_SEND_TRIM | NBD_FLAG_SEND_WRITE_ZEROES | in nbd_export_create()