Home
last modified time | relevance | path

Searched refs:nlm_status_code_end (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/lockd/
H A Dtrace.h24 nlm_status_code_end(FAILED)
31 nlm_status_code_end(LCK_DENIED_GRACE_PERIOD)
35 #undef nlm_status_code_end
37 #define nlm_status_code_end(x) TRACE_DEFINE_ENUM(NLM_##x); macro
42 #undef nlm_status_code_end
44 #define nlm_status_code_end(x) { NLM_##x, #x } macro