Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmount.h96 extern struct vfsmount *vfs_kern_mount(struct file_system_type *type,
/Linux-v5.4/fs/nfs/
Dnfs4super.c146 root_mnt = vfs_kern_mount(fs_type, flags, root_devname, data); in nfs_do_root_mount()
/Linux-v5.4/drivers/base/
Ddevtmpfs.c437 mnt = vfs_kern_mount(&internal_fs_type, 0, "devtmpfs", opts); in devtmpfs_init()
/Linux-v5.4/fs/
Dnamespace.c971 struct vfsmount *vfs_kern_mount(struct file_system_type *type, in vfs_kern_mount() function
999 EXPORT_SYMBOL_GPL(vfs_kern_mount);
1012 return vfs_kern_mount(type, SB_SUBMOUNT, name, data); in vfs_submount()
3722 mnt = vfs_kern_mount(&rootfs_fs_type, 0, "rootfs", NULL); in init_mount_tree()
3791 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()
/Linux-v5.4/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()
/Linux-v5.4/fs/nfsd/
Dnfsctl.c1481 mnt = vfs_kern_mount(&nfsd_fs_type, SB_KERNMOUNT, "nfsd", NULL); in nfsd_init_net()