Home
last modified time | relevance | path

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

/linux/fs/
H A Ddcache.c2177 dentry->d_wait); in d_add_ci()
2565 wait_queue_head_t *d_wait) in end_dir_add() argument
2569 if (wq_has_sleeper(d_wait)) in end_dir_add()
2570 wake_up_all(d_wait); in end_dir_add()
2577 add_wait_queue(dentry->d_wait, &wait); in d_wait_lookup()
2692 new->d_wait = wq; in d_alloc_parallel()
2710 wait_queue_head_t *d_wait; in __d_lookup_unhash() local
2719 d_wait = dentry->d_wait; in __d_lookup_unhash()
2720 dentry->d_wait = NULL; in __d_lookup_unhash()
2724 return d_wait; in __d_lookup_unhash()
[all …]
/linux/include/linux/
H A Ddcache.h120 wait_queue_head_t *d_wait; /* in-lookup ones only */ member