Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmount.h89 extern struct vfsmount *vfs_kern_mount(struct file_system_type *type,
/linux/drivers/base/
H A Ddevtmpfs.c479 mnt = vfs_kern_mount(&internal_fs_type, 0, "devtmpfs", opts); in devtmpfs_init()
/linux/fs/
H A Dnamespace.c1211 struct vfsmount *vfs_kern_mount(struct file_system_type *type, in vfs_kern_mount() function
1238 EXPORT_SYMBOL_GPL(vfs_kern_mount);
6153 nullfs_mnt = vfs_kern_mount(&nullfs_fs_type, 0, "nullfs", NULL); in init_mount_tree()
6157 mnt = vfs_kern_mount(&rootfs_fs_type, 0, "rootfs", initramfs_options); in init_mount_tree()
6251 mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL); in kern_mount()
H A Dlibfs.c1103 mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL); in simple_pin_fs()
/linux/fs/nfsd/
H A Dnfs4proc.c1769 ss_mnt = vfs_kern_mount(type, SB_KERNMOUNT, dev_name, raw_data); in nfsd4_interssc_connect()