Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Ddcache.c2235 dentry->d_wait); in d_add_ci()
2616 wait_queue_head_t *d_wait) in end_dir_add() argument
2620 wake_up_all(d_wait); in end_dir_add()
2627 add_wait_queue(dentry->d_wait, &wait); in d_wait_lookup()
2736 new->d_wait = wq; in d_alloc_parallel()
2754 wait_queue_head_t *d_wait; in __d_lookup_unhash() local
2763 d_wait = dentry->d_wait; in __d_lookup_unhash()
2764 dentry->d_wait = NULL; in __d_lookup_unhash()
2768 return d_wait; in __d_lookup_unhash()
2783 wait_queue_head_t *d_wait; in __d_add() local
[all …]
/openbmc/linux/include/linux/
H A Ddcache.h102 wait_queue_head_t *d_wait; /* in-lookup ones only */ member