Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/udfs/udf_info/
H A Dextent.cpp2239 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 Dudf_info.h555 IN BOOLEAN AlwaysInIcb, // must be TRUE for AllocDescs