Searched refs:lower_dentry (Results 1 – 7 of 7) sorted by relevance
| /Linux-v4.19/fs/ecryptfs/ |
| D | inode.c | 129 static int ecryptfs_interpose(struct dentry *lower_dentry, in ecryptfs_interpose() argument 132 struct inode *inode = ecryptfs_get_inode(d_inode(lower_dentry), sb); in ecryptfs_interpose() 144 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_do_unlink() local 149 dget(lower_dentry); in ecryptfs_do_unlink() 150 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_do_unlink() 151 rc = vfs_unlink(lower_dir_inode, lower_dentry, NULL); in ecryptfs_do_unlink() 162 dput(lower_dentry); in ecryptfs_do_unlink() 183 struct dentry *lower_dentry; in ecryptfs_do_create() local 187 lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry); in ecryptfs_do_create() 188 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 | 108 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_statfs() local 111 if (!lower_dentry->d_sb->s_op->statfs) in ecryptfs_statfs() 114 rc = lower_dentry->d_sb->s_op->statfs(lower_dentry, buf); in ecryptfs_statfs()
|
| D | kthread.c | 131 struct dentry *lower_dentry, in ecryptfs_privileged_open() argument 141 req.path.dentry = lower_dentry; in ecryptfs_privileged_open() 147 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() 438 size = __vfs_getxattr(lower_dentry, lower_inode, ECRYPTFS_XATTR_NAME, in ecryptfs_write_inode_size_to_xattr() 443 rc = __vfs_setxattr(lower_dentry, lower_inode, ECRYPTFS_XATTR_NAME, in ecryptfs_write_inode_size_to_xattr()
|
| D | ecryptfs_kernel.h | 625 ecryptfs_getxattr_lower(struct dentry *lower_dentry, struct inode *lower_inode, 714 struct dentry *lower_dentry,
|
| D | crypto.c | 1352 struct dentry *lower_dentry = in ecryptfs_read_xattr_region() local 1357 size = ecryptfs_getxattr_lower(lower_dentry, in ecryptfs_read_xattr_region()
|