Symbol: ecryptfs_dentry_to_lower
fs/ecryptfs/crypto.c
1004
struct dentry *lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry);
fs/ecryptfs/crypto.c
1259
rc = ecryptfs_getxattr_lower(ecryptfs_dentry_to_lower(dentry),
fs/ecryptfs/dentry.c
36
struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry);
fs/ecryptfs/ecryptfs_kernel.h
504
.dentry = ecryptfs_dentry_to_lower(dentry)
fs/ecryptfs/inode.c
1026
lower_dentry = ecryptfs_dentry_to_lower(dentry);
fs/ecryptfs/inode.c
1062
return ecryptfs_getxattr_lower(ecryptfs_dentry_to_lower(dentry),
fs/ecryptfs/inode.c
1073
lower_dentry = ecryptfs_dentry_to_lower(dentry);
fs/ecryptfs/inode.c
1092
lower_dentry = ecryptfs_dentry_to_lower(dentry);
fs/ecryptfs/inode.c
1107
return vfs_fileattr_get(ecryptfs_dentry_to_lower(dentry), fa);
fs/ecryptfs/inode.c
1113
struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry);
fs/ecryptfs/inode.c
1125
return vfs_get_acl(idmap, ecryptfs_dentry_to_lower(dentry),
fs/ecryptfs/inode.c
1134
struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry);
fs/ecryptfs/inode.c
32
ret = start_creating_dentry(ecryptfs_dentry_to_lower(parent),
fs/ecryptfs/inode.c
33
ecryptfs_dentry_to_lower(dentry));
fs/ecryptfs/inode.c
335
struct dentry *lower_parent = ecryptfs_dentry_to_lower(dentry->d_parent);
fs/ecryptfs/inode.c
398
lower_dir_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry->d_parent);
fs/ecryptfs/inode.c
43
ret = start_removing_dentry(ecryptfs_dentry_to_lower(parent),
fs/ecryptfs/inode.c
44
ecryptfs_dentry_to_lower(dentry));
fs/ecryptfs/inode.c
440
lower_old_dentry = ecryptfs_dentry_to_lower(old_dentry);
fs/ecryptfs/inode.c
610
lower_old_dir_dentry = ecryptfs_dentry_to_lower(old_dentry->d_parent);
fs/ecryptfs/inode.c
611
lower_new_dir_dentry = ecryptfs_dentry_to_lower(new_dentry->d_parent);
fs/ecryptfs/inode.c
613
lower_old_dentry = ecryptfs_dentry_to_lower(old_dentry);
fs/ecryptfs/inode.c
614
lower_new_dentry = ecryptfs_dentry_to_lower(new_dentry);
fs/ecryptfs/inode.c
642
struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry);
fs/ecryptfs/inode.c
674
d_inode(ecryptfs_dentry_to_lower(dentry)));
fs/ecryptfs/inode.c
855
struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry);
fs/ecryptfs/inode.c
901
lower_dentry = ecryptfs_dentry_to_lower(dentry);
fs/ecryptfs/super.c
89
struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry);