summaryrefslogtreecommitdiffstats
path: root/fs/ntfs/support.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-02-15 02:15:32 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-02-15 02:15:32 +0000
commit86464aed71025541805e7b1515541aee89879e33 (patch)
treee01a457a4912a8553bc65524aa3125d51f29f810 /fs/ntfs/support.h
parent88f99939ecc6a95a79614574cb7d95ffccfc3466 (diff)
Merge with Linux 2.2.1.
Diffstat (limited to 'fs/ntfs/support.h')
-rw-r--r--fs/ntfs/support.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/fs/ntfs/support.h b/fs/ntfs/support.h
index b6def5c56..329511fab 100644
--- a/fs/ntfs/support.h
+++ b/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_malloc(int size);
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,