Lines Matching defs:EM

110 	EM(FSCACHE_OBJECT_IS_STALE,	"stale")		\
111 EM(FSCACHE_OBJECT_IS_WEIRD, "weird") \
112 EM(FSCACHE_OBJECT_INVALIDATED, "inval") \
113 EM(FSCACHE_OBJECT_NO_SPACE, "no_space") \
114 EM(FSCACHE_OBJECT_WAS_RETIRED, "was_retired") \
115 EM(FSCACHE_OBJECT_WAS_CULLED, "was_culled") \
119 EM(cachefiles_obj_get_ioreq, "GET ioreq") \
120 EM(cachefiles_obj_new, "NEW obj") \
121 EM(cachefiles_obj_put_alloc_fail, "PUT alloc_fail") \
122 EM(cachefiles_obj_put_detach, "PUT detach") \
123 EM(cachefiles_obj_put_ioreq, "PUT ioreq") \
124 EM(cachefiles_obj_see_clean_commit, "SEE clean_commit") \
125 EM(cachefiles_obj_see_clean_delete, "SEE clean_delete") \
126 EM(cachefiles_obj_see_clean_drop_tmp, "SEE clean_drop_tmp") \
127 EM(cachefiles_obj_see_lookup_cookie, "SEE lookup_cookie") \
128 EM(cachefiles_obj_see_lookup_failed, "SEE lookup_failed") \
129 EM(cachefiles_obj_see_withdraw_cookie, "SEE withdraw_cookie") \
133 EM(cachefiles_coherency_check_aux, "BAD aux ") \
134 EM(cachefiles_coherency_check_content, "BAD cont") \
135 EM(cachefiles_coherency_check_dirty, "BAD dirt") \
136 EM(cachefiles_coherency_check_len, "BAD len ") \
137 EM(cachefiles_coherency_check_objsize, "BAD osiz") \
138 EM(cachefiles_coherency_check_ok, "OK ") \
139 EM(cachefiles_coherency_check_type, "BAD type") \
140 EM(cachefiles_coherency_check_xattr, "BAD xatt") \
141 EM(cachefiles_coherency_set_fail, "SET fail") \
142 EM(cachefiles_coherency_set_ok, "SET ok ") \
143 EM(cachefiles_coherency_vol_check_cmp, "VOL BAD cmp ") \
144 EM(cachefiles_coherency_vol_check_ok, "VOL OK ") \
145 EM(cachefiles_coherency_vol_check_resv, "VOL BAD resv") \
146 EM(cachefiles_coherency_vol_check_xattr,"VOL BAD xatt") \
147 EM(cachefiles_coherency_vol_set_fail, "VOL SET fail") \
151 EM(cachefiles_trunc_dio_adjust, "DIOADJ") \
152 EM(cachefiles_trunc_expand_tmpfile, "EXPTMP") \
156 EM(cachefiles_trace_read_after_eof, "after-eof ") \
157 EM(cachefiles_trace_read_found_hole, "found-hole") \
158 EM(cachefiles_trace_read_found_part, "found-part") \
159 EM(cachefiles_trace_read_have_data, "have-data ") \
160 EM(cachefiles_trace_read_no_data, "no-data ") \
161 EM(cachefiles_trace_read_no_file, "no-file ") \
162 EM(cachefiles_trace_read_seek_error, "seek-error") \
166 EM(cachefiles_trace_fallocate_error, "fallocate") \
167 EM(cachefiles_trace_getxattr_error, "getxattr") \
168 EM(cachefiles_trace_link_error, "link") \
169 EM(cachefiles_trace_lookup_error, "lookup") \
170 EM(cachefiles_trace_mkdir_error, "mkdir") \
171 EM(cachefiles_trace_notify_change_error, "notify_change") \
172 EM(cachefiles_trace_open_error, "open") \
173 EM(cachefiles_trace_read_error, "read") \
174 EM(cachefiles_trace_remxattr_error, "remxattr") \
175 EM(cachefiles_trace_rename_error, "rename") \
176 EM(cachefiles_trace_seek_error, "seek") \
177 EM(cachefiles_trace_setxattr_error, "setxattr") \
178 EM(cachefiles_trace_statfs_error, "statfs") \
179 EM(cachefiles_trace_tmpfile_error, "tmpfile") \
180 EM(cachefiles_trace_trunc_error, "trunc") \
181 EM(cachefiles_trace_unlink_error, "unlink") \
188 #undef EM
190 #define EM(a, b) TRACE_DEFINE_ENUM(a);
201 * Now redefine the EM() and E_() macros to map the enums to the strings that
204 #undef EM
206 #define EM(a, b) { a, b },