Home
last modified time | relevance | path

Searched refs:lower_dentry (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/fs/ecryptfs/
Dinode.c115 static int ecryptfs_interpose(struct dentry *lower_dentry, in ecryptfs_interpose() argument
118 struct inode *inode = ecryptfs_get_inode(d_inode(lower_dentry), sb); in ecryptfs_interpose()
130 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_do_unlink() local
138 dget(lower_dentry); // don't even try to make the lower negative in ecryptfs_do_unlink()
139 if (lower_dentry->d_parent != lower_dir_dentry) in ecryptfs_do_unlink()
141 else if (d_unhashed(lower_dentry)) in ecryptfs_do_unlink()
144 rc = vfs_unlink(lower_dir_inode, lower_dentry, NULL); in ecryptfs_do_unlink()
153 dput(lower_dentry); in ecryptfs_do_unlink()
177 struct dentry *lower_dentry; in ecryptfs_do_create() local
181 lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry); in ecryptfs_do_create()
[all …]
Ddentry.c33 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_d_revalidate() local
39 if (lower_dentry->d_flags & DCACHE_OP_REVALIDATE) in ecryptfs_d_revalidate()
40 rc = lower_dentry->d_op->d_revalidate(lower_dentry, flags); in ecryptfs_d_revalidate()
Dsuper.c92 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()
Dkthread.c117 struct dentry *lower_dentry, in ecryptfs_privileged_open() argument
127 req.path.dentry = lower_dentry; in ecryptfs_privileged_open()
133 flags |= IS_RDONLY(d_inode(lower_dentry)) ? O_RDONLY : O_RDWR; in ecryptfs_privileged_open()
Dmmap.c407 struct dentry *lower_dentry = in ecryptfs_write_inode_size_to_xattr() local
409 struct inode *lower_inode = d_inode(lower_dentry); in ecryptfs_write_inode_size_to_xattr()
424 size = __vfs_getxattr(lower_dentry, lower_inode, ECRYPTFS_XATTR_NAME, in ecryptfs_write_inode_size_to_xattr()
429 rc = __vfs_setxattr(lower_dentry, lower_inode, ECRYPTFS_XATTR_NAME, in ecryptfs_write_inode_size_to_xattr()
Dcrypto.c1104 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry); in ecryptfs_write_metadata_to_xattr() local
1105 struct inode *lower_inode = d_inode(lower_dentry); in ecryptfs_write_metadata_to_xattr()
1113 rc = __vfs_setxattr(lower_dentry, lower_inode, ECRYPTFS_XATTR_NAME, in ecryptfs_write_metadata_to_xattr()
1331 struct dentry *lower_dentry = in ecryptfs_read_xattr_region() local
1336 size = ecryptfs_getxattr_lower(lower_dentry, in ecryptfs_read_xattr_region()
Decryptfs_kernel.h611 ecryptfs_getxattr_lower(struct dentry *lower_dentry, struct inode *lower_inode,
700 struct dentry *lower_dentry,