Move some profile stuff to NDK and fix some bugs in the executive implementation...
[reactos.git] / reactos / ntoskrnl / fs / pool.c
index 5e26f8f..0dc15b9 100644 (file)
@@ -1,11 +1,14 @@
-/* $Id: pool.c,v 1.2 2001/04/24 18:36:39 ea Exp $
+/* $Id$
  *
- * reactos/ntoskrnl/fs/pool.c
+ * COPYRIGHT:       See COPYING in the top level directory
+ * PROJECT:         ReactOS kernel
+ * FILE:            ntoskrnl/fs/pool.c
+ * PURPOSE:         No purpose listed.
  *
+ * PROGRAMMERS:     No programmer listed.
  */
-#include <ntos.h>
-#include <ddk/ntifs.h>
-#include <internal/ifs.h>
+
+#include <ntoskrnl.h>
 
 
 /**********************************************************************
@@ -13,7 +16,7 @@
  *     FsRtlAllocatePool@8
  *
  * DESCRIPTION
- *     
+ *
  * ARGUMENTS
  *
  * RETURN VALUE
@@ -21,6 +24,7 @@
  * NOTE
  *     IFS_POOL_TAG is "FSrt" in mem view.
  *
+ * @implemented
  */
 PVOID
 STDCALL
@@ -49,13 +53,15 @@ FsRtlAllocatePool (
  *     FsRtlAllocatePoolWithQuota@8
  *
  * DESCRIPTION
- *     
+ *
  * ARGUMENTS
  *
  * RETURN VALUE
  *
  * NOTE
  *     IFS_POOL_TAG is "FSrt" in mem view.
+ *
+ * @implemented
  */
 PVOID
 STDCALL
@@ -84,11 +90,12 @@ FsRtlAllocatePoolWithQuota (
  *     FsRtlAllocatePoolWithQuotaTag@12
  *
  * DESCRIPTION
- *     
+ *
  * ARGUMENTS
  *
  * RETURN VALUE
  *
+ * @implemented
  */
 PVOID
 STDCALL
@@ -118,11 +125,12 @@ FsRtlAllocatePoolWithQuotaTag (
  *     FsRtlAllocatePoolWithTag@12
  *
  * DESCRIPTION
- *     
+ *
  * ARGUMENTS
  *
  * RETURN VALUE
  *
+ * @implemented
  */
 PVOID
 STDCALL