Home
last modified time | relevance | path

Searched refs:vfs_kern_mount (Results 1 – 5 of 5) sorted by relevance

/fs/nfs/
Dnfs4super.c146 root_mnt = vfs_kern_mount(fs_type, flags, root_devname, data); in nfs_do_root_mount()
/fs/
Dnamespace.c985 struct vfsmount *vfs_kern_mount(struct file_system_type *type, in vfs_kern_mount() function
1013 EXPORT_SYMBOL_GPL(vfs_kern_mount);
1026 return vfs_kern_mount(type, SB_SUBMOUNT, name, data); in vfs_submount()
3752 mnt = vfs_kern_mount(&rootfs_fs_type, 0, "rootfs", NULL); in init_mount_tree()
3821 mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL); in kern_mount()
Dlibfs.c604 mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL); in simple_pin_fs()
/fs/btrfs/
Dsuper.c1621 mnt_root = vfs_kern_mount(&btrfs_root_fs_type, flags, device_name, data); in btrfs_mount()
1624 mnt_root = vfs_kern_mount(&btrfs_root_fs_type, in btrfs_mount()
1627 mnt_root = vfs_kern_mount(&btrfs_root_fs_type, in btrfs_mount()
/fs/nfsd/
Dnfsctl.c1481 mnt = vfs_kern_mount(&nfsd_fs_type, SB_KERNMOUNT, "nfsd", NULL); in nfsd_init_net()