30 #ifdef CONFIG_DEBUG_FS
32 struct dlm_debug_ctxt {
33 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;
40 struct debug_lockres {
50 int dlm_create_debugfs_subroot(
struct dlm_ctxt *
dlm);
51 void dlm_destroy_debugfs_subroot(
struct dlm_ctxt *
dlm);
53 int dlm_create_debugfs_root(
void);
54 void dlm_destroy_debugfs_root(
void);
58 static inline int dlm_debug_init(
struct dlm_ctxt *
dlm)
62 static inline void dlm_debug_shutdown(
struct dlm_ctxt *
dlm)
65 static inline int dlm_create_debugfs_subroot(
struct dlm_ctxt *
dlm)
69 static inline void dlm_destroy_debugfs_subroot(
struct dlm_ctxt *
dlm)
72 static inline int dlm_create_debugfs_root(
void)
76 static inline void dlm_destroy_debugfs_root(
void)