Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddcache.h112 struct rcu_head d_rcu; member
/openbmc/linux/fs/
H A Ddcache.c296 struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); in __d_free()
303 struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); in __d_free_external()
373 call_rcu(&dentry->d_u.d_rcu, __d_free_external); in dentry_free()
379 __d_free(&dentry->d_u.d_rcu); in dentry_free()
381 call_rcu(&dentry->d_u.d_rcu, __d_free); in dentry_free()