Lines Matching defs:E_
328 E_(afs_call_trace_work, "QUEUE")
351 E_(afs_server_trace_update, "UPDATE")
367 E_(afs_volume_trace_remove, "REMOVE ")
405 E_(afs_cell_trace_wait, "WAIT ")
457 E_(yfs_FS_UpdateSymlink, "YFS.UpdateSymlink")
464 E_(afs_VL_GetCapabilities, "VL.GetCapabilities")
475 E_(afs_CB_ProbeUuid, "CB.ProbeUuid")
490 E_(yfs_CB_CallBack, "YFSCB.CallBack")
500 E_(afs_edit_dir_delete_noent, "d_nent")
513 E_(afs_edit_dir_for_unlink, "Unlink")
532 E_(afs_eproto_yvl_vlendpt_type, "YVL.VlEndType")
539 E_(afs_io_error_vl_probe_fail, "VL_PROBE_FAIL")
549 E_(afs_file_error_writeback_fail, "WRITEBACK_FAILED")
554 E_(F_UNLCK, "UNLCK")
564 E_(AFS_VNODE_LOCK_DELETED, "DELETED")
585 E_(afs_flock_would_block, "EWOULDBL")
599 E_(afs_flock_op_wake, "WAKE ")
609 E_(afs_cb_break_for_zap, "break-zap")
615 #undef E_
617 #define E_(a, b) TRACE_DEFINE_ENUM(a);
636 * Now redefine the EM() and E_() macros to map the enums to the strings that
640 #undef E_
642 #define E_(a, b) { a, b }