Home
last modified time | relevance | path

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

/linux/fs/
H A Ddcache.c2141 dentry->d_wait); in d_add_ci()
2520 wait_queue_head_t *d_wait) in end_dir_add() argument
2524 if (wq_has_sleeper(d_wait)) in end_dir_add()
2525 wake_up_all(d_wait); in end_dir_add()
2532 add_wait_queue(dentry->d_wait, &wait); in d_wait_lookup()
2647 new->d_wait = wq; in d_alloc_parallel()
2665 wait_queue_head_t *d_wait; in __d_lookup_unhash() local
2674 d_wait = dentry->d_wait; in __d_lookup_unhash()
2675 dentry->d_wait = NULL; in __d_lookup_unhash()
2679 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