Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ecryptfs/
Dinode.c144 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_do_unlink()
187 lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry); in ecryptfs_do_create()
400 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()
441 lower_new_dentry = ecryptfs_dentry_to_lower(new_dentry); in ecryptfs_link()
479 lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_symlink()
514 lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_mkdir()
538 lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_rmdir()
562 lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_mknod()
595 lower_old_dentry = ecryptfs_dentry_to_lower(old_dentry); in ecryptfs_rename()
[all …]
Ddentry.c47 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_d_revalidate()
Dsuper.c108 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); in ecryptfs_statfs()
Decryptfs_kernel.h527 ecryptfs_dentry_to_lower(struct dentry *dentry) in ecryptfs_dentry_to_lower() function
Dcrypto.c1382 rc = ecryptfs_getxattr_lower(ecryptfs_dentry_to_lower(dentry), in ecryptfs_read_and_validate_xattr_region()