patch-2.2.0-pre4 linux/fs/ntfs/support.h

Next file: linux/fs/ntfs/sysctl.h
Previous file: linux/fs/ntfs/support.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre3/linux/fs/ntfs/support.h linux/fs/ntfs/support.h
@@ -8,6 +8,16 @@
 /* Debug levels */
 #define DEBUG_OTHER	1
 #define DEBUG_MALLOC	2
+#define DEBUG_BSD       4
+#define DEBUG_LINUX     8
+#define DEBUG_DIR1     16
+#define DEBUG_DIR2     32
+#define DEBUG_DIR3     64
+#define DEBUG_FILE1   128
+#define DEBUG_FILE2   256
+#define DEBUG_FILE3   512
+#define DEBUG_NAME1  1024
+#define DEBUG_NAME2  2048
 
 void ntfs_debug(int mask, const char *fmt, ...);
 #ifdef NTFS_IN_LINUX_KERNEL
@@ -19,8 +29,8 @@
 void ntfs_free(void *block);
 #endif
 void ntfs_bzero(void *s, int n);
-void *ntfs_memcpy(void *dest, const void *src, ntfs_size_t n);
-void *ntfs_memmove(void *dest, const void *src, ntfs_size_t n);
+void ntfs_memcpy(void *dest, const void *src, ntfs_size_t n);
+void ntfs_memmove(void *dest, const void *src, ntfs_size_t n);
 void ntfs_error(const char *fmt,...);
 int ntfs_read_mft_record(ntfs_volume *vol, int mftno, char *buf);
 int ntfs_getput_clusters(ntfs_volume *pvol, int cluster, ntfs_size_t offs,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov