Searched refs:dlm_debug (Results 1 – 2 of 2) sorted by relevance
408 struct ocfs2_dlm_debug *dlm_debug) in ocfs2_add_lockres_tracking() argument 413 list_add(&res->l_debug_list, &dlm_debug->d_lockres_tracking); in ocfs2_add_lockres_tracking() 3011 struct ocfs2_dlm_debug *dlm_debug; in ocfs2_dlm_debug_free() local 3013 dlm_debug = container_of(kref, struct ocfs2_dlm_debug, d_refcnt); in ocfs2_dlm_debug_free() 3015 kfree(dlm_debug); in ocfs2_dlm_debug_free() 3018 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug) in ocfs2_put_dlm_debug() argument 3020 if (dlm_debug) in ocfs2_put_dlm_debug() 3021 kref_put(&dlm_debug->d_refcnt, ocfs2_dlm_debug_free); in ocfs2_put_dlm_debug() 3031 struct ocfs2_dlm_debug *dlm_debug; in ocfs2_new_dlm_debug() local 3033 dlm_debug in ocfs2_new_dlm_debug() 3057 struct ocfs2_dlm_debug *dlm_debug = priv->p_dlm_debug; ocfs2_dlm_next_res() local 3144 struct ocfs2_dlm_debug *dlm_debug = ocfs2_dlm_seq_show() local 3305 struct ocfs2_dlm_debug *dlm_debug = osb->osb_dlm_debug; ocfs2_dlm_init_debug() local 3317 struct ocfs2_dlm_debug *dlm_debug = osb->osb_dlm_debug; ocfs2_dlm_shutdown_debug() local [all...]
192 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug);