Searched refs:lower_dentry (Results 1 – 6 of 6) sorted by relevance
/linux/fs/ecryptfs/ ! |
H A D | inode.c | 28 struct dentry **lower_dentry, in lock_parent() argument 35 *lower_dentry = ecryptfs_dentry_to_lower(dentry); in lock_parent() 38 return (*lower_dentry)->d_parent == lower_dir_dentry ? 0 : -EINVAL; in lock_parent() 117 * @lower_dentry: Existing dentry in the lower filesystem 125 static int ecryptfs_interpose(struct dentry *lower_dentry, in ecryptfs_interpose() argument 128 struct inode *inode = ecryptfs_get_inode(d_inode(lower_dentry), sb); in ecryptfs_interpose() 140 struct dentry *lower_dentry; in ecryptfs_do_unlink() local 144 rc = lock_parent(dentry, &lower_dentry, &lower_dir); in ecryptfs_do_unlink() 145 dget(lower_dentry); // don't even try to make the lower negative in ecryptfs_do_unlink() 147 if (d_unhashed(lower_dentry)) in ecryptfs_do_unlink() 185 struct dentry *lower_dentry; ecryptfs_do_create() local 328 ecryptfs_lookup_interpose(struct dentry * dentry,struct dentry * lower_dentry) ecryptfs_lookup_interpose() argument 396 struct dentry *lower_dir_dentry, *lower_dentry; ecryptfs_lookup() local 474 struct dentry *lower_dentry; ecryptfs_symlink() local 512 struct dentry *lower_dentry; ecryptfs_mkdir() local 542 struct dentry *lower_dentry; ecryptfs_rmdir() local 571 struct dentry *lower_dentry; ecryptfs_mknod() local 661 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); ecryptfs_readlink_lower() local 874 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); ecryptfs_truncate() local 909 struct dentry *lower_dentry; ecryptfs_setattr() local 1045 struct dentry *lower_dentry; ecryptfs_setxattr() local 1064 ecryptfs_getxattr_lower(struct dentry * lower_dentry,struct inode * lower_inode,const char * name,void * value,size_t size) ecryptfs_getxattr_lower() argument 1093 struct dentry *lower_dentry; ecryptfs_listxattr() local 1111 struct dentry *lower_dentry; ecryptfs_removexattr() local 1135 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); ecryptfs_fileattr_set() local 1156 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); ecryptfs_set_acl() 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 | 92 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_statfs() local 95 if (!lower_dentry->d_sb->s_op->statfs) in ecryptfs_statfs() 98 rc = lower_dentry->d_sb->s_op->statfs(lower_dentry, buf); in ecryptfs_statfs()
|
H A D | kthread.c | 109 * @lower_dentry: Lower dentry for file to open 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 | 596 ecryptfs_getxattr_lower(struct dentry *lower_dentry, struct inode *lower_inode, 684 struct dentry *lower_dentry,
|