l_debug_list      413 fs/ocfs2/dlmglue.c 	list_add(&res->l_debug_list, &dlm_debug->d_lockres_tracking);
l_debug_list      420 fs/ocfs2/dlmglue.c 	if (!list_empty(&res->l_debug_list))
l_debug_list      421 fs/ocfs2/dlmglue.c 		list_del_init(&res->l_debug_list);
l_debug_list     3032 fs/ocfs2/dlmglue.c 	list_for_each_entry(iter, &start->l_debug_list, l_debug_list) {
l_debug_list     3034 fs/ocfs2/dlmglue.c 		if (&iter->l_debug_list == &dlm_debug->d_lockres_tracking) {
l_debug_list     3085 fs/ocfs2/dlmglue.c 	list_del_init(&dummy->l_debug_list);
l_debug_list     3087 fs/ocfs2/dlmglue.c 		list_add(&dummy->l_debug_list, &iter->l_debug_list);
l_debug_list     3261 fs/ocfs2/dlmglue.c 	INIT_LIST_HEAD(&priv->p_iter_res.l_debug_list);
l_debug_list      190 fs/ocfs2/ocfs2.h 	struct list_head         l_debug_list;