Searched refs:mount_single (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/pstore/ |
H A D | inode.c | 450 return mount_single(fs_type, flags, data, pstore_fill_super); in pstore_mount()
|
/openbmc/linux/fs/debugfs/ |
H A D | inode.c | 301 return mount_single(fs_type, flags, data, debug_fill_super); in debug_mount()
|
/openbmc/linux/fs/tracefs/ |
H A D | inode.c | 529 return mount_single(fs_type, flags, data, trace_fill_super); in trace_mount()
|
/openbmc/linux/fs/ |
H A D | super.c | 1720 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() function 1743 EXPORT_SYMBOL(mount_single);
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 2401 extern struct dentry *mount_single(struct file_system_type *fs_type,
|
/openbmc/linux/Documentation/filesystems/ |
H A D | vfs.rst | 221 ``mount_single``
|