Home
last modified time | relevance | path

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

/linux/fs/ecryptfs/
H A Dmain.c440 struct ecryptfs_dentry_info *root_info; in ecryptfs_get_tree() local
547 root_info = kmem_cache_zalloc(ecryptfs_dentry_info_cache, GFP_KERNEL); in ecryptfs_get_tree()
548 if (!root_info) in ecryptfs_get_tree()
551 /* ->kill_sb() will take care of root_info */ in ecryptfs_get_tree()
552 ecryptfs_set_dentry_private(s->s_root, root_info); in ecryptfs_get_tree()
553 root_info->lower_path = path; in ecryptfs_get_tree()
/linux/fs/vboxsf/
H A Dvfsmod.h43 struct shfl_fsobjinfo root_info; member