Searched refs:dlm_debug_ctxt (Results 1 – 3 of 3) sorted by relevance
355 struct dlm_debug_ctxt *dc; in dlm_debug_free()357 dc = container_of(kref, struct dlm_debug_ctxt, debug_refcnt); in dlm_debug_free()362 static void dlm_debug_put(struct dlm_debug_ctxt *dc) in dlm_debug_put()368 static void dlm_debug_get(struct dlm_debug_ctxt *dc) in dlm_debug_get()902 struct dlm_debug_ctxt *dc = dlm->dlm_debug_ctxt; in dlm_debug_init()956 struct dlm_debug_ctxt *dc = dlm->dlm_debug_ctxt; in dlm_debug_shutdown()977 dlm->dlm_debug_ctxt = kzalloc(sizeof(struct dlm_debug_ctxt), in dlm_create_debugfs_subroot()979 if (!dlm->dlm_debug_ctxt) { in dlm_create_debugfs_subroot()983 kref_init(&dlm->dlm_debug_ctxt->debug_refcnt); in dlm_create_debugfs_subroot()
32 struct dlm_debug_ctxt { struct
159 struct dlm_debug_ctxt *dlm_debug_ctxt; member