Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/udfs/udf_info/
H A Decma_167.h325 } UNALLOC_SPACE_DESC, *PUNALLOC_SPACE_DESC; typedef
327 typedef UNALLOC_SPACE_DESC UnallocatedSpaceDesc;
H A Dmount.cpp1860 …RtlCopyMemory((int8*)Extent, AllocDesc+sizeof(UNALLOC_SPACE_DESC), (((PUNALLOC_SPACE_DESC)AllocDes… in UDFVerifyFreeSpaceBitmap()
1889 … Extent = UDFMergeMappings(Extent, (PEXTENT_MAP)(AllocDesc+sizeof(UNALLOC_SPACE_DESC)) ); in UDFVerifyFreeSpaceBitmap()
1975 …RtlCopyMemory((int8*)Extent, AllocDesc+sizeof(UNALLOC_SPACE_DESC), (((PUNALLOC_SPACE_DESC)AllocDes… in UDFBuildFreeSpaceBitmap()
2004 … Extent = UDFMergeMappings(Extent, (PEXTENT_MAP)(AllocDesc+sizeof(UNALLOC_SPACE_DESC)) ); in UDFBuildFreeSpaceBitmap()