Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/udfs/udf_info/
H A Dudf_info.cpp3870 int8* NewAllocDescs; in UDFFlushFE() local
3898 if(!OS_SUCCESS(status = UDFBuildAllocDescs(Vcb, PartNum, FileInfo, &NewAllocDescs))) { in UDFFlushFE()
3900 if(NewAllocDescs) in UDFFlushFE()
3901 MyFreePool__(NewAllocDescs); in UDFFlushFE()
3915 if(NewAllocDescs) { in UDFFlushFE()
3919 …Dloc->AllocLoc), 0, (uint32)(FileInfo->Dloc->AllocLoc.Length), FALSE, NewAllocDescs, &WrittenBytes… in UDFFlushFE()
3920 MyFreePool__(NewAllocDescs); in UDFFlushFE()