d_rcu             269 fs/dcache.c    	struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu);
d_rcu             276 fs/dcache.c    	struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu);
d_rcu             342 fs/dcache.c    			call_rcu(&dentry->d_u.d_rcu, __d_free_external);
d_rcu             348 fs/dcache.c    		__d_free(&dentry->d_u.d_rcu);
d_rcu             350 fs/dcache.c    		call_rcu(&dentry->d_u.d_rcu, __d_free);
d_rcu             119 include/linux/dcache.h 	 	struct rcu_head d_rcu;