Home
last modified time | relevance | path

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

/fs/afs/
Dmntpt.c205 mnt = vfs_kern_mount(&afs_fs_type, 0, devname, options); in afs_mntpt_do_automount()
/fs/nfs/
Dnamespace.c233 return vfs_kern_mount(&nfs_xdev_fs_type, 0, devname, mountdata); in nfs_do_clone_mount()
Dnfs4super.c145 root_mnt = vfs_kern_mount(fs_type, flags, root_devname, data); in nfs_do_root_mount()
Dnfs4namespace.c282 mnt = vfs_kern_mount(&nfs4_referral_fs_type, 0, page, mountdata); in try_location()
/fs/cifs/
Dcifs_dfs_ref.c258 mnt = vfs_kern_mount(&cifs_fs_type, 0, devname, mountdata); in cifs_dfs_do_refmount()
/fs/
Dnamespace.c977 vfs_kern_mount(struct file_system_type *type, int flags, const char *name, void *data) in vfs_kern_mount() function
1016 EXPORT_SYMBOL_GPL(vfs_kern_mount);
2565 mnt = vfs_kern_mount(type, flags, name, data); in do_new_mount()
3245 mnt = vfs_kern_mount(type, 0, "rootfs", NULL); in init_mount_tree()
3316 mnt = vfs_kern_mount(type, MS_KERNMOUNT, type->name, data); in kern_mount_data()
Dlibfs.c544 mnt = vfs_kern_mount(type, MS_KERNMOUNT, type->name, NULL); in simple_pin_fs()
/fs/btrfs/
Dsuper.c1294 mnt = vfs_kern_mount(&btrfs_fs_type, flags, device_name, newargs); in mount_subvol()
1297 mnt = vfs_kern_mount(&btrfs_fs_type, flags & ~MS_RDONLY, in mount_subvol()
1300 mnt = vfs_kern_mount(&btrfs_fs_type, flags | MS_RDONLY, in mount_subvol()