Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmount.h99 extern struct vfsmount *vfs_submount(const struct dentry *mountpoint,
/Linux-v5.4/fs/nfs/
Dnamespace.c220 return vfs_submount(mountdata->dentry, &nfs_xdev_fs_type, devname, mountdata); in nfs_do_clone_mount()
Dnfs4namespace.c282 mnt = vfs_submount(mountdata->dentry, &nfs4_referral_fs_type, page, mountdata); in try_location()
/Linux-v5.4/fs/cifs/
Dcifs_dfs_ref.c275 mnt = vfs_submount(mntpt, &cifs_fs_type, devname, mountdata); in cifs_dfs_do_refmount()
/Linux-v5.4/fs/
Dnamespace.c1002 vfs_submount(const struct dentry *mountpoint, struct file_system_type *type, in vfs_submount() function
1014 EXPORT_SYMBOL_GPL(vfs_submount);
/Linux-v5.4/kernel/trace/
Dtrace.c8622 mnt = vfs_submount(mntpt, type, "tracefs", NULL); in trace_automount()