Searched refs:bdrv_ioctl (Results 1 – 4 of 4) sorted by relevance
86 int (*bdrv_ioctl)(BlockDriverState *bs, unsigned long int req, void *buf); member
150 int bdrv_ioctl(BlockDriverState *bs, unsigned long int req, void *buf);
1426 int bdrv_ioctl(BlockDriverState *bs, unsigned long int req, void *buf) in bdrv_ioctl() function1430 if (drv && drv->bdrv_ioctl) in bdrv_ioctl()1431 return drv->bdrv_ioctl(bs, req, buf); in bdrv_ioctl()
1209 .bdrv_ioctl = raw_ioctl,