Lines Matching refs:ecryptfs_dentry_to_lower
32 ret = start_creating_dentry(ecryptfs_dentry_to_lower(parent), in ecryptfs_start_creating_dentry()
33 ecryptfs_dentry_to_lower(dentry)); in ecryptfs_start_creating_dentry()
43 ret = start_removing_dentry(ecryptfs_dentry_to_lower(parent), in ecryptfs_start_removing_dentry()
44 ecryptfs_dentry_to_lower(dentry)); in ecryptfs_start_removing_dentry()
335 struct dentry *lower_parent = ecryptfs_dentry_to_lower(dentry->d_parent); in ecryptfs_lookup_interpose()
398 lower_dir_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry->d_parent); in ecryptfs_lookup()
440 lower_old_dentry = ecryptfs_dentry_to_lower(old_dentry); in ecryptfs_link()
610 lower_old_dir_dentry = ecryptfs_dentry_to_lower(old_dentry->d_parent); in ecryptfs_rename()
611 lower_new_dir_dentry = ecryptfs_dentry_to_lower(new_dentry->d_parent); in ecryptfs_rename()
613 lower_old_dentry = ecryptfs_dentry_to_lower(old_dentry); in ecryptfs_rename()
614 lower_new_dentry = ecryptfs_dentry_to_lower(new_dentry); in ecryptfs_rename()
642 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_readlink_lower()
674 d_inode(ecryptfs_dentry_to_lower(dentry))); in ecryptfs_get_link()
855 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_truncate()
901 lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_setattr()
1026 lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_setxattr()
1062 return ecryptfs_getxattr_lower(ecryptfs_dentry_to_lower(dentry), in ecryptfs_getxattr()
1073 lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_listxattr()
1092 lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_removexattr()
1107 return vfs_fileattr_get(ecryptfs_dentry_to_lower(dentry), fa); in ecryptfs_fileattr_get()
1113 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_fileattr_set()
1125 return vfs_get_acl(idmap, ecryptfs_dentry_to_lower(dentry), in ecryptfs_get_acl()
1134 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_set_acl()