HomeSort by relevance Sort by last modified time
    Searched defs:VIRTIO_BLK_F_FLUSH (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
VirtioBlk.h 61 #define VIRTIO_BLK_F_FLUSH BIT9 // identical to "write cache enabled"
  /bionic/libc/kernel/uapi/linux/
virtio_blk.h 35 #define VIRTIO_BLK_F_FLUSH 9
37 #define VIRTIO_BLK_F_WCE VIRTIO_BLK_F_FLUSH
  /external/kernel-headers/original/uapi/linux/
virtio_blk.h 46 #define VIRTIO_BLK_F_FLUSH 9 /* Flush command supported */
49 /* Old (deprecated) name for VIRTIO_BLK_F_FLUSH. */
50 #define VIRTIO_BLK_F_WCE VIRTIO_BLK_F_FLUSH
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
virtio_blk.h 40 #define VIRTIO_BLK_F_FLUSH 9 /* Cache flush command support */

Completed in 59 milliseconds