lkb_ownqueue 255 fs/dlm/dlm_internal.h struct list_head lkb_ownqueue; /* list of locks for a process */ lkb_ownqueue 1193 fs/dlm/lock.c INIT_LIST_HEAD(&lkb->lkb_ownqueue); lkb_ownqueue 5829 fs/dlm/lock.c list_add_tail(&lkb->lkb_ownqueue, &ua->proc->locks); lkb_ownqueue 5907 fs/dlm/lock.c list_for_each_entry(lkb, &ls->ls_orphans, lkb_ownqueue) { lkb_ownqueue 5918 fs/dlm/lock.c list_del_init(&lkb->lkb_ownqueue); lkb_ownqueue 5955 fs/dlm/lock.c list_add_tail(&lkb->lkb_ownqueue, &ua->proc->locks); lkb_ownqueue 6000 fs/dlm/lock.c if (!list_empty(&lkb->lkb_ownqueue)) lkb_ownqueue 6001 fs/dlm/lock.c list_move(&lkb->lkb_ownqueue, &ua->proc->unlocking); lkb_ownqueue 6107 fs/dlm/lock.c list_add_tail(&lkb->lkb_ownqueue, &ls->ls_orphans); lkb_ownqueue 6150 fs/dlm/lock.c lkb = list_entry(proc->locks.next, struct dlm_lkb, lkb_ownqueue); lkb_ownqueue 6151 fs/dlm/lock.c list_del_init(&lkb->lkb_ownqueue); lkb_ownqueue 6198 fs/dlm/lock.c list_for_each_entry_safe(lkb, safe, &proc->unlocking, lkb_ownqueue) { lkb_ownqueue 6199 fs/dlm/lock.c list_del_init(&lkb->lkb_ownqueue); lkb_ownqueue 6224 fs/dlm/lock.c lkb_ownqueue); lkb_ownqueue 6225 fs/dlm/lock.c list_del_init(&lkb->lkb_ownqueue); lkb_ownqueue 6238 fs/dlm/lock.c list_for_each_entry_safe(lkb, safe, &proc->unlocking, lkb_ownqueue) { lkb_ownqueue 6239 fs/dlm/lock.c list_del_init(&lkb->lkb_ownqueue); lkb_ownqueue 6262 fs/dlm/lock.c list_for_each_entry_safe(lkb, safe, &ls->ls_orphans, lkb_ownqueue) { lkb_ownqueue 6266 fs/dlm/lock.c list_del_init(&lkb->lkb_ownqueue); lkb_ownqueue 226 fs/dlm/user.c if (!list_empty(&lkb->lkb_ownqueue)) { lkb_ownqueue 227 fs/dlm/user.c list_del_init(&lkb->lkb_ownqueue);