Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ocfs2/dlm/
Ddlmdebug.c356 struct dlm_debug_ctxt *dc; in dlm_debug_free()
358 dc = container_of(kref, struct dlm_debug_ctxt, debug_refcnt); in dlm_debug_free()
363 static void dlm_debug_put(struct dlm_debug_ctxt *dc) in dlm_debug_put()
369 static void dlm_debug_get(struct dlm_debug_ctxt *dc) in dlm_debug_get()
909 struct dlm_debug_ctxt *dc = dlm->dlm_debug_ctxt; in dlm_debug_init()
963 struct dlm_debug_ctxt *dc = dlm->dlm_debug_ctxt; in dlm_debug_shutdown()
984 dlm->dlm_debug_ctxt = kzalloc(sizeof(struct dlm_debug_ctxt), in dlm_create_debugfs_subroot()
986 if (!dlm->dlm_debug_ctxt) { in dlm_create_debugfs_subroot()
990 kref_init(&dlm->dlm_debug_ctxt->debug_refcnt); in dlm_create_debugfs_subroot()
Ddlmdebug.h32 struct dlm_debug_ctxt { struct
Ddlmcommon.h160 struct dlm_debug_ctxt *dlm_debug_ctxt; member