Searched refs:reallock (Results 1 – 1 of 1) sorted by relevance
1606 struct lockf_entry *reallock; in lf_cancel() local1612 LIST_FOREACH(reallock, &state->ls_pending, lf_link) { in lf_cancel()1613 if ((void *) reallock == cookie) { in lf_cancel()1619 if (!(reallock->lf_vnode == lock->lf_vnode in lf_cancel()1620 && reallock->lf_start == lock->lf_start in lf_cancel()1621 && reallock->lf_end == lock->lf_end)) { in lf_cancel()1629 if (!reallock->lf_async_task) { in lf_cancel()1641 lf_cancel_lock(state, reallock); in lf_cancel()