Home
last modified time | relevance | path

Searched refs:ecryptfs_dentry_to_lower (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dinode.c130 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_do_unlink()
135 lower_dir_dentry = ecryptfs_dentry_to_lower(dentry->d_parent); in ecryptfs_do_unlink()
181 lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry); in ecryptfs_do_create()
394 lower_dir_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry->d_parent); in ecryptfs_lookup()
434 lower_old_dentry = ecryptfs_dentry_to_lower(old_dentry); in ecryptfs_link()
435 lower_new_dentry = ecryptfs_dentry_to_lower(new_dentry); in ecryptfs_link()
473 lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_symlink()
508 lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_mkdir()
533 lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_rmdir()
534 lower_dir_dentry = ecryptfs_dentry_to_lower(dentry->d_parent); in ecryptfs_rmdir()
[all …]
H A Ddentry.c33 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_d_revalidate()
H A Dsuper.c92 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_statfs()
H A Decryptfs_kernel.h513 ecryptfs_dentry_to_lower(struct dentry *dentry) in ecryptfs_dentry_to_lower() function
H A Dcrypto.c1102 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry); in ecryptfs_write_metadata_to_xattr()
1357 rc = ecryptfs_getxattr_lower(ecryptfs_dentry_to_lower(dentry), in ecryptfs_read_and_validate_xattr_region()