Searched refs:VIRTIO_BLK_F_RO (Results 1 – 2 of 2) sorted by relevance
37 #define VIRTIO_BLK_F_RO 5 /* Disk is read-only */ macro
1091 ro = ((features & BIT_ULL(VIRTIO_BLK_F_RO)) == 0) ? 0 : 1; in vdpa_dev_blk_ro_config_fill()