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

/linux-master/fs/dlm/
H A Ddlm_internal.h571 struct list_head ls_orphans; member in struct:dlm_ls
H A Dlockspace.c519 INIT_LIST_HEAD(&ls->ls_orphans);
H A Dlock.c5730 list_for_each_entry(iter, &ls->ls_orphans, lkb_ownqueue) {
5772 * The lkb reference from the ls_orphans list was not
5937 hold_lkb(lkb); /* reference for the ls_orphans list */
5939 list_add_tail(&lkb->lkb_ownqueue, &ls->ls_orphans);
6091 list_for_each_entry_safe(lkb, safe, &ls->ls_orphans, lkb_ownqueue) {

Completed in 205 milliseconds