Searched refs:vfs_kern_mount (Results 1 – 8 of 8) sorted by relevance
/fs/afs/ |
D | mntpt.c | 205 mnt = vfs_kern_mount(&afs_fs_type, 0, devname, options); in afs_mntpt_do_automount()
|
/fs/nfs/ |
D | namespace.c | 233 return vfs_kern_mount(&nfs_xdev_fs_type, 0, devname, mountdata); in nfs_do_clone_mount()
|
D | nfs4super.c | 145 root_mnt = vfs_kern_mount(fs_type, flags, root_devname, data); in nfs_do_root_mount()
|
D | nfs4namespace.c | 282 mnt = vfs_kern_mount(&nfs4_referral_fs_type, 0, page, mountdata); in try_location()
|
/fs/cifs/ |
D | cifs_dfs_ref.c | 258 mnt = vfs_kern_mount(&cifs_fs_type, 0, devname, mountdata); in cifs_dfs_do_refmount()
|
/fs/ |
D | namespace.c | 977 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()
|
D | libfs.c | 544 mnt = vfs_kern_mount(type, MS_KERNMOUNT, type->name, NULL); in simple_pin_fs()
|
/fs/btrfs/ |
D | super.c | 1294 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()
|