Searched refs:vhd_io_read (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-fill.c | 84 err = vhd_io_read(&vhd, buf, sec, secs); in vhd_util_fill()
|
A D | vhd-util-coalesce.c | 80 err = vhd_io_read(vhd, buf, sec, vhd->spb); in vhd_util_coalesce_block()
|
A D | vhd-util-read.c | 569 err = vhd_io_read(vhd, buf, cur, secs); in vhd_read_data()
|
A D | libvhd.c | 3172 vhd_io_read(vhd_context_t *ctx, char *buf, uint64_t sec, uint32_t secs) in vhd_io_read() function
|
/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | libvhd.h | 323 int vhd_io_read(vhd_context_t *, char *, uint64_t, uint32_t);
|
Completed in 11 milliseconds