Home
last modified time | relevance | path

Searched refs:vfs_create_mount (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dmount.h98 extern struct vfsmount *vfs_create_mount(struct fs_context *fc);
/kernel/linux/linux-6.6/include/linux/
H A Dmount.h99 extern struct vfsmount *vfs_create_mount(struct fs_context *fc);
/kernel/linux/linux-5.10/fs/nfs/
H A Dnamespace.c194 mnt = vfs_create_mount(fc); in nfs_d_automount()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnamespace.c194 mnt = vfs_create_mount(fc); in nfs_d_automount()
/kernel/linux/linux-5.10/fs/
H A Dnamespace.c942 * vfs_create_mount - Create a mount for a configured superblock
950 struct vfsmount *vfs_create_mount(struct fs_context *fc) in vfs_create_mount() function
975 EXPORT_SYMBOL(vfs_create_mount); variable
982 return vfs_create_mount(fc); in fc_mount()
2842 mnt = vfs_create_mount(fc); in do_new_mount_fc()
3560 newmount.mnt = vfs_create_mount(fc); in SYSCALL_DEFINE3()
/kernel/linux/linux-6.6/fs/
H A Dnamespace.c1075 * vfs_create_mount - Create a mount for a configured superblock
1083 struct vfsmount *vfs_create_mount(struct fs_context *fc) in vfs_create_mount() function
1108 EXPORT_SYMBOL(vfs_create_mount); variable
1115 return vfs_create_mount(fc); in fc_mount()
3277 mnt = vfs_create_mount(fc); in do_new_mount_fc()
4008 newmount.mnt = vfs_create_mount(fc); in SYSCALL_DEFINE3()
/kernel/linux/linux-5.10/fs/fuse/
H A Ddir.c371 mnt = vfs_create_mount(fsc); in fuse_dentry_automount()

Completed in 25 milliseconds