Lines Matching refs:BlockDriverState

123 static int fd_open(BlockDriverState *bs);
124 static int64_t raw_getlength(BlockDriverState *bs);
127 static int cdrom_reopen(BlockDriverState *bs);
130 static int raw_open_common(BlockDriverState *bs, const char *filename,
201 static int raw_open(BlockDriverState *bs, const char *filename, int flags)
233 static int raw_pread_aligned(BlockDriverState *bs, int64_t offset,
286 static int raw_pwrite_aligned(BlockDriverState *bs, int64_t offset,
314 static int raw_pread(BlockDriverState *bs, int64_t offset,
385 static int raw_read(BlockDriverState *bs, int64_t sector_num,
402 static int raw_pwrite(BlockDriverState *bs, int64_t offset,
475 static int raw_write(BlockDriverState *bs, int64_t sector_num,
502 static BlockDriverAIOCB *raw_aio_submit(BlockDriverState *bs,
531 static BlockDriverAIOCB *raw_aio_readv(BlockDriverState *bs,
539 static BlockDriverAIOCB *raw_aio_writev(BlockDriverState *bs,
547 static BlockDriverAIOCB *raw_aio_flush(BlockDriverState *bs,
558 static void raw_close(BlockDriverState *bs)
569 static int raw_truncate(BlockDriverState *bs, int64_t offset)
580 static int64_t raw_getlength(BlockDriverState *bs)
599 static int64_t raw_getlength(BlockDriverState *bs)
625 static int64_t raw_getlength(BlockDriverState *bs)
680 static int64_t raw_getlength(BlockDriverState *bs)
723 static void raw_flush(BlockDriverState *bs)
838 static int hdev_open(BlockDriverState *bs, const char *filename, int flags)
883 static int fd_open(BlockDriverState *bs)
929 static int hdev_ioctl(BlockDriverState *bs, unsigned long int req, void *buf)
936 static BlockDriverAIOCB *hdev_aio_ioctl(BlockDriverState *bs,
948 static int fd_open(BlockDriverState *bs)
959 static int fd_open(BlockDriverState *bs)
996 static int hdev_has_zero_init(BlockDriverState *bs)
1029 static int floppy_open(BlockDriverState *bs, const char *filename, int flags)
1074 static int floppy_is_inserted(BlockDriverState *bs)
1079 static int floppy_media_changed(BlockDriverState *bs)
1097 static int floppy_eject(BlockDriverState *bs, int eject_flag)
1142 static int cdrom_open(BlockDriverState *bs, const char *filename, int flags)
1175 static int cdrom_is_inserted(BlockDriverState *bs)
1186 static int cdrom_eject(BlockDriverState *bs, int eject_flag)
1201 static int cdrom_set_locked(BlockDriverState *bs, int locked)
1248 static int cdrom_open(BlockDriverState *bs, const char *filename, int flags)
1272 static int cdrom_reopen(BlockDriverState *bs)
1295 static int cdrom_is_inserted(BlockDriverState *bs)
1300 static int cdrom_eject(BlockDriverState *bs, int eject_flag)
1322 static int cdrom_set_locked(BlockDriverState *bs, int locked)