kern_mount_data   113 fs/proc/root.c 	proc_mnt = kern_mount_data(&proc_fs_type, &init_pid_ns);
kern_mount_data   218 fs/proc/root.c 	mnt = kern_mount_data(&proc_fs_type, ns);
kern_mount_data  1606 include/linux/fs.h extern struct vfsmount *kern_mount_data(struct file_system_type *, void *data);
kern_mount_data  1607 include/linux/fs.h #define kern_mount(type) kern_mount_data(type, NULL)