kern_mount
mnt = kern_mount(proc_fs_type);
blockdev_mnt = kern_mount(&bd_type);
dax_mnt = kern_mount(&dax_fs_type);
dma_buf_mnt = kern_mount(&dma_buf_fs_type);
aio_mnt = kern_mount(&aio_fs);
anon_inode_mnt = kern_mount(&anon_inode_fs_type);
test_mnt = kern_mount(&test_type);
struct vfsmount *mnt = kern_mount(&erofs_anon_fs_type);
mnt = kern_mount(&erofs_anon_fs_type);
EXPORT_SYMBOL_GPL(kern_mount);
nsfs_mnt = kern_mount(&nsfs);
pidfs_mnt = kern_mount(&pidfs_type);
pipe_mnt = kern_mount(&pipe_fs_type);
*proc_mnt = kern_mount(proc_fs_type);
extern struct vfsmount *kern_mount(struct file_system_type *);
secretmem_mnt = kern_mount(&secretmem_fs);
shm_mnt = kern_mount(&shmem_fs_type);
shm_mnt = kern_mount(&shmem_fs_type);
sock_mnt = kern_mount(&sock_fs_type);
aafs_mnt = kern_mount(&aafs_ops);
selinux_null.mnt = kern_mount(&sel_fs_type);
smackfs_mount = kern_mount(&smk_fs_type);
kvm_gmem_mnt = kern_mount(&kvm_gmem_fs);