Searched refs:kern_mount_data (Results 1 – 4 of 4) sorted by relevance
267 mnt = kern_mount_data(&proc_fs_type, ns); in pid_ns_prepare_proc()
2608 struct vfsmount *kern_mount_data(struct file_system_type *type, void *data) in kern_mount_data() function2621 EXPORT_SYMBOL_GPL(kern_mount_data);
1894 extern struct vfsmount *kern_mount_data(struct file_system_type *, void *data);1895 #define kern_mount(type) kern_mount_data(type, NULL)
1249 ns->mq_mnt = kern_mount_data(&mqueue_fs_type, ns); in mq_init_ns()