Searched refs:LBA_NOT_ALLOCATED (Results 1 – 3 of 3) sorted by relevance
427 #define LBA_NOT_ALLOCATED ((ULONG)(-2)) macro
1403 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()
2336 if(SubMapping[i].extLocation == LBA_NOT_ALLOCATED) { in UDFGetRetrievalPointers()