Searched refs:d_wait (Results 1 – 2 of 2) sorted by relevance
2229 dentry->d_wait); in d_add_ci()2610 wait_queue_head_t *d_wait) in end_dir_add() argument2614 wake_up_all(d_wait); in end_dir_add()2621 add_wait_queue(dentry->d_wait, &wait); in d_wait_lookup()2730 new->d_wait = wq; in d_alloc_parallel()2748 wait_queue_head_t *d_wait; in __d_lookup_unhash() local2757 d_wait = dentry->d_wait; in __d_lookup_unhash()2758 dentry->d_wait = NULL; in __d_lookup_unhash()2762 return d_wait; in __d_lookup_unhash()2777 wait_queue_head_t *d_wait; in __d_add() local[all …]
102 wait_queue_head_t *d_wait; /* in-lookup ones only */ member