Searched refs:reallock (Results 1 – 1 of 1) sorted by relevance
1593 struct lockf_entry *reallock; in lf_cancel() local1599 LIST_FOREACH(reallock, &state->ls_pending, lf_link) { in lf_cancel()1600 if ((void *) reallock == cookie) { in lf_cancel()1606 if (!(reallock->lf_vnode == lock->lf_vnode in lf_cancel()1607 && reallock->lf_start == lock->lf_start in lf_cancel()1608 && reallock->lf_end == lock->lf_end)) { in lf_cancel()1616 if (!reallock->lf_async_task) { in lf_cancel()1628 lf_cancel_lock(state, reallock); in lf_cancel()