Searched refs:lower_dentry (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/ecryptfs/ |
| H A D | inode.c | 133 static int ecryptfs_interpose(struct dentry *lower_dentry, in ecryptfs_interpose() argument 136 struct inode *inode = ecryptfs_get_inode(d_inode(lower_dentry), sb); in ecryptfs_interpose() 148 struct dentry *lower_dentry; in ecryptfs_do_unlink() local 152 lower_dentry = ecryptfs_start_removing_dentry(dentry); in ecryptfs_do_unlink() 153 if (IS_ERR(lower_dentry)) in ecryptfs_do_unlink() 154 return PTR_ERR(lower_dentry); in ecryptfs_do_unlink() 156 lower_dir = lower_dentry->d_parent->d_inode; in ecryptfs_do_unlink() 157 rc = vfs_unlink(&nop_mnt_idmap, lower_dir, lower_dentry, NULL); in ecryptfs_do_unlink() 166 end_removing(lower_dentry); in ecryptfs_do_unlink() 189 struct dentry *lower_dentry; in ecryptfs_do_create() local [all …]
|
| H A D | dentry.c | 36 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_d_revalidate() local 42 if (lower_dentry->d_flags & DCACHE_OP_REVALIDATE) { in ecryptfs_d_revalidate() 46 take_dentry_name_snapshot(&n, lower_dentry); in ecryptfs_d_revalidate() 47 rc = lower_dentry->d_op->d_revalidate(lower_dir, &n.name, in ecryptfs_d_revalidate() 48 lower_dentry, flags); in ecryptfs_d_revalidate()
|
| H A D | super.c | 89 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_statfs() local 92 if (!lower_dentry->d_sb->s_op->statfs) in ecryptfs_statfs() 95 rc = lower_dentry->d_sb->s_op->statfs(lower_dentry, buf); in ecryptfs_statfs()
|
| H A D | kthread.c | 118 struct dentry *lower_dentry, in ecryptfs_privileged_open() argument 128 req.path.dentry = lower_dentry; in ecryptfs_privileged_open() 134 flags |= IS_RDONLY(d_inode(lower_dentry)) ? O_RDONLY : O_RDWR; in ecryptfs_privileged_open()
|
| H A D | mmap.c | 385 struct dentry *lower_dentry = in ecryptfs_write_inode_size_to_xattr() local 387 struct inode *lower_inode = d_inode(lower_dentry); in ecryptfs_write_inode_size_to_xattr() 402 size = __vfs_getxattr(lower_dentry, lower_inode, ECRYPTFS_XATTR_NAME, in ecryptfs_write_inode_size_to_xattr() 407 rc = __vfs_setxattr(&nop_mnt_idmap, lower_dentry, lower_inode, in ecryptfs_write_inode_size_to_xattr()
|
| H A D | ecryptfs_kernel.h | 488 struct dentry *lower_dentry) in ecryptfs_set_dentry_lower() argument 490 dentry->d_fsdata = lower_dentry; in ecryptfs_set_dentry_lower() 586 ecryptfs_getxattr_lower(struct dentry *lower_dentry, struct inode *lower_inode, 674 struct dentry *lower_dentry,
|
| H A D | crypto.c | 1004 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry); in ecryptfs_write_metadata_to_xattr() local 1005 struct inode *lower_inode = d_inode(lower_dentry); in ecryptfs_write_metadata_to_xattr() 1013 rc = __vfs_setxattr(&nop_mnt_idmap, lower_dentry, lower_inode, in ecryptfs_write_metadata_to_xattr() 1231 struct dentry *lower_dentry = in ecryptfs_read_xattr_region() local 1236 size = ecryptfs_getxattr_lower(lower_dentry, in ecryptfs_read_xattr_region()
|