Lines Matching refs:ret_dentry
157 struct dentry *ret_dentry; in __sharefs_interpose() local
167 ret_dentry = ERR_PTR(PTR_ERR(inode)); in __sharefs_interpose()
171 ret_dentry = d_splice_alias(inode, dentry); in __sharefs_interpose()
174 return ret_dentry; in __sharefs_interpose()
188 struct dentry *ret_dentry; in sharefs_interpose() local
190 ret_dentry = __sharefs_interpose(dentry, sb, lower_path); in sharefs_interpose()
191 return PTR_ERR(ret_dentry); in sharefs_interpose()
211 struct dentry *ret_dentry = NULL; in __sharefs_lookup() local
231 ret_dentry = in __sharefs_lookup()
233 if (IS_ERR(ret_dentry)) { in __sharefs_lookup()
234 err = PTR_ERR(ret_dentry); in __sharefs_lookup()
286 return ret_dentry; in __sharefs_lookup()