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

/linux-master/fs/
H A Ddcache.c2053 dentry->d_wait);
2434 wait_queue_head_t *d_wait)
2438 wake_up_all(d_wait);
2445 add_wait_queue(dentry->d_wait, &wait);
2554 new->d_wait = wq;
2572 wait_queue_head_t *d_wait; local
2581 d_wait = dentry->d_wait;
2582 dentry->d_wait = NULL;
2586 return d_wait;
2433 end_dir_add(struct inode *dir, unsigned int n, wait_queue_head_t *d_wait) argument
2601 wait_queue_head_t *d_wait; local
2767 wait_queue_head_t *d_wait; local
[all...]
/linux-master/include/linux/
H A Ddcache.h102 wait_queue_head_t *d_wait; /* in-lookup ones only */ member in union:dentry::__anon1940

Completed in 438 milliseconds