Lines Matching full:unlock
118 * is placed into the hardware lock/unlock routines. (ie.
126 int fd; /* file descriptor: remains open until unlock! */
699 * get_lock_matching_unlock: Return a lock which matches the given unlock lock
862 * Posix semantics during unlock. It is absolutely imperative to not
863 * unlock the main lock before the two child locks are established. Thus,
977 debuglog("Unlock matched. Querying for split\n"); in unlock_nfslock()
1014 /* Unlock the lock since it matches identity */ in unlock_nfslock()
1312 * keeps track of *individual* lock requests on lock and unlock
1314 * XXX: Split unlocking is going to make the unlock code miserable
1447 * Given a file_lock, unlock all locks which match.
1449 * Note that a given lock might have to unlock ITSELF! See
1475 * from NFS. Also, an unlock request should never allow in unlock_partialfilelock()
1484 * big unlock. in unlock_partialfilelock()
1519 /* Attempt to unlock on the hardware */ in unlock_partialfilelock()
1520 debuglog("NFS unlock granted. Attempting hardware unlock\n"); in unlock_partialfilelock()
1522 /* This call *MUST NOT* unlock the two newly allocated locks */ in unlock_partialfilelock()
1524 debuglog("HW unlock returned with code %d\n",unlhwstatus); in unlock_partialfilelock()
1528 debuglog("HW unlock granted\n"); in unlock_partialfilelock()
1534 debuglog("HW unlock denied no lock\n"); in unlock_partialfilelock()
1540 debuglog("HW unlock failed\n"); in unlock_partialfilelock()
1557 debuglog("NFS unlock failure\n"); in unlock_partialfilelock()
1565 * XXX: YECHHH!!! Attempt to unlock self succeeded in unlock_partialfilelock()
1569 debuglog("Attempt to unlock self\n"); in unlock_partialfilelock()
1618 /* Note that unlock can smash the current pointer to a lock */ in clear_partialfilelock()
1633 /* Unlock destroys ifl out from underneath */ in clear_partialfilelock()
1810 debuglog("PFL unlock granted"); in do_unlock()
1816 debuglog("PFL_NFS unlock denied"); in do_unlock()
1827 debuglog("PFL unlock resource failure"); in do_unlock()
1832 debuglog("PFL unlock *FAILED*"); in do_unlock()
1969 /* unlock a filehandle */
1971 unlock(nlm4_lock *lock, const int flags __unused) in unlock() function
1978 debuglog("Entering unlock...\n"); in unlock()
1989 debuglog("Exiting unlock...\n"); in unlock()