Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmount.h104 extern struct vfsmount *vfs_create_mount(struct fs_context *fc);
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnamespace.c194 mnt = vfs_create_mount(fc); in nfs_d_automount()
/OK3568_Linux_fs/kernel/fs/
H A Dnamespace.c949 struct vfsmount *vfs_create_mount(struct fs_context *fc) in vfs_create_mount() function
974 EXPORT_SYMBOL(vfs_create_mount);
981 return vfs_create_mount(fc); in fc_mount()
2836 mnt = vfs_create_mount(fc); in do_new_mount_fc()
3548 newmount.mnt = vfs_create_mount(fc); in SYSCALL_DEFINE3()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Ddir.c371 mnt = vfs_create_mount(fsc); in fuse_dentry_automount()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dmount_api.rst535 struct vfsmount *vfs_create_mount(struct fs_context *fc);