Searched refs:lower_dir_dentry (Results 1 – 1 of 1) sorted by relevance
131 struct dentry *lower_dir_dentry; in ecryptfs_do_unlink() local135 lower_dir_dentry = ecryptfs_dentry_to_lower(dentry->d_parent); in ecryptfs_do_unlink()136 lower_dir_inode = d_inode(lower_dir_dentry); in ecryptfs_do_unlink()139 if (lower_dentry->d_parent != lower_dir_dentry) in ecryptfs_do_unlink()178 struct dentry *lower_dir_dentry; in ecryptfs_do_create() local182 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_do_create()183 rc = vfs_create(d_inode(lower_dir_dentry), lower_dentry, mode, true); in ecryptfs_do_create()193 vfs_unlink(d_inode(lower_dir_dentry), lower_dentry, NULL); in ecryptfs_do_create()196 fsstack_copy_attr_times(directory_inode, d_inode(lower_dir_dentry)); in ecryptfs_do_create()197 fsstack_copy_inode_size(directory_inode, d_inode(lower_dir_dentry)); in ecryptfs_do_create()[all …]