Searched refs:root_info (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ecryptfs/ |
H A D | main.c | 468 struct ecryptfs_dentry_info *root_info; in ecryptfs_mount() local 581 root_info = kmem_cache_zalloc(ecryptfs_dentry_info_cache, GFP_KERNEL); in ecryptfs_mount() 582 if (!root_info) in ecryptfs_mount() 586 ecryptfs_set_dentry_private(s->s_root, root_info); in ecryptfs_mount() 587 root_info->lower_path = path; in ecryptfs_mount()
|
/linux/fs/vboxsf/ |
H A D | super.c | 184 err = vboxsf_stat(sbi, &root_path, &sbi->root_info); in vboxsf_fill_super() 199 vboxsf_init_inode(sbi, iroot, &sbi->root_info, false); in vboxsf_fill_super() 405 vboxsf_init_inode(sbi, iroot, &sbi->root_info, true); in vboxsf_reconfigure()
|
H A D | vfsmod.h | 43 struct shfl_fsobjinfo root_info; member
|