Searched refs:vfs_kern_mount (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gemfs.c42 gemfs = vfs_kern_mount(type, SB_KERNMOUNT, type->name, huge_opt);
/linux-master/include/linux/
H A Dmount.h99 extern struct vfsmount *vfs_kern_mount(struct file_system_type *type,
/linux-master/drivers/base/
H A Ddevtmpfs.c454 mnt = vfs_kern_mount(&internal_fs_type, 0, "devtmpfs", opts);
/linux-master/fs/
H A Dnamespace.c1134 struct vfsmount *vfs_kern_mount(struct file_system_type *type, function
1162 EXPORT_SYMBOL_GPL(vfs_kern_mount); variable
1175 return vfs_kern_mount(type, SB_SUBMOUNT, name, data);
5140 mnt = vfs_kern_mount(&rootfs_fs_type, 0, "rootfs", NULL);
5208 mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL);
H A Dlibfs.c1016 mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL);
/linux-master/fs/nfsd/
H A Dnfs4proc.c1449 /* Construct the raw data for the vfs_kern_mount call */
1471 /* Set the server:<export> for the vfs_kern_mount call */
1484 ss_mnt = vfs_kern_mount(type, SB_KERNMOUNT, dev_name, raw_data);

Completed in 273 milliseconds