Searched refs:vhd_flags (Results 1 – 2 of 2) sorted by relevance
586 int err, vhd_flags; in vhd_util_scan_open_file() local591 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()
680 vhd_flag_t vhd_flags = 0; in _vhd_open() local683 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