Home
last modified time | relevance | path

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

/linux-4.19.296/fs/autofs/
Dwaitq.c20 struct autofs_wait_queue *wq, *nwq; in autofs_catatonic_mode()
83 struct autofs_wait_queue *wq, in autofs_notify_daemon()
227 static struct autofs_wait_queue *
230 struct autofs_wait_queue *wq; in autofs_find_wait()
250 static int validate_request(struct autofs_wait_queue **wait, in validate_request()
256 struct autofs_wait_queue *wq; in validate_request()
355 struct autofs_wait_queue *wq; in autofs_wait()
423 wq = kmalloc(sizeof(struct autofs_wait_queue), GFP_KERNEL); in autofs_wait()
533 struct autofs_wait_queue *wq, **wql; in autofs_wait_release()
Dautofs_i.h85 struct autofs_wait_queue { struct
87 struct autofs_wait_queue *next; argument
120 struct autofs_wait_queue *queues; /* Wait queue pointer */ argument