Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Ddcache.c2116 dentry->d_wait); in d_add_ci()
2500 if (wq_has_sleeper(d_wait)) in end_dir_add()
2501 wake_up_all(d_wait); in end_dir_add()
2617 new->d_wait = wq; in d_alloc_parallel()
2635 wait_queue_head_t *d_wait; in __d_lookup_unhash() local
2644 d_wait = dentry->d_wait; in __d_lookup_unhash()
2645 dentry->d_wait = NULL; in __d_lookup_unhash()
2649 return d_wait; in __d_lookup_unhash()
2664 wait_queue_head_t *d_wait; in __d_add() local
2683 end_dir_add(dir, n, d_wait); in __d_add()
[all …]
/linux-6.15/include/linux/
H A Ddcache.h116 wait_queue_head_t *d_wait; /* in-lookup ones only */ member