Searched refs:Ext2AllocatePool (Results 1 – 12 of 12) sorted by relevance
/reactos/drivers/filesystems/ext2/src/ |
H A D | block.c | 282 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 D | dirctl.c | 461 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 D | debug.c | 2614 Ext2AllocatePool( in Ext2AllocatePool() function 2684 Ext2AllocatePool( in Ext2AllocatePool() function
|
H A D | init.c | 325 (PWSTR) Ext2AllocatePool( in Ext2QueryRegistrySettings() 525 Ext2Global = Ext2AllocatePool(NonPagedPool, sizeof(EXT2_GLOBAL), 'LG2E'); in DriverEntry()
|
H A D | create.c | 107 OemName.Buffer = Ext2AllocatePool(PagedPool, in Ext2FollowLink() 144 UniName.Buffer = Ext2AllocatePool(PagedPool, in Ext2FollowLink() 949 FileName.Buffer = Ext2AllocatePool( in Ext2CreateFile()
|
H A D | fsctl.c | 722 PartialRuns = Ext2AllocatePool( in Ext2QueryExtentMappings() 1451 OemNameBuffer = OemName.Buffer = Ext2AllocatePool(NonPagedPool, in Ext2GetReparsePoint() 1667 OemNameBuffer = OemName.Buffer = Ext2AllocatePool(PagedPool, in Ext2SetReparsePoint()
|
H A D | write.c | 149 Context = Ext2AllocatePool( in Ext2StartFloppyFlushDpc()
|
H A D | memory.c | 1396 Target->Buffer = Ext2AllocatePool( in Ext2BuildName() 1982 UniBuffer = Ext2AllocatePool(PagedPool, 1024, EXT2_PARAM_MAGIC);
|
/reactos/drivers/filesystems/ext2/inc/linux/ |
H A D | module.h | 1112 PVOID Ext2AllocatePool( 1125 #define kmalloc(size, gfp) Ext2AllocatePool(NonPagedPool, size, 'JBDM')
|
/reactos/drivers/filesystems/ext2/src/ext3/ |
H A D | indirect.c | 44 pData = (ULONG *) Ext2AllocatePool( in Ext2ExpandLast()
|
H A D | generic.c | 37 Ext2AllocatePool( in Ext2LoadSuper() 2132 Ext2AllocatePool( in Ext2SetParentEntry()
|
/reactos/drivers/filesystems/ext2/inc/ |
H A D | ext2fs.h | 1510 PVOID Ext2AllocatePool(
|