Symbol: ecryptfs_dentry_to_lower
fs/ecryptfs/crypto.c
1245
rc = ecryptfs_getxattr_lower(ecryptfs_dentry_to_lower(dentry),
fs/ecryptfs/crypto.c
990
struct dentry *lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_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
1033
return ecryptfs_getxattr_lower(ecryptfs_dentry_to_lower(dentry),
fs/ecryptfs/inode.c
1044
lower_dentry = ecryptfs_dentry_to_lower(dentry);
fs/ecryptfs/inode.c
1063
lower_dentry = ecryptfs_dentry_to_lower(dentry);
fs/ecryptfs/inode.c
1078
return vfs_fileattr_get(ecryptfs_dentry_to_lower(dentry), fa);
fs/ecryptfs/inode.c
1084
struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry);
fs/ecryptfs/inode.c
1096
return vfs_get_acl(idmap, ecryptfs_dentry_to_lower(dentry),
fs/ecryptfs/inode.c
1105
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
396
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
438
lower_old_dentry = ecryptfs_dentry_to_lower(old_dentry);
fs/ecryptfs/inode.c
44
ecryptfs_dentry_to_lower(dentry));
fs/ecryptfs/inode.c
608
lower_old_dir_dentry = ecryptfs_dentry_to_lower(old_dentry->d_parent);
fs/ecryptfs/inode.c
609
lower_new_dir_dentry = ecryptfs_dentry_to_lower(new_dentry->d_parent);
fs/ecryptfs/inode.c
611
lower_old_dentry = ecryptfs_dentry_to_lower(old_dentry);
fs/ecryptfs/inode.c
612
lower_new_dentry = ecryptfs_dentry_to_lower(new_dentry);
fs/ecryptfs/inode.c
640
struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry);
fs/ecryptfs/inode.c
672
d_inode(ecryptfs_dentry_to_lower(dentry)));
fs/ecryptfs/inode.c
735
struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry);
fs/ecryptfs/inode.c
876
struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry);
fs/ecryptfs/inode.c
997
lower_dentry = ecryptfs_dentry_to_lower(dentry);
fs/ecryptfs/super.c
89
struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry);