Searched defs:xen_vbd (Results 1 – 1 of 1) sorted by relevance
215 struct xen_vbd { struct217 blkif_vdev_t handle;219 unsigned char readonly;221 unsigned char type;223 u32 pdevice;224 struct block_device *bdev;226 sector_t size;227 unsigned int flush_support:1;228 unsigned int discard_secure:1;232 unsigned int feature_gnt_persistent:1;[all …]