Home
last modified time | relevance | path

Searched refs:src_dentry (Results 1 – 2 of 2) sorted by relevance

/linux/fs/hfsplus/
H A Ddir.c300 static int hfsplus_link(struct dentry *src_dentry, struct inode *dst_dir, in hfsplus_link() argument
304 struct inode *inode = d_inode(src_dentry); in hfsplus_link()
305 struct inode *src_dir = d_inode(src_dentry->d_parent); in hfsplus_link()
317 if (inode->i_ino == (u32)(unsigned long)src_dentry->d_fsdata) { in hfsplus_link()
324 src_dir, &src_dentry->d_name, in hfsplus_link()
333 src_dentry->d_fsdata = (void *)(unsigned long)cnid; in hfsplus_link()
335 &src_dentry->d_name, inode); in hfsplus_link()
/linux/fs/bcachefs/
H A Dfs.c868 struct inode *src_vdir, struct dentry *src_dentry, in bch2_rename2() argument
875 struct bch_inode_info *src_inode = to_bch_ei(src_dentry->d_inode); in bch2_rename2()
936 &src_dentry->d_name, in bch2_rename2()
952 &src_dentry->d_name, in bch2_rename2()