Searched refs:VHD_FLAG_CREAT_PARENT_RAW (Results 1 – 3 of 3) sorted by relevance
139 vhd_flag_set(flags, VHD_FLAG_CREAT_PARENT_RAW); in vhd_util_snapshot()159 if (vhd_flag_test(flags, VHD_FLAG_CREAT_PARENT_RAW)) { in vhd_util_snapshot()185 vhd_flag_set(flags, VHD_FLAG_CREAT_PARENT_RAW); in vhd_util_snapshot()188 if (limit && !vhd_flag_test(flags, VHD_FLAG_CREAT_PARENT_RAW)) { in vhd_util_snapshot()
2886 int raw = vhd_flag_test(flags, VHD_FLAG_CREAT_PARENT_RAW); in __vhd_create()
89 #define VHD_FLAG_CREAT_PARENT_RAW 0x00001 macro
Completed in 9 milliseconds