Searched refs:vfs_submount (Results 1 – 3 of 3) sorted by relevance
101 extern struct vfsmount *vfs_submount(const struct dentry *mountpoint,
1311 vfs_submount(const struct dentry *mountpoint, struct file_system_type *type, in vfs_submount() function1323 EXPORT_SYMBOL_GPL(vfs_submount);
9743 mnt = vfs_submount(mntpt, type, "tracefs", NULL); in trace_automount()