Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/fastfat/
H A Dfatinit.c388 ExInitializeNPagedLookasideList( &FatNonPagedFcbLookasideList, in DriverEntry()
469 ExDeleteNPagedLookasideList (&FatNonPagedFcbLookasideList); in _Function_class_()
H A Dfatdata.h28 extern NPAGED_LOOKASIDE_LIST FatNonPagedFcbLookasideList;
H A Dfatdata.c103 NPAGED_LOOKASIDE_LIST FatNonPagedFcbLookasideList; variable
H A Dstrucsup.c116 return (PNON_PAGED_FCB) ExAllocateFromNPagedLookasideList( &FatNonPagedFcbLookasideList ); in FatAllocateNonPagedFcb()
132 ExFreeToNPagedLookasideList( &FatNonPagedFcbLookasideList, (PVOID) NonPagedFcb ); in FatFreeNonPagedFcb()