Lines Matching refs:EMe
67 EMe(BTRFS_RESERVE_FLUSH_ALL_STEAL, "BTRFS_RESERVE_FLUSH_ALL_STEAL")
72 EMe(BTRFS_FILE_EXTENT_PREALLOC, "PREALLOC")
77 EMe(BTRFS_QGROUP_RSV_META_PREALLOC, "META_PREALLOC")
90 EMe(IO_TREE_SELFTEST, "SELFTEST")
102 EMe(COMMIT_TRANS, "COMMIT_TRANS")
110 #undef EMe
112 #define EMe(a, b) TRACE_DEFINE_ENUM(a);
121 * Now redefine the EM and EMe macros to map the enums to the strings that will
126 #undef EMe
128 #define EMe(a, b) {a, b}