Home
last modified time | relevance | path

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

/mm/
Dshmem.c3002 static int shmem_exchange(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, … in shmem_exchange() argument
3007 if (old_dir != new_dir && old_is_dir != new_is_dir) { in shmem_exchange()
3009 drop_nlink(old_dir); in shmem_exchange()
3013 inc_nlink(old_dir); in shmem_exchange()
3016 old_dir->i_ctime = old_dir->i_mtime = in shmem_exchange()
3019 d_inode(new_dentry)->i_ctime = current_time(old_dir); in shmem_exchange()
3024 static int shmem_whiteout(struct inode *old_dir, struct dentry *old_dentry) in shmem_whiteout() argument
3033 error = shmem_mknod(old_dir, whiteout, in shmem_whiteout()
3056 static int shmem_rename2(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, s… in shmem_rename2() argument
3065 return shmem_exchange(old_dir, old_dentry, new_dir, new_dentry); in shmem_rename2()
[all …]