Home
last modified time | relevance | path

Searched refs:l_debug_list (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddlmglue.c413 list_add(&res->l_debug_list, &dlm_debug->d_lockres_tracking); in ocfs2_add_lockres_tracking()
420 if (!list_empty(&res->l_debug_list)) in ocfs2_remove_lockres_tracking()
421 list_del_init(&res->l_debug_list); in ocfs2_remove_lockres_tracking()
3053 list_for_each_entry(iter, &start->l_debug_list, l_debug_list) { in ocfs2_dlm_next_res()
3055 if (&iter->l_debug_list == &dlm_debug->d_lockres_tracking) { in ocfs2_dlm_next_res()
3106 list_del_init(&dummy->l_debug_list); in ocfs2_dlm_seq_next()
3108 list_add(&dummy->l_debug_list, &iter->l_debug_list); in ocfs2_dlm_seq_next()
3282 INIT_LIST_HEAD(&priv->p_iter_res.l_debug_list); in ocfs2_dlm_debug_open()
[all...]
H A Docfs2.h190 struct list_head l_debug_list; member
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddlmglue.c412 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()
3063 list_for_each_entry(iter, &start->l_debug_list, l_debug_list) { in ocfs2_dlm_next_res()
3065 if (&iter->l_debug_list == &dlm_debug->d_lockres_tracking) { in ocfs2_dlm_next_res()
3116 list_del_init(&dummy->l_debug_list); in ocfs2_dlm_seq_next()
3118 list_add(&dummy->l_debug_list, &iter->l_debug_list); in ocfs2_dlm_seq_next()
3292 INIT_LIST_HEAD(&priv->p_iter_res.l_debug_list); in ocfs2_dlm_debug_open()
[all...]
H A Docfs2.h188 struct list_head l_debug_list; member

Completed in 17 milliseconds