Searched refs:ls_orphans (Results 1 – 3 of 3) sorted by relevance
593 struct list_head ls_orphans; member
462 INIT_LIST_HEAD(&ls->ls_orphans); in new_lockspace()
5889 list_for_each_entry(iter, &ls->ls_orphans, lkb_ownqueue) { in dlm_user_adopt_orphan() 5931 * The lkb reference from the ls_orphans list was not in dlm_user_adopt_orphan() 6096 hold_lkb(lkb); /* reference for the ls_orphans list */ in orphan_proc_lock() 6098 list_add_tail(&lkb->lkb_ownqueue, &ls->ls_orphans); in orphan_proc_lock() 6250 list_for_each_entry_safe(lkb, safe, &ls->ls_orphans, lkb_ownqueue) { in do_purge()