Lines Matching refs:d_wait
2228 dentry->d_wait); in d_add_ci()
2609 wait_queue_head_t *d_wait) in end_dir_add() argument
2613 wake_up_all(d_wait); in end_dir_add()
2620 add_wait_queue(dentry->d_wait, &wait); in d_wait_lookup()
2729 new->d_wait = wq; in d_alloc_parallel()
2747 wait_queue_head_t *d_wait; in __d_lookup_unhash() local
2756 d_wait = dentry->d_wait; in __d_lookup_unhash()
2757 dentry->d_wait = NULL; in __d_lookup_unhash()
2761 return d_wait; in __d_lookup_unhash()
2776 wait_queue_head_t *d_wait; in __d_add() local
2783 d_wait = __d_lookup_unhash(dentry); in __d_add()
2795 end_dir_add(dir, n, d_wait); in __d_add()
2942 wait_queue_head_t *d_wait; in __d_move() local
2973 d_wait = __d_lookup_unhash(target); in __d_move()
3009 end_dir_add(dir, n, d_wait); in __d_move()