Home
last modified time | relevance | path

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

/mm/
Dshmem.c2923 static int shmem_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) in shmem_link() argument
2925 struct inode *inode = d_inode(old_dentry); in shmem_link()
2975 static int shmem_exchange(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, … in shmem_exchange() argument
2977 bool old_is_dir = d_is_dir(old_dentry); in shmem_exchange()
2991 d_inode(old_dentry)->i_ctime = in shmem_exchange()
2998 struct inode *old_dir, struct dentry *old_dentry) in shmem_whiteout() argument
3003 whiteout = d_alloc(old_dentry->d_parent, &old_dentry->d_name); in shmem_whiteout()
3031 struct inode *old_dir, struct dentry *old_dentry, in shmem_rename2() argument
3035 struct inode *inode = d_inode(old_dentry); in shmem_rename2()
3042 return shmem_exchange(old_dir, old_dentry, new_dir, new_dentry); in shmem_rename2()
[all …]