Searched refs:ls_orphans (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | dlm_internal.h | 542 struct list_head ls_orphans; member
|
H A D | lockspace.c | 532 INIT_LIST_HEAD(&ls->ls_orphans); in new_lockspace()
|
H A D | lock.c | 5921 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 D | dlm_internal.h | 571 struct list_head ls_orphans; member
|
H A D | lockspace.c | 519 INIT_LIST_HEAD(&ls->ls_orphans); in new_lockspace()
|
H A D | lock.c | 5688 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 20 milliseconds