Searched refs:root_info (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/ecryptfs/
H A Dmain.c497 struct ecryptfs_dentry_info *root_info; ecryptfs_mount() local
599 root_info = kmem_cache_zalloc(ecryptfs_dentry_info_cache, GFP_KERNEL); ecryptfs_mount()
600 if (!root_info) ecryptfs_mount()
603 /* ->kill_sb() will take care of root_info */ ecryptfs_mount()
604 ecryptfs_set_dentry_private(s->s_root, root_info); ecryptfs_mount()
605 root_info->lower_path = path; ecryptfs_mount()

Completed in 109 milliseconds