Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/ext2/src/
H A Dfsctl.c678 PLARGE_INTEGER MappedRuns = NULL; in Ext2QueryExtentMappings() local
736 if (MappedRuns) { in Ext2QueryExtentMappings()
738 MappedRuns, in Ext2QueryExtentMappings()
740 Ext2FreePool(MappedRuns, 'RE2E'); in Ext2QueryExtentMappings()
742 MappedRuns = PartialRuns; in Ext2QueryExtentMappings()
754 *pMappedRuns = MappedRuns; in Ext2QueryExtentMappings()
759 if (MappedRuns) { in Ext2QueryExtentMappings()
760 Ext2FreePool(MappedRuns, 'RE2E'); in Ext2QueryExtentMappings()
1106 PLARGE_INTEGER MappedRuns = NULL; in Ext2GetRetrievalPointers()
1113 &MappedRuns in Ext2GetRetrievalPointers()
[all …]