Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dmount.h93 extern struct vfsmount *vfs_kern_mount(struct file_system_type *type,
/linux-4.19.296/fs/nfs/
Dnfs4super.c145 root_mnt = vfs_kern_mount(fs_type, flags, root_devname, data); in nfs_do_root_mount()
/linux-4.19.296/fs/
Dnamespace.c946 vfs_kern_mount(struct file_system_type *type, int flags, const char *name, void *data) in vfs_kern_mount() function
977 EXPORT_SYMBOL_GPL(vfs_kern_mount);
990 return vfs_kern_mount(type, SB_SUBMOUNT, name, data); in vfs_submount()
2492 mnt = vfs_kern_mount(type, sb_flags, name, data); in do_new_mount()
3216 mnt = vfs_kern_mount(type, 0, "rootfs", NULL); in init_mount_tree()
3281 mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, data); in kern_mount_data()
Dlibfs.c585 mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL); in simple_pin_fs()
/linux-4.19.296/fs/btrfs/
Dsuper.c1681 mnt_root = vfs_kern_mount(&btrfs_root_fs_type, flags, device_name, data); in btrfs_mount()
1684 mnt_root = vfs_kern_mount(&btrfs_root_fs_type, in btrfs_mount()
1687 mnt_root = vfs_kern_mount(&btrfs_root_fs_type, in btrfs_mount()