dlm_debug         408 fs/ocfs2/dlmglue.c 				       struct ocfs2_dlm_debug *dlm_debug)
dlm_debug         413 fs/ocfs2/dlmglue.c 	list_add(&res->l_debug_list, &dlm_debug->d_lockres_tracking);
dlm_debug        2982 fs/ocfs2/dlmglue.c 	struct ocfs2_dlm_debug *dlm_debug;
dlm_debug        2984 fs/ocfs2/dlmglue.c 	dlm_debug = container_of(kref, struct ocfs2_dlm_debug, d_refcnt);
dlm_debug        2986 fs/ocfs2/dlmglue.c 	kfree(dlm_debug);
dlm_debug        2989 fs/ocfs2/dlmglue.c void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug)
dlm_debug        2991 fs/ocfs2/dlmglue.c 	if (dlm_debug)
dlm_debug        2992 fs/ocfs2/dlmglue.c 		kref_put(&dlm_debug->d_refcnt, ocfs2_dlm_debug_free);
dlm_debug        3002 fs/ocfs2/dlmglue.c 	struct ocfs2_dlm_debug *dlm_debug;
dlm_debug        3004 fs/ocfs2/dlmglue.c 	dlm_debug = kmalloc(sizeof(struct ocfs2_dlm_debug), GFP_KERNEL);
dlm_debug        3005 fs/ocfs2/dlmglue.c 	if (!dlm_debug) {
dlm_debug        3010 fs/ocfs2/dlmglue.c 	kref_init(&dlm_debug->d_refcnt);
dlm_debug        3011 fs/ocfs2/dlmglue.c 	INIT_LIST_HEAD(&dlm_debug->d_lockres_tracking);
dlm_debug        3012 fs/ocfs2/dlmglue.c 	dlm_debug->d_filter_secs = 0;
dlm_debug        3014 fs/ocfs2/dlmglue.c 	return dlm_debug;
dlm_debug        3028 fs/ocfs2/dlmglue.c 	struct ocfs2_dlm_debug *dlm_debug = priv->p_dlm_debug;
dlm_debug        3034 fs/ocfs2/dlmglue.c 		if (&iter->l_debug_list == &dlm_debug->d_lockres_tracking) {
dlm_debug        3114 fs/ocfs2/dlmglue.c 	struct ocfs2_dlm_debug *dlm_debug =
dlm_debug        3122 fs/ocfs2/dlmglue.c 	if (!lockres->l_lock_wait && dlm_debug->d_filter_secs) {
dlm_debug        3135 fs/ocfs2/dlmglue.c 		if (div_u64(now - last, 1000000) > dlm_debug->d_filter_secs)
dlm_debug        3278 fs/ocfs2/dlmglue.c 	struct ocfs2_dlm_debug *dlm_debug = osb->osb_dlm_debug;
dlm_debug        3284 fs/ocfs2/dlmglue.c 			   &dlm_debug->d_filter_secs);
dlm_debug        3285 fs/ocfs2/dlmglue.c 	ocfs2_get_dlm_debug(dlm_debug);
dlm_debug        3290 fs/ocfs2/dlmglue.c 	struct ocfs2_dlm_debug *dlm_debug = osb->osb_dlm_debug;
dlm_debug        3292 fs/ocfs2/dlmglue.c 	if (dlm_debug)
dlm_debug        3293 fs/ocfs2/dlmglue.c 		ocfs2_put_dlm_debug(dlm_debug);
dlm_debug         196 fs/ocfs2/dlmglue.h void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug);