Searched refs:dlm_debug_ctxt (Results 1 – 3 of 3) sorted by relevance
352 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()
32 struct dlm_debug_ctxt { struct
159 struct dlm_debug_ctxt *dlm_debug_ctxt; member