Searched defs:xen_vbd (Results 1 – 1 of 1) sorted by relevance
216 struct xen_vbd { struct218 blkif_vdev_t handle;220 unsigned char readonly;222 unsigned char type;224 u32 pdevice;225 struct block_device *bdev;227 sector_t size;228 unsigned int flush_support:1;229 unsigned int discard_secure:1;230 unsigned int feature_gnt_persistent:1;[all …]