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

/linux-4.4.14/fs/ocfs2/dlm/
H A Ddlmdebug.h32 struct dlm_debug_ctxt { struct
H A Ddlmdebug.c352 struct dlm_debug_ctxt *dc; dlm_debug_free()
354 dc = container_of(kref, struct dlm_debug_ctxt, debug_refcnt); dlm_debug_free()
359 static void dlm_debug_put(struct dlm_debug_ctxt *dc) dlm_debug_put()
365 static void dlm_debug_get(struct dlm_debug_ctxt *dc) dlm_debug_get()
891 struct dlm_debug_ctxt *dc = dlm->dlm_debug_ctxt; dlm_debug_init()
945 struct dlm_debug_ctxt *dc = dlm->dlm_debug_ctxt; dlm_debug_shutdown()
966 dlm->dlm_debug_ctxt = kzalloc(sizeof(struct dlm_debug_ctxt), dlm_create_debugfs_subroot()
968 if (!dlm->dlm_debug_ctxt) { dlm_create_debugfs_subroot()
972 kref_init(&dlm->dlm_debug_ctxt->debug_refcnt); dlm_create_debugfs_subroot()
H A Ddlmcommon.h159 struct dlm_debug_ctxt *dlm_debug_ctxt; member in struct:dlm_ctxt

Completed in 51 milliseconds