Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/pstore/
H A Dinode.c478 return mount_single(fs_type, flags, data, pstore_fill_super); in pstore_mount()
/OK3568_Linux_fs/kernel/fs/tracefs/
H A Dinode.c389 return mount_single(fs_type, flags, data, trace_fill_super); in trace_mount()
/OK3568_Linux_fs/kernel/fs/
H A Dsuper.c1506 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() function
1529 EXPORT_SYMBOL(mount_single);
/OK3568_Linux_fs/kernel/fs/debugfs/
H A Dinode.c273 return mount_single(fs_type, flags, data, debug_fill_super); in debug_mount()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h2340 extern struct dentry *mount_single(struct file_system_type *fs_type,
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dvfs.rst198 ``mount_single``