Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/ext2/src/
H A Dblock.c282 pContext = Ext2AllocatePool(NonPagedPool, sizeof(EXT2_RW_CONTEXT), EXT2_RWC_MAGIC); in Ext2ReadWriteBlocks()
501 Event = Ext2AllocatePool(NonPagedPool, sizeof(KEVENT), 'EK2E'); in Ext2ReadSync()
575 Buf = Ext2AllocatePool(PagedPool, Length, EXT2_DATA_MAGIC); in Ext2ReadDisk()
H A Ddirctl.c461 Unicode.Buffer = Ext2AllocatePool( in Ext2FillEntry()
703 Ext2AllocatePool(PagedPool, FileName->Length, in Ext2QueryDirectory()
739 Ext2AllocatePool(PagedPool, 4, EXT2_DIRSP_MAGIC); in Ext2QueryDirectory()
801 pDir = Ext2AllocatePool( in Ext2QueryDirectory()
883 Unicode.Buffer = Ext2AllocatePool( in Ext2QueryDirectory()
H A Ddebug.c2614 Ext2AllocatePool( in Ext2AllocatePool() function
2684 Ext2AllocatePool( in Ext2AllocatePool() function
H A Dinit.c325 (PWSTR) Ext2AllocatePool( in Ext2QueryRegistrySettings()
525 Ext2Global = Ext2AllocatePool(NonPagedPool, sizeof(EXT2_GLOBAL), 'LG2E'); in DriverEntry()
H A Dcreate.c107 OemName.Buffer = Ext2AllocatePool(PagedPool, in Ext2FollowLink()
144 UniName.Buffer = Ext2AllocatePool(PagedPool, in Ext2FollowLink()
949 FileName.Buffer = Ext2AllocatePool( in Ext2CreateFile()
H A Dfsctl.c722 PartialRuns = Ext2AllocatePool( in Ext2QueryExtentMappings()
1451 OemNameBuffer = OemName.Buffer = Ext2AllocatePool(NonPagedPool, in Ext2GetReparsePoint()
1667 OemNameBuffer = OemName.Buffer = Ext2AllocatePool(PagedPool, in Ext2SetReparsePoint()
H A Dwrite.c149 Context = Ext2AllocatePool( in Ext2StartFloppyFlushDpc()
H A Dmemory.c1396 Target->Buffer = Ext2AllocatePool( in Ext2BuildName()
1982 UniBuffer = Ext2AllocatePool(PagedPool, 1024, EXT2_PARAM_MAGIC);
/reactos/drivers/filesystems/ext2/inc/linux/
H A Dmodule.h1112 PVOID Ext2AllocatePool(
1125 #define kmalloc(size, gfp) Ext2AllocatePool(NonPagedPool, size, 'JBDM')
/reactos/drivers/filesystems/ext2/src/ext3/
H A Dindirect.c44 pData = (ULONG *) Ext2AllocatePool( in Ext2ExpandLast()
H A Dgeneric.c37 Ext2AllocatePool( in Ext2LoadSuper()
2132 Ext2AllocatePool( in Ext2SetParentEntry()
/reactos/drivers/filesystems/ext2/inc/
H A Dext2fs.h1510 PVOID Ext2AllocatePool(