Searched refs:NBD_FLAG_SEND_FLUSH (Results 1 – 6 of 6) sorted by relevance
20 #if defined(NBD_FLAG_SEND_FLUSH) || (defined(HAVE_DECL_NBD_FLAG_SEND_FLUSH) && HAVE_DECL_NBD_FLAG_S…22 static_assert((NBD_FLAG_SEND_FLUSH) == ((1 << 2)), "NBD_FLAG_SEND_FLUSH != (1 << 2)");25 # define NBD_FLAG_SEND_FLUSH (1 << 2)106 XLAT(NBD_FLAG_SEND_FLUSH),
13 NBD_FLAG_SEND_FLUSH (1 << 2)
44 #define NBD_FLAG_SEND_FLUSH (1 << 2) /* can flush writeback cache */ macro
84 ioctl(-1, NBD_SET_FLAGS, NBD_FLAG_SEND_FLUSH); in main()