Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/dlm/
Ddlmdebug.h32 struct dlm_debug_ctxt { struct
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()
Ddlmcommon.h160 struct dlm_debug_ctxt *dlm_debug_ctxt; member