Lines Matching defs:EMe
68 EMe(BTRFS_RESERVE_FLUSH_ALL_STEAL, "BTRFS_RESERVE_FLUSH_ALL_STEAL")
73 EMe(BTRFS_FILE_EXTENT_PREALLOC, "PREALLOC")
78 EMe(BTRFS_QGROUP_RSV_META_PREALLOC, "META_PREALLOC")
90 EMe(IO_TREE_SELFTEST, "SELFTEST")
104 EMe(RESET_ZONES, "RESET_ZONES")
112 #undef EMe
114 #define EMe(a, b) TRACE_DEFINE_ENUM(a);
123 * Now redefine the EM and EMe macros to map the enums to the strings that will
128 #undef EMe
130 #define EMe(a, b) {a, b}