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

Function Ext2ClearAllExtents

Ext4Fsd/memory.c:634–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632}
633
634VOID
635Ext2ClearAllExtents(PLARGE_MCB Zone)
636{
637 __try {
638 FsRtlTruncateLargeMcb(Zone, (LONGLONG)0);
639 } __except (EXCEPTION_EXECUTE_HANDLER) {
640 DbgBreak();
641 }
642}
643
644
645BOOLEAN

Callers 9

Ext2TruncateFileFunction · 0.85
Ext2InitializeZoneFunction · 0.85
Ext2BuildExtentsFunction · 0.85
Ext2ExpandLastFunction · 0.85
Ext2ExpandBlockFunction · 0.85
Ext2TruncateBlockFunction · 0.85
Ext2TruncateIndirectFastFunction · 0.85
Ext2ExpandExtentFunction · 0.85
Ext2TruncateExtentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected