Searched refs:fe_loc (Results 1 – 3 of 3) sorted by relevance
/reactos/drivers/filesystems/udfs/udf_info/ |
H A D | extent.cpp | 1610 ULONG fe_loc; in UDFAllocateFESpace() local 1615 fe_loc = DirInfo->Dloc->FELoc.Mapping[0].extLocation; in UDFAllocateFESpace() 1617 status = UDFGetCachedAllocation(Vcb, fe_loc, Ext, NULL, UDF_PREALLOC_CLASS_FE); in UDFAllocateFESpace() 1628 if(fe_loc > p_start + 512*16) { in UDFAllocateFESpace() 1629 l1 = fe_loc - 512*16; in UDFAllocateFESpace() 1633 if(fe_loc + 512*16 < p_end) { in UDFAllocateFESpace() 1634 l2 = fe_loc + 512*16; in UDFAllocateFESpace() 1640 …tus = UDFAllocFreeExtent(Vcb, lim << Vcb->LBlockSizeBits, (p_start+fe_loc)/2, (fe_loc+p_end)/2, Ex… in UDFAllocateFESpace()
|
H A D | udf_info.cpp | 1065 IN PLONG_AD fe_loc, in UDFLoadExtInfo() argument 1073 FExtInfo->Mapping = UDFReadMappingFromXEntry(Vcb, fe_loc->extLocation.partitionReferenceNum, in UDFLoadExtInfo() 1078 TmpExt.extLength = fe_loc->extLength; in UDFLoadExtInfo() 1079 TmpExt.extLocation = UDFPartLbaToPhys(Vcb, &(fe_loc->extLocation)); in UDFLoadExtInfo()
|
H A D | udf_info.h | 464 IN PLONG_AD fe_loc,
|