Home
last modified time | relevance | path

Searched refs:vhd_open (Results 1 – 17 of 17) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dvhd-util-snapshot.c50 err = vhd_open(&vhd, target, VHD_OPEN_RDONLY); in vhd_util_find_snapshot_target()
94 err = vhd_open(&vhd, name, VHD_OPEN_RDONLY); in vhd_util_check_depth()
177 err = vhd_open(&vhd, ppath, VHD_OPEN_RDONLY); in vhd_util_snapshot()
A Dvhd-util-repair.c63 err = vhd_open(&vhd, name, VHD_OPEN_RDWR); in vhd_util_repair()
A Dvhd-util-coalesce.c157 err = vhd_open(&vhd, name, VHD_OPEN_RDONLY); in vhd_util_coalesce()
179 err = vhd_open(&parent, pname, VHD_OPEN_RDWR); in vhd_util_coalesce()
A Dvhd-util-set-field.c89 err = vhd_open(&vhd, name, VHD_OPEN_RDWR); in vhd_util_set_field()
A Dvhd-util-modify.c99 err = vhd_open(&vhd, name, VHD_OPEN_RDWR); in vhd_util_modify()
A Dvhd-util-fill.c64 err = vhd_open(&vhd, name, VHD_OPEN_RDWR); in vhd_util_fill()
A Dvhd-util-query.c90 err = vhd_open(&vhd, name, VHD_OPEN_RDONLY | VHD_OPEN_IGNORE_DISABLED); in vhd_util_query()
A Dvhd-util-check.c319 if (vhd_open(&parent, ppath, in vhd_util_check_validate_parent()
843 err = vhd_open(&vhd, name, VHD_OPEN_RDONLY | VHD_OPEN_IGNORE_DISABLED); in vhd_util_check_vhd()
889 err = vhd_open(&vhd, cur, in vhd_util_check_parents()
A Dlibvhd-journal.c1231 err = vhd_open(vhd, file, VHD_OPEN_RDWR); in vhd_journal_open()
1294 err = vhd_open(&j->vhd, file, VHD_OPEN_RDWR | VHD_OPEN_STRICT); in vhd_journal_create()
1475 err = vhd_open(vhd, file, VHD_OPEN_RDWR); in vhd_journal_revert()
A Dlibvhd.c511 err = vhd_open(&vhd, file, VHD_OPEN_RDONLY); in vhd_chain_depth()
2355 vhd_open(vhd_context_t *ctx, const char *file, int flags) in vhd_open() function
2563 err = vhd_open(&parent, parent_path, VHD_OPEN_RDONLY); in vhd_initialize_header()
2652 err = vhd_open(&parent, ppath, VHD_OPEN_RDONLY); in vhd_change_parent()
3150 err = vhd_open(vhd, next, VHD_OPEN_RDONLY); in __vhd_io_dynamic_read()
A Dvhd-util-read.c656 err = vhd_open(&vhd, name, VHD_OPEN_RDONLY | VHD_OPEN_IGNORE_DISABLED); in vhd_util_read()
A Dvhd-util-resize.c1036 err = vhd_open(&vhd, name, VHD_OPEN_RDONLY | VHD_OPEN_STRICT); in vhd_util_resize_check_creator()
A Dvhd-util-scan.c595 err = vhd_open(vhd, image->name, vhd_flags); in vhd_util_scan_open_file()
/xen-4.10.0-shim-comet/tools/blktap2/include/
A Dlibvhd.h249 int vhd_open(vhd_context_t *, const char *file, int flags);
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dtd.c448 err = vhd_open(&vhd, name, VHD_OPEN_RDONLY); in td_query()
A Dtapdisk-diff.c107 err = vhd_open(vhd, path, VHD_OPEN_RDONLY); in open_vhd()
A Dblock-vhd.c619 err = vhd_open(&s->vhd, name, o_flags); in __vhd_open()
622 err = vhd_open(&s->vhd, name, o_flags); in __vhd_open()

Completed in 39 milliseconds