Searched refs:l_debug_list (Results 1 – 2 of 2) sorted by relevance
412 list_add(&res->l_debug_list, &dlm_debug->d_lockres_tracking); in ocfs2_add_lockres_tracking()419 if (!list_empty(&res->l_debug_list)) in ocfs2_remove_lockres_tracking()420 list_del_init(&res->l_debug_list); in ocfs2_remove_lockres_tracking()3060 list_for_each_entry(iter, &start->l_debug_list, l_debug_list) { in ocfs2_dlm_next_res()3062 if (&iter->l_debug_list == &dlm_debug->d_lockres_tracking) { in ocfs2_dlm_next_res()3113 list_del_init(&dummy->l_debug_list); in ocfs2_dlm_seq_next()3115 list_add(&dummy->l_debug_list, &iter->l_debug_list); in ocfs2_dlm_seq_next()3289 INIT_LIST_HEAD(&priv->p_iter_res.l_debug_list); in ocfs2_dlm_debug_open()
188 struct list_head l_debug_list; member