Searched refs:old_dentry (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | shmem.c | 2965 static int shmem_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) in shmem_link() argument 2967 struct inode *inode = d_inode(old_dentry); in shmem_link() 3017 static int shmem_exchange(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, … in shmem_exchange() argument 3019 bool old_is_dir = d_is_dir(old_dentry); in shmem_exchange() 3033 d_inode(old_dentry)->i_ctime = in shmem_exchange() 3039 static int shmem_whiteout(struct inode *old_dir, struct dentry *old_dentry) in shmem_whiteout() argument 3044 whiteout = d_alloc(old_dentry->d_parent, &old_dentry->d_name); in shmem_whiteout() 3071 static int shmem_rename2(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, s… in shmem_rename2() argument 3073 struct inode *inode = d_inode(old_dentry); in shmem_rename2() 3080 return shmem_exchange(old_dir, old_dentry, new_dir, new_dentry); in shmem_rename2() [all …]
|