Home
last modified time | relevance | path

Searched refs:from_dentry (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dinode.c1998 cifs_do_rename(const unsigned int xid, struct dentry *from_dentry, argument
2002 struct cifs_sb_info *cifs_sb = CIFS_SB(from_dentry->d_sb);
2035 if (to_dentry->d_parent != from_dentry->d_parent)
2057 d_move(from_dentry, to_dentry);
/kernel/linux/linux-6.6/fs/smb/client/
H A Dinode.c2200 cifs_do_rename(const unsigned int xid, struct dentry *from_dentry, argument
2204 struct cifs_sb_info *cifs_sb = CIFS_SB(from_dentry->d_sb);
2225 rc = server->ops->rename(xid, tcon, from_dentry,
2242 if (to_dentry->d_parent != from_dentry->d_parent)
2266 d_move(from_dentry, to_dentry);

Completed in 7 milliseconds