Home
last modified time | relevance | path

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

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