Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/pstore/
Dinode.c464 return mount_single(fs_type, flags, data, pstore_fill_super); in pstore_mount()
/kernel/linux/linux-5.10/fs/tracefs/
Dinode.c389 return mount_single(fs_type, flags, data, trace_fill_super); in trace_mount()
/kernel/linux/linux-5.10/fs/debugfs/
Dinode.c276 return mount_single(fs_type, flags, data, debug_fill_super); in debug_mount()
/kernel/linux/linux-5.10/fs/
Dsuper.c1506 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() function
1529 EXPORT_SYMBOL(mount_single);
/kernel/linux/linux-5.10/include/linux/
Dfs.h2279 extern struct dentry *mount_single(struct file_system_type *fs_type,
/kernel/linux/linux-5.10/Documentation/filesystems/
Dvfs.rst198 ``mount_single``