Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmount.h89 extern struct vfsmount *vfs_kern_mount(struct file_system_type *type,
/linux-4.1.27/fs/afs/
Dmntpt.c205 mnt = vfs_kern_mount(&afs_fs_type, 0, devname, options); in afs_mntpt_do_automount()
/linux-4.1.27/fs/nfs/
Dnamespace.c229 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()
/linux-4.1.27/fs/cifs/
Dcifs_dfs_ref.c258 mnt = vfs_kern_mount(&cifs_fs_type, 0, devname, mountdata); in cifs_dfs_do_refmount()
/linux-4.1.27/Documentation/filesystems/
Dautomount-support.txt22 (a) Call vfs_kern_mount() to call the appropriate filesystem to set up a
/linux-4.1.27/fs/
Dnamespace.c922 vfs_kern_mount(struct file_system_type *type, int flags, const char *name, void *data) in vfs_kern_mount() function
953 EXPORT_SYMBOL_GPL(vfs_kern_mount);
2400 mnt = vfs_kern_mount(type, flags, name, data); in do_new_mount()
3076 mnt = vfs_kern_mount(type, 0, "rootfs", NULL); in init_mount_tree()
3147 mnt = vfs_kern_mount(type, MS_KERNMOUNT, type->name, data); in kern_mount_data()
Dlibfs.c549 mnt = vfs_kern_mount(type, MS_KERNMOUNT, type->name, NULL); in simple_pin_fs()
/linux-4.1.27/fs/btrfs/
Dsuper.c1201 mnt = vfs_kern_mount(&btrfs_fs_type, flags, device_name, in mount_subvol()
1206 mnt = vfs_kern_mount(&btrfs_fs_type, flags & ~MS_RDONLY, device_name, in mount_subvol()
1210 mnt = vfs_kern_mount(&btrfs_fs_type, flags | MS_RDONLY, device_name, in mount_subvol()
/linux-4.1.27/kernel/trace/
Dtrace.c6702 mnt = vfs_kern_mount(type, 0, "tracefs", NULL); in trace_automount()