Home
last modified time | relevance | path

Searched refs:vhd_flags (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dvhd-util-scan.c586 int err, vhd_flags; in vhd_util_scan_open_file() local
591 vhd_flags = VHD_OPEN_RDONLY | VHD_OPEN_IGNORE_DISABLED; in vhd_util_scan_open_file()
593 vhd_flags |= VHD_OPEN_FAST; in vhd_util_scan_open_file()
595 err = vhd_open(vhd, image->name, vhd_flags); in vhd_util_scan_open_file()
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dblock-vhd.c680 vhd_flag_t vhd_flags = 0; in _vhd_open() local
683 vhd_flags |= VHD_FLAG_OPEN_RDONLY; in _vhd_open()
685 vhd_flags |= VHD_FLAG_OPEN_QUIET; in _vhd_open()
687 vhd_flags |= VHD_FLAG_OPEN_STRICT; in _vhd_open()
689 vhd_flags |= (VHD_FLAG_OPEN_QUERY | in _vhd_open()
697 vhd_flags |= VHD_FLAG_OPEN_PREALLOCATE; in _vhd_open()
699 return __vhd_open(driver, name, vhd_flags); in _vhd_open()

Completed in 14 milliseconds