Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ecryptfs/
Decryptfs_kernel.h307 struct ecryptfs_dentry_info { struct
544 static inline struct ecryptfs_dentry_info *
547 return (struct ecryptfs_dentry_info *)dentry->d_fsdata; in ecryptfs_dentry_to_private()
552 struct ecryptfs_dentry_info *dentry_info) in ecryptfs_set_dentry_private()
560 return ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.dentry; in ecryptfs_dentry_to_lower()
566 ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.dentry = in ecryptfs_set_dentry_lower()
573 return ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.mnt; in ecryptfs_dentry_to_lower_mnt()
579 ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.mnt = in ecryptfs_set_dentry_lower_mnt()
Dmain.c543 struct ecryptfs_dentry_info *root_info; in ecryptfs_mount()
693 .size = sizeof(struct ecryptfs_dentry_info),