Lines Matching defs:blk
58 static int init_check_command(BlockBackend *blk, const cmdinfo_t *ct) in init_check_command()
70 static int command(BlockBackend *blk, const cmdinfo_t *ct, int argc, in command()
341 static void *qemu_io_alloc(BlockBackend *blk, size_t len, int pattern, in qemu_io_alloc()
360 static void qemu_io_free(BlockBackend *blk, void *p, size_t len, in qemu_io_free()
388 static void *qemu_io_alloc_from_file(BlockBackend *blk, size_t len, in qemu_io_alloc_from_file()
496 create_iovec(BlockBackend *blk, QEMUIOVector *qiov, char **argv, int nr_iov, in create_iovec()
545 static int do_pread(BlockBackend *blk, char *buf, int64_t offset, in do_pread()
562 static int do_pwrite(BlockBackend *blk, char *buf, int64_t offset, in do_pwrite()
579 static int do_pwrite_zeroes(BlockBackend *blk, int64_t offset, in do_pwrite_zeroes()
593 static int do_write_compressed(BlockBackend *blk, char *buf, int64_t offset, in do_write_compressed()
610 static int do_load_vmstate(BlockBackend *blk, char *buf, int64_t offset, in do_load_vmstate()
624 static int do_save_vmstate(BlockBackend *blk, char *buf, int64_t offset, in do_save_vmstate()
644 static int do_aio_readv(BlockBackend *blk, QEMUIOVector *qiov, in do_aio_readv()
658 static int do_aio_writev(BlockBackend *blk, QEMUIOVector *qiov, in do_aio_writev()
708 static int read_f(BlockBackend *blk, int argc, char **argv) in read_f()
905 static int readv_f(BlockBackend *blk, int argc, char **argv) in readv_f()
1048 static int write_f(BlockBackend *blk, int argc, char **argv) in write_f()
1261 static int writev_f(BlockBackend *blk, int argc, char **argv) in writev_f()
1346 BlockBackend *blk; member
1476 static int aio_read_f(BlockBackend *blk, int argc, char **argv) in aio_read_f()
1589 static int aio_write_f(BlockBackend *blk, int argc, char **argv) in aio_write_f()
1706 static int aio_flush_f(BlockBackend *blk, int argc, char **argv) in aio_flush_f()
1721 static int flush_f(BlockBackend *blk, int argc, char **argv) in flush_f()
1738 static int zone_report_f(BlockBackend *blk, int argc, char **argv) in zone_report_f()
1791 static int zone_open_f(BlockBackend *blk, int argc, char **argv) in zone_open_f()
1824 static int zone_close_f(BlockBackend *blk, int argc, char **argv) in zone_close_f()
1857 static int zone_finish_f(BlockBackend *blk, int argc, char **argv) in zone_finish_f()
1890 static int zone_reset_f(BlockBackend *blk, int argc, char **argv) in zone_reset_f()
1923 static int do_aio_zone_append(BlockBackend *blk, QEMUIOVector *qiov, in do_aio_zone_append()
1937 static int zone_append_f(BlockBackend *blk, int argc, char **argv) in zone_append_f()
2009 static int truncate_f(BlockBackend *blk, int argc, char **argv) in truncate_f()
2052 static int length_f(BlockBackend *blk, int argc, char **argv) in length_f()
2077 static int info_f(BlockBackend *blk, int argc, char **argv) in info_f()
2160 static int discard_f(BlockBackend *blk, int argc, char **argv) in discard_f()
2221 static int alloc_f(BlockBackend *blk, int argc, char **argv) in alloc_f()
2311 static int map_f(BlockBackend *blk, int argc, char **argv) in map_f()
2396 static int reopen_f(BlockBackend *blk, int argc, char **argv) in reopen_f()
2509 static int break_f(BlockBackend *blk, int argc, char **argv) in break_f()
2522 static int remove_break_f(BlockBackend *blk, int argc, char **argv) in remove_break_f()
2554 static int resume_f(BlockBackend *blk, int argc, char **argv) in resume_f()
2576 static int wait_break_f(BlockBackend *blk, int argc, char **argv) in wait_break_f()
2593 static int abort_f(BlockBackend *blk, int argc, char **argv) in abort_f()
2632 static int sigraise_f(BlockBackend *blk, int argc, char **argv) in sigraise_f()
2661 static int sleep_f(BlockBackend *blk, int argc, char **argv) in sleep_f()
2722 static int help_f(BlockBackend *blk, int argc, char **argv) in help_f()
2756 int qemuio_command(BlockBackend *blk, const char *cmd) in qemuio_command()