Home
last modified time | relevance | path

Searched refs:FECharge (Results 1 – 6 of 6) sorted by relevance

/reactos/drivers/filesystems/udfs/udf_info/
H A Dextent.cpp1355 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 …]
H A Dudf_rel.h140 EXTENT_INFO FECharge; // file entry charge member
H A Dphys_eject.cpp146 … Vcb->LowFreeSpace = (Vcb->FreeAllocUnits < max(Vcb->FECharge,UDF_DEFAULT_FE_CHARGE)*128); in UDFEjectReqWaiter()
/reactos/drivers/filesystems/udfs/
H A Dmisc.cpp1803 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()
H A Dvolinfo.cpp373 Vcb->LowFreeSpace = (Vcb->FreeAllocUnits < max(Vcb->FECharge,UDF_DEFAULT_FE_CHARGE)*128); in UDFQueryFsSizeInfo()
/reactos/drivers/filesystems/udfs/Include/
H A Dudf_common.h433 ULONG FECharge; member