Searched defs:dlm_debug_ctxt (Results 1 – 2 of 2) sorted by relevance
32 struct dlm_debug_ctxt { struct33 struct kref debug_refcnt;34 struct dentry *debug_state_dentry;35 struct dentry *debug_lockres_dentry;36 struct dentry *debug_mle_dentry;37 struct dentry *debug_purgelist_dentry;
159 struct dlm_debug_ctxt *dlm_debug_ctxt; member