Lines Matching defs:new
521 struct dentry *new;
592 new = d_splice_alias(inode, dentry);
593 trace_f2fs_lookup_end(dir, !IS_ERR_OR_NULL(new) ? new : dentry,
594 ino, IS_ERR(new) ? PTR_ERR(new) : err);
595 return new;
984 * reasons like ENOMEM, we had to remove the new entry.
1248 /* update ".." directory entry info of new dentry */
1271 /* update directory entry info of new dir inode */
1338 * VFS has already handled the new dentry existence case,