Searched defs:xen_vbd (Results 1 – 1 of 1) sorted by relevance
220 struct xen_vbd { struct222 blkif_vdev_t handle;224 unsigned char readonly;226 unsigned char type;228 u32 pdevice;229 struct block_device *bdev;231 sector_t size;232 unsigned int flush_support:1;233 unsigned int discard_secure:1;234 unsigned int feature_gnt_persistent:1;[all …]