Lines Matching full:blocked
5 * Handling of server-side locks, mostly of the blocked variety.
13 * to a file's list of blocked locks through a semaphore. The global
14 * list of blocked locks is not protected in this fashion however.
16 * call) move blocked locks towards the head of the list *while some other
51 * The list of blocked locks to retry
86 * Insert a blocked lock into the global list
212 * the blocked lock request. The spec explicitly mentions that the client
559 /* Append to list of blocked */ in nlmsvc_lock()
698 * Cancel a previously blocked request.
786 * Unblock a blocked lock request. This is a callback invoked from the
787 * VFS layer when a lock on which we blocked is removed.
789 * This function doesn't grant the blocked lock instantly, but rather moves
829 * Try to claim a lock that was previously blocked.
848 dprintk("lockd: grant blocked lock %p\n", block); in nlmsvc_grant_blocked()
880 dprintk("lockd: lock still blocked error %d\n", error); in nlmsvc_grant_blocked()
894 dprintk("lockd: GRANTing blocked lock.\n"); in nlmsvc_grant_blocked()
917 * better not sleep. Therefore, we put the blocked lock on the nlm_blocked
1030 * Retry all blocked locks that have been notified. This is where lockd