Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dvirtio_blk.h37 #define VIRTIO_BLK_F_RO 5 /* Disk is read-only */ macro
/linux/drivers/vdpa/
H A Dvdpa.c1091 ro = ((features & BIT_ULL(VIRTIO_BLK_F_RO)) == 0) ? 0 : 1; in vdpa_dev_blk_ro_config_fill()