Home
last modified time | relevance | path

Searched refs:ls_orphans (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/dlm/
H A Ddlm_internal.h542 struct list_head ls_orphans; member
H A Dlockspace.c532 INIT_LIST_HEAD(&ls->ls_orphans); in new_lockspace()
H A Dlock.c5921 list_for_each_entry(iter, &ls->ls_orphans, lkb_ownqueue) { in dlm_user_adopt_orphan()
5963 * The lkb reference from the ls_orphans list was not in dlm_user_adopt_orphan()
6119 hold_lkb(lkb); /* reference for the ls_orphans list */ in orphan_proc_lock()
6121 list_add_tail(&lkb->lkb_ownqueue, &ls->ls_orphans); in orphan_proc_lock()
6276 list_for_each_entry_safe(lkb, safe, &ls->ls_orphans, lkb_ownqueue) { in do_purge()
/kernel/linux/linux-6.6/fs/dlm/
H A Ddlm_internal.h571 struct list_head ls_orphans; member
H A Dlockspace.c519 INIT_LIST_HEAD(&ls->ls_orphans); in new_lockspace()
H A Dlock.c5688 list_for_each_entry(iter, &ls->ls_orphans, lkb_ownqueue) { in dlm_user_adopt_orphan()
5730 * The lkb reference from the ls_orphans list was not in dlm_user_adopt_orphan()
5895 hold_lkb(lkb); /* reference for the ls_orphans list */ in orphan_proc_lock()
5897 list_add_tail(&lkb->lkb_ownqueue, &ls->ls_orphans); in orphan_proc_lock()
6049 list_for_each_entry_safe(lkb, safe, &ls->ls_orphans, lkb_ownqueue) { in do_purge()

Completed in 23 milliseconds