Lines Matching defs:unlock
2036 * Handle the unlock case by calling nfsrv_updatelock().
2037 * (Should I have done some access checking above for unlock? For now,
3673 int unlock = 0, myfile = 0;
3680 unlock = 1;
3708 * This lock can be absorbed by the new lock/unlock.
3712 * unlock.
3758 * For unlock, we use new_lop as other_lop and tmp, since
3760 * We noted the unlock case above, so we don't need
3765 if (!unlock)
3766 panic("nfsd srv update unlock");
3791 if (!unlock) {
4926 * When getting the lock, unlock the vnode, so other nfsds that
5473 * call fails. If it returns an error, it will unlock the list.
5537 * Local lock unlock. Unlock all byte ranges that are no longer locked
5538 * by NFSv4. To do this, unlock any subranges of first-->end that
5575 * segment to unlock, so set end to the
5591 /* Unlock this segment */
5724 * Unlock the struct nfslockfile after local lock updating.