Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/udfs/udf_info/
H A Dudf_rel.h427 #define LBA_NOT_ALLOCATED ((ULONG)(-2)) macro
H A Dextent.cpp1403 AllocCache[i].ParentLocation = LBA_NOT_ALLOCATED; in UDFInitAllocationCache()
1446 AllocCache[i].ParentLocation = LBA_NOT_ALLOCATED; in UDFGetCachedAllocation()
1479 if(AllocCache[i].ParentLocation == LBA_NOT_ALLOCATED) { in UDFStoreCachedAllocation()
1527 if(AllocCache[i].ParentLocation != LBA_NOT_ALLOCATED) { in UDFFlushAllCachedAllocations()
2529 ASSERT(lba != LBA_NOT_ALLOCATED); in UDFResizeExtent()
3132 SubExtInfo->extLocation = LBA_NOT_ALLOCATED; in UDFReadExtentLocation()
/reactos/drivers/filesystems/udfs/
H A Dfscntrl.cpp2336 if(SubMapping[i].extLocation == LBA_NOT_ALLOCATED) { in UDFGetRetrievalPointers()