Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmount.h102 extern struct vfsmount *vfs_submount(const struct dentry *mountpoint,
/Linux-v5.10/fs/cifs/
Dcifs_dfs_ref.c286 mnt = vfs_submount(mntpt, &cifs_fs_type, devname, mountdata); in cifs_dfs_do_mount()
/Linux-v5.10/fs/
Dnamespace.c1018 vfs_submount(const struct dentry *mountpoint, struct file_system_type *type, in vfs_submount() function
1030 EXPORT_SYMBOL_GPL(vfs_submount);
/Linux-v5.10/kernel/trace/
Dtrace.c9018 mnt = vfs_submount(mntpt, type, "tracefs", NULL); in trace_automount()