Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Ddcache.c334 struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); in __d_free()
341 struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); in __d_free_external()
425 call_rcu(&dentry->d_u.d_rcu, __d_free_external); in dentry_free()
431 __d_free(&dentry->d_u.d_rcu); in dentry_free()
433 call_rcu(&dentry->d_u.d_rcu, __d_free); in dentry_free()
/linux-6.15/include/linux/
H A Ddcache.h126 struct rcu_head d_rcu; member