Searched refs:kern_mount_data (Results 1 – 5 of 5) sorted by relevance
268 mnt = kern_mount_data(&proc_fs_type, ns); in pid_ns_prepare_proc()
2010 extern struct vfsmount *kern_mount_data(struct file_system_type *, void *data);2011 #define kern_mount(type) kern_mount_data(type, NULL)
1341 hugetlbfs_vfsmount[i] = kern_mount_data(&hugetlbfs_fs_type, in init_hugetlbfs_fs()
3153 struct vfsmount *kern_mount_data(struct file_system_type *type, void *data) in kern_mount_data() function3166 EXPORT_SYMBOL_GPL(kern_mount_data);
1416 ns->mq_mnt = kern_mount_data(&mqueue_fs_type, ns); in mq_init_ns()