Searched refs:vhd_write_footer_at (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-repair.c | 75 err = vhd_write_footer_at(&vhd, &vhd.footer, eof); in vhd_util_repair()
|
A D | libvhd.c | 1897 vhd_write_footer_at(vhd_context_t *ctx, vhd_footer_t *footer, off_t off) in vhd_write_footer_at() function 1948 err = vhd_write_footer_at(ctx, footer, off); in vhd_write_footer() 1955 return vhd_write_footer_at(ctx, footer, 0); in vhd_write_footer() 2829 return vhd_write_footer_at(ctx, &ctx->footer, in vhd_set_phys_size() 2891 err = vhd_write_footer_at(&ctx, &ctx.footer, 0); in __vhd_create() 2932 err = vhd_write_footer_at(&ctx, &ctx.footer, off); in __vhd_create()
|
A D | libvhd-journal.c | 920 return vhd_write_footer_at(&j->vhd, footer, in vhd_journal_restore_footer() 927 return vhd_write_footer_at(&j->vhd, footer, 0); in vhd_journal_restore_footer_copy()
|
/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | libvhd.h | 315 int vhd_write_footer_at(vhd_context_t *, vhd_footer_t *, off_t);
|
Completed in 11 milliseconds