Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/ntfs/
H A Dntfs.c145 ExInitializeNPagedLookasideList(&NtfsGlobalData->AttrCtxtLookasideList, in DriverEntry()
H A Dmft.c45 Context = ExAllocateFromNPagedLookasideList(&NtfsGlobalData->AttrCtxtLookasideList); in PrepareAttributeContext()
57 ExFreeToNPagedLookasideList(&NtfsGlobalData->AttrCtxtLookasideList, Context); in PrepareAttributeContext()
94 ExFreeToNPagedLookasideList(&NtfsGlobalData->AttrCtxtLookasideList, Context); in PrepareAttributeContext()
116 ExFreeToNPagedLookasideList(&NtfsGlobalData->AttrCtxtLookasideList, Context); in ReleaseAttributeContext()
H A Dntfs.h154 NPAGED_LOOKASIDE_LIST AttrCtxtLookasideList; member