Home
last modified time | relevance | path

Searched refs:l_debug_list (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Ddlmglue.c427 list_add(&res->l_debug_list, &dlm_debug->d_lockres_tracking); in ocfs2_add_lockres_tracking()
434 if (!list_empty(&res->l_debug_list)) in ocfs2_remove_lockres_tracking()
435 list_del_init(&res->l_debug_list); in ocfs2_remove_lockres_tracking()
3049 list_for_each_entry(iter, &start->l_debug_list, l_debug_list) { in ocfs2_dlm_next_res()
3051 if (&iter->l_debug_list == &dlm_debug->d_lockres_tracking) { in ocfs2_dlm_next_res()
3102 list_del_init(&dummy->l_debug_list); in ocfs2_dlm_seq_next()
3104 list_add(&dummy->l_debug_list, &iter->l_debug_list); in ocfs2_dlm_seq_next()
3240 INIT_LIST_HEAD(&priv->p_iter_res.l_debug_list); in ocfs2_dlm_debug_open()
Docfs2.h203 struct list_head l_debug_list; member