Home
last modified time | relevance | path

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

/linux/fs/ecryptfs/
H A Ddentry.c36 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 Dkthread.c118 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 Dcrypto.c990 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry); in ecryptfs_write_metadata_to_xattr() local
991 struct inode *lower_inode = d_inode(lower_dentry); in ecryptfs_write_metadata_to_xattr()
999 rc = __vfs_setxattr(&nop_mnt_idmap, lower_dentry, lower_inode, in ecryptfs_write_metadata_to_xattr()
1217 struct dentry *lower_dentry = in ecryptfs_read_xattr_region() local
1222 size = ecryptfs_getxattr_lower(lower_dentry, in ecryptfs_read_xattr_region()