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