Searched refs:lower_dentry (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/ecryptfs/ |
D | inode.c | 131 static int ecryptfs_interpose(struct dentry *lower_dentry, in ecryptfs_interpose() argument 134 struct inode *inode = ecryptfs_get_inode(d_inode(lower_dentry), sb); in ecryptfs_interpose() 146 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_do_unlink() local 151 dget(lower_dentry); in ecryptfs_do_unlink() 152 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_do_unlink() 153 rc = vfs_unlink(lower_dir_inode, lower_dentry, NULL); in ecryptfs_do_unlink() 164 dput(lower_dentry); in ecryptfs_do_unlink() 185 struct dentry *lower_dentry; in ecryptfs_do_create() local 189 lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry); in ecryptfs_do_create() 190 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_do_create() [all …]
|
D | dentry.c | 47 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_d_revalidate() local 53 if (lower_dentry->d_flags & DCACHE_OP_REVALIDATE) in ecryptfs_d_revalidate() 54 rc = lower_dentry->d_op->d_revalidate(lower_dentry, flags); in ecryptfs_d_revalidate()
|
D | super.c | 106 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_statfs() local 109 if (!lower_dentry->d_sb->s_op->statfs) in ecryptfs_statfs() 112 rc = lower_dentry->d_sb->s_op->statfs(lower_dentry, buf); in ecryptfs_statfs()
|
D | kthread.c | 132 struct dentry *lower_dentry, in ecryptfs_privileged_open() argument 142 req.path.dentry = lower_dentry; in ecryptfs_privileged_open() 148 flags |= IS_RDONLY(d_inode(lower_dentry)) ? O_RDONLY : O_RDWR; in ecryptfs_privileged_open()
|
D | mmap.c | 421 struct dentry *lower_dentry = in ecryptfs_write_inode_size_to_xattr() local 423 struct inode *lower_inode = d_inode(lower_dentry); in ecryptfs_write_inode_size_to_xattr() 440 size = lower_inode->i_op->getxattr(lower_dentry, ECRYPTFS_XATTR_NAME, in ecryptfs_write_inode_size_to_xattr() 445 rc = lower_inode->i_op->setxattr(lower_dentry, ECRYPTFS_XATTR_NAME, in ecryptfs_write_inode_size_to_xattr()
|
D | ecryptfs_kernel.h | 611 ecryptfs_getxattr_lower(struct dentry *lower_dentry, const char *name, 700 struct dentry *lower_dentry,
|
D | crypto.c | 1374 struct dentry *lower_dentry = in ecryptfs_read_xattr_region() local 1379 size = ecryptfs_getxattr_lower(lower_dentry, ECRYPTFS_XATTR_NAME, in ecryptfs_read_xattr_region()
|