Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dmount.h103 extern struct vfsmount *vfs_submount(const struct dentry *mountpoint,
/linux-6.6.21/fs/
Dnamespace.c1152 vfs_submount(const struct dentry *mountpoint, struct file_system_type *type, in vfs_submount() function
1164 EXPORT_SYMBOL_GPL(vfs_submount);
/linux-6.6.21/kernel/trace/
Dtrace.c9850 mnt = vfs_submount(mntpt, type, "tracefs", NULL); in trace_automount()