Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmount.h97 extern struct vfsmount *vfs_create_mount(struct fs_context *fc);
/linux-6.15/fs/nfs/
H A Dnamespace.c194 mnt = vfs_create_mount(fc); in nfs_d_automount()
/linux-6.15/fs/
H A Dnamespace.c1260 struct vfsmount *vfs_create_mount(struct fs_context *fc) in vfs_create_mount() function
1285 EXPORT_SYMBOL(vfs_create_mount);
1292 return vfs_create_mount(fc); in fc_mount()
3812 mnt = vfs_create_mount(fc); in do_new_mount_fc()
4543 newmount.mnt = vfs_create_mount(fc); in SYSCALL_DEFINE3()
/linux-6.15/Documentation/filesystems/
H A Dmount_api.rst534 struct vfsmount *vfs_create_mount(struct fs_context *fc);