Home
last modified time | relevance | path

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

/reactos/ntoskrnl/fsrtl/
H A Dlargemcb.c82 …if (A->RunStartVbn.QuadPart == B->RunStartVbn.QuadPart && A->RunEndVbn.QuadPart == B->RunEndVbn.Qu… in McbMappingCompare()
84 else if (A->RunEndVbn.QuadPart <= B->RunStartVbn.QuadPart) in McbMappingCompare()
187 Node.RunEndVbn.QuadPart = Vbn + SectorCount; in FsRtlAddBaseMcbEntry()
215 Node.RunEndVbn.QuadPart = HigherRun->RunEndVbn.QuadPart; in FsRtlAddBaseMcbEntry()
610 LastVbn = Run->RunEndVbn.QuadPart; in FsRtlLookupLastLargeMcbEntryAndIndex_internal()
622 *Vbn = RunFound->RunEndVbn.QuadPart - 1; in FsRtlLookupLastLargeMcbEntryAndIndex_internal()
819 NeedleRun.RunEndVbn.QuadPart = Vbn + SectorCount; in FsRtlRemoveBaseMcbEntry()
853 else if (HaystackRun->RunEndVbn.QuadPart > NeedleRun.RunEndVbn.QuadPart) in FsRtlRemoveBaseMcbEntry()
985 if (Vbn < Run->RunEndVbn.QuadPart) in FsRtlSplitBaseMcb()
997 ASSERT(Run->RunEndVbn.QuadPart + Amount > Run->RunEndVbn.QuadPart); /* overflow? */ in FsRtlSplitBaseMcb()
[all …]