Searched refs:FECharge (Results 1 – 6 of 6) sorted by relevance
1355 ASSERT(!Dloc->DirIndex->FECharge.Mapping); in UDFDiscardFESpace()1597 …((lim = ((DirInfo->Dloc->FE_Flags & UDF_FE_FLAG_IS_SDIR) ? Vcb->FEChargeSDir : Vcb->FECharge)) <= … in UDFAllocateFESpace()1603 Ext = &(DirInfo->Dloc->DirIndex->FECharge); in UDFAllocateFESpace()1739 (Ext = &(DirInfo->Dloc->DirIndex->FECharge))->Mapping) { in UDFFreeFESpace()1744 lim = (DirInfo->Dloc->FE_Flags & UDF_FE_FLAG_IS_SDIR) ? Vcb->FEChargeSDir : Vcb->FECharge; in UDFFreeFESpace()1786 if(!(Mapping = Dloc->DirIndex->FECharge.Mapping)) in UDFFlushFESpace()1789 lim = (Dloc->FE_Flags & UDF_FE_FLAG_IS_SDIR) ? Vcb->FEChargeSDir : Vcb->FECharge; in UDFFlushFESpace()1795 &Dloc->DirIndex->FECharge, lim, UDF_PREALLOC_CLASS_FE))) { in UDFFlushFESpace()1796 Dloc->DirIndex->FECharge.Mapping = NULL; in UDFFlushFESpace()1800 Dloc->DirIndex->FECharge.Mapping = NULL; in UDFFlushFESpace()[all …]
140 EXTENT_INFO FECharge; // file entry charge member
146 … Vcb->LowFreeSpace = (Vcb->FreeAllocUnits < max(Vcb->FECharge,UDF_DEFAULT_FE_CHARGE)*128); in UDFEjectReqWaiter()
1803 Vcb->FECharge = UDFGetParameter(Vcb, UDF_FE_CHARGE_NAME, Update ? Vcb->FECharge : 0); in UDFReadRegKeys()1804 if(!Vcb->FECharge) in UDFReadRegKeys()1805 Vcb->FECharge = UDF_DEFAULT_FE_CHARGE; in UDFReadRegKeys()
373 Vcb->LowFreeSpace = (Vcb->FreeAllocUnits < max(Vcb->FECharge,UDF_DEFAULT_FE_CHARGE)*128); in UDFQueryFsSizeInfo()
433 ULONG FECharge; member