Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ecryptfs/
Dmain.c496 struct ecryptfs_dentry_info *root_info; in ecryptfs_mount() local
603 root_info = kmem_cache_zalloc(ecryptfs_dentry_info_cache, GFP_KERNEL); in ecryptfs_mount()
604 if (!root_info) in ecryptfs_mount()
608 ecryptfs_set_dentry_private(s->s_root, root_info); in ecryptfs_mount()
609 root_info->lower_path = path; in ecryptfs_mount()