Searched refs:vhd_read (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | libvhd.c | 892 vhd_read(ctx, buf, sizeof(vhd_footer_t)); in vhd_read_short_footer() 927 err = vhd_read(ctx, buf, sizeof(vhd_footer_t)); in vhd_read_footer_at() 997 err = vhd_read(ctx, buf, sizeof(vhd_header_t)); in vhd_read_header_at() 1058 err = vhd_read(ctx, buf, size); in vhd_read_bat() 1103 err = vhd_read(ctx, buf, size); in vhd_read_batmap_header() 1144 err = vhd_read(ctx, buf, map_size); in vhd_read_batmap_map() 1581 err = vhd_read(ctx, raw, size); in vhd_parent_locator_read() 1824 err = vhd_read(ctx, buf, size); in vhd_read_bitmap() 1884 err = vhd_read(ctx, buf, size); in vhd_read_block() 2249 vhd_read(vhd_context_t *ctx, void *buf, size_t size) in vhd_read() function [all …]
|
A D | vhd-util-resize.c | 719 err = vhd_read(vhd, buf, size); in vhd_shift_metadata()
|
A D | vhd-util-scan.c | 633 err = vhd_read(vhd, buf, size); in vhd_util_scan_read_volume_headers()
|
A D | libvhd-journal.c | 521 err = vhd_read(vhd, buf, size); in vhd_journal_add_locators()
|
/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | libvhd.h | 262 int vhd_read(vhd_context_t *, void *, size_t);
|
Completed in 16 milliseconds