Lines Matching refs:list
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
18 * practice, because this will only cause functions traversing the list
52 * The list of blocked locks to retry
87 * Insert a blocked lock into the global list
112 * so we will be adding to the end of the list - good
128 * Remove a block from the global list
251 /* Add to file's list of blocks */
278 /* Remove block from list */
291 /* Remove block from file's list of blocks */
323 * the global retry list - why? */
346 list_del(&lockowner->list);
355 list_for_each_entry(lockowner, &host->h_lockowners, list) {
381 list_add(&new->list, &host->h_lockowners);
539 * to put it back on lockd's block list
562 /* Append to list of blocked */
813 /* Unlink block request from list */
857 /* keep block on the list, but don't reattempt until the RPC
890 /* if the block is not on a list at this point then it has
893 * FIXME: it's possible that the block is removed from the list