Searched refs:AlwaysInIcb (Results 1 – 2 of 2) sorted by relevance
/reactos/drivers/filesystems/udfs/udf_info/ |
H A D | extent.cpp | 2239 IN BOOLEAN AlwaysInIcb, // must be TRUE for AllocDescs in UDFResizeExtent() argument 2279 if(!AlwaysInIcb) // simulate unused 1st sector in extent in UDFResizeExtent() 2303 status = UDFResizeExtent(Vcb, PartNum, l2, AlwaysInIcb, ExtInfo); in UDFResizeExtent() 2312 status = UDFResizeExtent(Vcb, PartNum, l+MaxGrow, AlwaysInIcb, ExtInfo); in UDFResizeExtent() 2335 if(!AlwaysInIcb && !(ExtInfo->Offset) && in UDFResizeExtent() 2595 if(!AlwaysInIcb) { in UDFResizeExtent()
|
H A D | udf_info.h | 555 IN BOOLEAN AlwaysInIcb, // must be TRUE for AllocDescs
|