Lines Matching refs:E_
116 E_(FSCACHE_VOLUME_IS_WEIRD, "volume_weird")
130 E_(cachefiles_obj_see_withdrawal, "SEE withdrawal")
148 E_(cachefiles_coherency_vol_set_ok, "VOL SET ok ")
153 E_(cachefiles_trunc_shrink, "SHRINK")
163 E_(cachefiles_trace_read_seek_nxio, "seek-enxio")
182 E_(cachefiles_trace_write_error, "write")
189 #undef E_
191 #define E_(a, b) TRACE_DEFINE_ENUM(a);
201 * Now redefine the EM() and E_() macros to map the enums to the strings that
205 #undef E_
207 #define E_(a, b) { a, b }