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

/linux-master/include/linux/
H A Dmount.h98 extern struct vfsmount *vfs_create_mount(struct fs_context *fc);
/linux-master/fs/nfs/
H A Dnamespace.c194 mnt = vfs_create_mount(fc);
/linux-master/fs/
H A Dnamespace.c1088 * vfs_create_mount - Create a mount for a configured superblock
1096 struct vfsmount *vfs_create_mount(struct fs_context *fc) function
1121 EXPORT_SYMBOL(vfs_create_mount); variable
1128 return vfs_create_mount(fc);
3283 mnt = vfs_create_mount(fc);
4011 newmount.mnt = vfs_create_mount(fc);

Completed in 159 milliseconds