Searched refs:VD_WRITE_NO_ALLOC (Results 1 - 8 of 8) sorted by relevance

/vbox/include/VBox/
H A Dvd-image-backend.h39 #define VD_WRITE_NO_ALLOC RT_BIT(1) macro
/vbox/src/VBox/Storage/
H A DParallels.cpp693 if (fWrite & VD_WRITE_NO_ALLOC)
H A DQCOW.cpp1789 && !(fWrite & VD_WRITE_NO_ALLOC))
H A DQED.cpp1883 && !(fWrite & VD_WRITE_NO_ALLOC))
H A DVHD.cpp1648 if ( (fWrite & VD_WRITE_NO_ALLOC)
H A DVDI.cpp1694 && !(fWrite & VD_WRITE_NO_ALLOC))
H A DVD.cpp3008 ? 0 : VD_WRITE_NO_ALLOC;
8770 &cbPreRead, &cbPostRead, VD_WRITE_NO_ALLOC);
H A DVMDK.cpp5909 if (!(fWrite & VD_WRITE_NO_ALLOC))

Completed in 117 milliseconds