Searched refs:queues (Results 1 – 6 of 6) sorted by relevance
33 wq = sbi->queues; in autofs_catatonic_mode()34 sbi->queues = NULL; /* Erase all wait queues */ in autofs_catatonic_mode()116 for ( wq = sbi->queues ; wq ; wq = wq->next ) { in autofs_wait()140 wq->next = sbi->queues; in autofs_wait()141 sbi->queues = wq; in autofs_wait()185 for (wql = &sbi->queues; (wq = *wql) != NULL; wql = &wq->next) { in autofs_wait_release()
109 struct autofs_wait_queue *queues; /* Wait queue pointer */ member
157 sbi->queues = NULL; in autofs_fill_super()
40 wq = sbi->queues; in autofs4_catatonic_mode()41 sbi->queues = NULL; /* Erase all wait queues */ in autofs4_catatonic_mode()221 for (wq = sbi->queues; wq; wq = wq->next) { in autofs4_find_wait()388 wq->next = sbi->queues; in autofs4_wait()389 sbi->queues = wq; in autofs4_wait()509 for (wql = &sbi->queues; (wq = *wql) != NULL; wql = &wq->next) { in autofs4_wait_release()
135 struct autofs_wait_queue *queues; /* Wait queue pointer */ member
346 sbi->queues = NULL; in autofs4_fill_super()