Searched refs:fs_context_for_mount (Results 1 – 5 of 5) sorted by relevance
304 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type, in fs_context_for_mount() function310 EXPORT_SYMBOL(fs_context_for_mount);
137 fc = fs_context_for_mount(fs_type, 0); in SYSCALL_DEFINE2()
996 fc = fs_context_for_mount(type, flags); in vfs_kern_mount()2837 fc = fs_context_for_mount(type, sb_flags); in do_new_mount()
308 fc = fs_context_for_mount(&proc_fs_type, SB_KERNMOUNT); in pid_ns_prepare_proc()
1432 fc = fs_context_for_mount(&hugetlbfs_fs_type, SB_KERNMOUNT); in mount_one_hugetlbfs()