~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to include/trace/events/btrfs.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
                { BTRFS_SHARED_DATA_REF_KEY,    "SHARED_DATA_REF" })
29
29
 
30
30
#define __show_root_type(obj)                                           \
31
 
        __print_symbolic(obj,                                           \
 
31
        __print_symbolic_u64(obj,                                       \
32
32
                { BTRFS_ROOT_TREE_OBJECTID,     "ROOT_TREE"     },      \
33
33
                { BTRFS_EXTENT_TREE_OBJECTID,   "EXTENT_TREE"   },      \
34
34
                { BTRFS_CHUNK_TREE_OBJECTID,    "CHUNK_TREE"    },      \
125
125
);
126
126
 
127
127
#define __show_map_type(type)                                           \
128
 
        __print_symbolic(type,                                          \
 
128
        __print_symbolic_u64(type,                                      \
129
129
                { EXTENT_MAP_LAST_BYTE, "LAST_BYTE"     },              \
130
130
                { EXTENT_MAP_HOLE,      "HOLE"          },              \
131
131
                { EXTENT_MAP_INLINE,    "INLINE"        },              \