Searched refs:vfs_kern_mount (Results 1 – 5 of 5) sorted by relevance
/fs/nfs/ |
D | nfs4super.c | 146 root_mnt = vfs_kern_mount(fs_type, flags, root_devname, data); in nfs_do_root_mount()
|
/fs/ |
D | namespace.c | 985 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()
|
D | libfs.c | 604 mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL); in simple_pin_fs()
|
/fs/btrfs/ |
D | super.c | 1621 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/ |
D | nfsctl.c | 1481 mnt = vfs_kern_mount(&nfsd_fs_type, SB_KERNMOUNT, "nfsd", NULL); in nfsd_init_net()
|