Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dmain.c482 struct ecryptfs_dentry_info *root_info; in ecryptfs_mount() local
589 root_info = kmem_cache_zalloc(ecryptfs_dentry_info_cache, GFP_KERNEL); in ecryptfs_mount()
590 if (!root_info) in ecryptfs_mount()
593 /* ->kill_sb() will take care of root_info */ in ecryptfs_mount()
594 ecryptfs_set_dentry_private(s->s_root, root_info); in ecryptfs_mount()
595 root_info->lower_path = path; in ecryptfs_mount()
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dmain.c482 struct ecryptfs_dentry_info *root_info; in ecryptfs_mount() local
595 root_info = kmem_cache_zalloc(ecryptfs_dentry_info_cache, GFP_KERNEL); in ecryptfs_mount()
596 if (!root_info) in ecryptfs_mount()
599 /* ->kill_sb() will take care of root_info */ in ecryptfs_mount()
600 ecryptfs_set_dentry_private(s->s_root, root_info); in ecryptfs_mount()
601 root_info->lower_path = path; in ecryptfs_mount()
/kernel/linux/linux-5.10/fs/vboxsf/
H A Dsuper.c192 err = vboxsf_stat(sbi, &root_path, &sbi->root_info); in vboxsf_fill_super()
207 vboxsf_init_inode(sbi, iroot, &sbi->root_info); in vboxsf_fill_super()
413 vboxsf_init_inode(sbi, iroot, &sbi->root_info); in vboxsf_reconfigure()
H A Dvfsmod.h43 struct shfl_fsobjinfo root_info; member
/kernel/linux/linux-6.6/fs/vboxsf/
H A Dsuper.c192 err = vboxsf_stat(sbi, &root_path, &sbi->root_info); in vboxsf_fill_super()
207 vboxsf_init_inode(sbi, iroot, &sbi->root_info, false); in vboxsf_fill_super()
413 vboxsf_init_inode(sbi, iroot, &sbi->root_info, true); in vboxsf_reconfigure()
H A Dvfsmod.h43 struct shfl_fsobjinfo root_info; member

Completed in 5 milliseconds