Home
last modified time | relevance | path

Searched refs:ecryptfs_dentry_info (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/fs/ecryptfs/
Ddentry.c57 container_of(head, struct ecryptfs_dentry_info, rcu)); in ecryptfs_dentry_free_rcu()
68 struct ecryptfs_dentry_info *p = dentry->d_fsdata; in ecryptfs_d_release()
Decryptfs_kernel.h263 struct ecryptfs_dentry_info { struct
498 struct ecryptfs_dentry_info *dentry_info) in ecryptfs_set_dentry_private()
506 return ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.dentry; in ecryptfs_dentry_to_lower()
512 return &((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path; in ecryptfs_dentry_to_lower_path()
Dmain.c482 struct ecryptfs_dentry_info *root_info; in ecryptfs_mount()
677 .size = sizeof(struct ecryptfs_dentry_info),
Dinode.c322 struct ecryptfs_dentry_info *dentry_info; in ecryptfs_lookup_interpose()