MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / Ext2FreeExtent

Function Ext2FreeExtent

Ext4Fsd/memory.c:504–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504VOID
505Ext2FreeExtent (IN PEXT2_EXTENT Extent)
506{
507 ASSERT(Extent != NULL);
508 ExFreeToNPagedLookasideList(&(Ext2Global->Ext2ExtLookasideList), Extent);
509 DEC_MEM_COUNT(PS_EXTENT, Extent, sizeof(EXT2_EXTENT));
510}
511
512ULONG
513Ext2CountExtents(IN PEXT2_EXTENT Chain)

Callers 2

bmapFunction · 0.85
Ext2DestroyExtentChainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected