Home
last modified time | relevance | path

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

/fs/ocfs2/dlm/
Ddlmdebug.c871 struct dlm_debug_ctxt *dc = dlm->dlm_debug_ctxt; in dlm_debug_init()
923 struct dlm_debug_ctxt *dc = dlm->dlm_debug_ctxt; in dlm_debug_shutdown()
945 dlm->dlm_debug_ctxt = kzalloc(sizeof(struct dlm_debug_ctxt), in dlm_create_debugfs_subroot()
947 if (!dlm->dlm_debug_ctxt) { in dlm_create_debugfs_subroot()
Ddlmdebug.h32 struct dlm_debug_ctxt { struct
Ddlmcommon.h159 struct dlm_debug_ctxt *dlm_debug_ctxt; member