Searched refs:kern_mount_data (Results 1 – 5 of 5) sorted by relevance
214 mnt = kern_mount_data(&proc_fs_type, ns); in pid_ns_prepare_proc()
1403 hugetlbfs_vfsmount[i] = kern_mount_data(&hugetlbfs_fs_type, in init_hugetlbfs_fs()
2220 extern struct vfsmount *kern_mount_data(struct file_system_type *, void *data);2221 #define kern_mount(type) kern_mount_data(type, NULL)
3240 struct vfsmount *kern_mount_data(struct file_system_type *type, void *data) in kern_mount_data() function3253 EXPORT_SYMBOL_GPL(kern_mount_data);
1541 ns->mq_mnt = kern_mount_data(&mqueue_fs_type, ns); in mq_init_ns()