From 84e9d08a4bd72f106c1d97823c76410ae5076420 Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Thu, 7 Jun 2007 22:12:21 -0400 Subject: endian fixes, makefile fixes --- ctree.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ctree.h') diff --git a/ctree.h b/ctree.h index 68edbaa6..9240fef5 100644 --- a/ctree.h +++ b/ctree.h @@ -24,6 +24,16 @@ struct btrfs_trans_handle; /* 32 bytes in various csum fields */ #define BTRFS_CSUM_SIZE 32 +#define BTRFS_FT_UNKNOWN 0 +#define BTRFS_FT_REG_FILE 1 +#define BTRFS_FT_DIR 2 +#define BTRFS_FT_CHRDEV 3 +#define BTRFS_FT_BLKDEV 4 +#define BTRFS_FT_FIFO 5 +#define BTRFS_FT_SOCK 6 +#define BTRFS_FT_SYMLINK 7 +#define BTRFS_FT_MAX 8 + /* * the key defines the order in the tree, and so it also defines (optimal) * block layout. objectid corresonds to the inode number. The flags -- cgit v1.2.3