Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddcache.h108 wait_queue_head_t *d_wait; /* in-lookup ones only */ member
/Linux-v4.19/fs/
Ddcache.c2067 dentry->d_wait); in d_add_ci()
2424 add_wait_queue(dentry->d_wait, &wait); in d_wait_lookup()
2533 new->d_wait = wq; in d_alloc_parallel()
2551 wake_up_all(dentry->d_wait); in __d_lookup_done()
2552 dentry->d_wait = NULL; in __d_lookup_done()