Searched refs:vhd_write_footer (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-set-field.c | 97 err = vhd_write_footer(&vhd, &vhd.footer); in vhd_util_set_field()
|
A D | vhd-util-resize.c | 94 return vhd_write_footer(vhd, &vhd->footer); in vhd_fixed_shrink() 161 err = vhd_write_footer(vhd, &vhd->footer); in vhd_fixed_grow() 429 err = vhd_write_footer(vhd, &vhd->footer); in vhd_clear_bat_entries() 823 err = vhd_write_footer(vhd, &vhd->footer); in vhd_add_bat_entries()
|
A D | libvhd-journal.c | 1119 err = vhd_write_footer(vhd, &vhd->footer); in vhd_journal_disable_vhd() 1144 err = vhd_write_footer(vhd, &vhd->footer); in vhd_journal_enable_vhd()
|
A D | libvhd.c | 1936 vhd_write_footer(vhd_context_t *ctx, vhd_footer_t *footer) in vhd_write_footer() function 3330 ret = vhd_write_footer(ctx, &ctx->footer); in __vhd_io_dynamic_write()
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/ |
A D | vhd-update.c | 58 return vhd_write_footer(&journal->vhd, &journal->vhd.footer); in update_creator_version()
|
/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | libvhd.h | 314 int vhd_write_footer(vhd_context_t *, vhd_footer_t *);
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | block-vhd.c | 745 err = vhd_write_footer(&s->vhd, &s->vhd.footer); in _vhd_close()
|
Completed in 18 milliseconds