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

Function Ext2FreeEntry

Ext4Fsd/memory.c:432–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432VOID Ext2FreeEntry (IN struct dentry *de)
433{
434 ASSERT(de != NULL);
435
436 if (de->d_name.name)
437 ExFreePool(de->d_name.name);
438
439 ExFreeToNPagedLookasideList(&(Ext2Global->Ext2DentryLookasideList), de);
440 DEC_MEM_COUNT(PS_DENTRY, de, sizeof(struct dentry));
441}
442
443
444struct dentry *Ext2BuildEntry(PEXT2_VCB Vcb, PEXT2_MCB Dcb, PUNICODE_STRING FileName)

Callers 7

Ext2SetRenameInfoFunction · 0.85
Ext2BuildEntryFunction · 0.85
Ext2FreeMcbFunction · 0.85
Ext2LookupFileFunction · 0.85
Ext2ScanDirFunction · 0.85
Ext2CreateInodeFunction · 0.85
Ext2AddEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected