Home
last modified time | relevance | path

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

/linux-2.6.39/fs/autofs4/
Dwaitq.c29 struct autofs_wait_queue *wq, *nwq; in autofs4_catatonic_mode()
95 struct autofs_wait_queue *wq, in autofs4_notify_daemon()
229 static struct autofs_wait_queue *
232 struct autofs_wait_queue *wq; in autofs4_find_wait()
252 static int validate_request(struct autofs_wait_queue **wait, in validate_request()
257 struct autofs_wait_queue *wq; in validate_request()
344 struct autofs_wait_queue *wq; in autofs4_wait()
400 wq = kmalloc(sizeof(struct autofs_wait_queue),GFP_KERNEL); in autofs4_wait()
528 struct autofs_wait_queue *wq, **wql; in autofs4_wait_release()
Dautofs_i.h94 struct autofs_wait_queue { struct
96 struct autofs_wait_queue *next; argument
130 struct autofs_wait_queue *queues; /* Wait queue pointer */ argument