Searched refs:kern_mount_data (Results 1 – 5 of 5) sorted by relevance
266 mnt = kern_mount_data(&proc_fs_type, ns); in pid_ns_prepare_proc()
1072 hugetlbfs_vfsmount[i] = kern_mount_data(&hugetlbfs_fs_type, in init_hugetlbfs_fs()
1985 extern struct vfsmount *kern_mount_data(struct file_system_type *, void *data);1986 #define kern_mount(type) kern_mount_data(type, NULL)
3144 struct vfsmount *kern_mount_data(struct file_system_type *type, void *data) in kern_mount_data() function3157 EXPORT_SYMBOL_GPL(kern_mount_data);
1404 ns->mq_mnt = kern_mount_data(&mqueue_fs_type, ns); in mq_init_ns()