Home
last modified time | relevance | path

Searched refs:d_wait (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/
H A Ddcache.c2229 dentry->d_wait); in d_add_ci()
2610 wait_queue_head_t *d_wait) in end_dir_add()
2614 wake_up_all(d_wait); in end_dir_add()
2621 add_wait_queue(dentry->d_wait, &wait); in d_wait_lookup()
2730 new->d_wait = wq; in d_alloc_parallel()
2748 wait_queue_head_t *d_wait; in __d_lookup_unhash() local
2757 d_wait = dentry->d_wait; in __d_lookup_unhash()
2758 dentry->d_wait = NULL; in __d_lookup_unhash()
2762 return d_wait; in __d_lookup_unhash()
2609 end_dir_add(struct inode *dir, unsigned int n, wait_queue_head_t *d_wait) end_dir_add() argument
2777 wait_queue_head_t *d_wait; __d_add() local
2943 wait_queue_head_t *d_wait; __d_move() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Ddcache.h109 wait_queue_head_t *d_wait; /* in-lookup ones only */ member
/kernel/linux/linux-6.6/include/linux/
H A Ddcache.h102 wait_queue_head_t *d_wait; /* in-lookup ones only */ member
/kernel/linux/linux-5.10/fs/
H A Ddcache.c2169 dentry->d_wait); in d_add_ci()
2524 add_wait_queue(dentry->d_wait, &wait); in d_wait_lookup()
2633 new->d_wait = wq; in d_alloc_parallel()
2651 wake_up_all(dentry->d_wait); in __d_lookup_done()
2652 dentry->d_wait = NULL; in __d_lookup_done()

Completed in 10 milliseconds