Lines Matching full:wait
29 sbi->queues = NULL; /* Erase all wait queues */ in autofs_catatonic_mode()
92 pr_debug("wait id = 0x%08lx, name = %.*s, type=%d\n", in autofs_notify_daemon()
199 * found or NULL to idicate a new wait needs to be created.
202 static int validate_request(struct autofs_wait_queue **wait, in validate_request() argument
214 /* Wait in progress, continue; */ in validate_request()
217 *wait = wq; in validate_request()
221 *wait = NULL; in validate_request()
229 * If we've been asked to wait on an existing expire (NFY_NONE) in validate_request()
230 * but there is no wait in the queue ... in validate_request()
235 * wait or it finished while we waited on the mutex. in validate_request()
236 * So we need to wait till either, the wait appears in validate_request()
251 *wait = wq; in validate_request()
258 * cases where we wait on NFY_NONE neither depend on the in validate_request()
259 * return status of the wait. in validate_request()
275 * on the wait queue mutex we can return success. If it in validate_request()
315 /* In catatonic mode, we don't wait for nobody */ in autofs_wait()
331 * A wait for a negative dentry is invalid for certain in autofs_wait()
378 /* Create a new wait queue */ in autofs_wait()
419 pr_debug("new wait id = 0x%08lx, name = %.*s, nfy=%d\n", in autofs_wait()
429 pr_debug("existing wait id = 0x%08lx, name = %.*s, nfy=%d\n", in autofs_wait()
505 wq->name.name = NULL; /* Do not wait on this queue */ in autofs_wait_release()