Home
last modified time | relevance | path

Searched refs:autofs_wait_queue (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/autofs4/
Dwaitq.c29 struct autofs_wait_queue *wq, *nwq; in autofs4_catatonic_mode()
94 struct autofs_wait_queue *wq, in autofs4_notify_daemon()
225 static struct autofs_wait_queue *
228 struct autofs_wait_queue *wq; in autofs4_find_wait()
248 static int validate_request(struct autofs_wait_queue **wait, in validate_request()
253 struct autofs_wait_queue *wq; in validate_request()
346 struct autofs_wait_queue *wq; in autofs4_wait()
414 wq = kmalloc(sizeof(struct autofs_wait_queue),GFP_KERNEL); in autofs4_wait()
541 struct autofs_wait_queue *wq, **wql; in autofs4_wait_release()
Dautofs_i.h88 struct autofs_wait_queue { struct
90 struct autofs_wait_queue *next; argument
125 struct autofs_wait_queue *queues; /* Wait queue pointer */ argument