Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmount.h88 extern struct vfsmount *vfs_create_mount(struct fs_context *fc);
/linux/fs/nfs/
H A Dnamespace.c194 mnt = vfs_create_mount(fc); in nfs_d_automount()
/linux/fs/
H A Dnamespace.c1186 struct vfsmount *vfs_create_mount(struct fs_context *fc) in vfs_create_mount() function
1204 EXPORT_SYMBOL(vfs_create_mount);
1211 return vfs_create_mount(fc); in fc_mount()
4349 newmount.mnt = vfs_create_mount(fc); in SYSCALL_DEFINE3()
/linux/Documentation/filesystems/
H A Dmount_api.rst542 struct vfsmount *vfs_create_mount(struct fs_context *fc);
/linux/fs/btrfs/
H A Dsuper.c2102 mnt = vfs_create_mount(dup_fc); in btrfs_get_tree_subvol()