Lines Matching refs:vhd_read
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
2319 err = vhd_read(ctx, buf, size); in vhd_open_fast()
2968 return vhd_read(ctx, buf, vhd_sectors_to_bytes(secs)); in __vhd_io_fixed_read()