Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/ext2/src/
H A Dinit.c93 ExDeleteNPagedLookasideList(&(Ext2Global->Ext2IrpContextLookasideList)); in DriverUnload()
749 ExInitializeNPagedLookasideList( &(Ext2Global->Ext2IrpContextLookasideList), in DriverEntry()
H A Dmemory.c48 &(Ext2Global->Ext2IrpContextLookasideList))); in Ext2AllocateIrpContext()
126 ExFreeToNPagedLookasideList(&(Ext2Global->Ext2IrpContextLookasideList), IrpContext); in Ext2FreeIrpContext()
/reactos/drivers/filesystems/ext2/inc/
H A Dext2fs.h553 NPAGED_LOOKASIDE_LIST Ext2IrpContextLookasideList; member