Searched refs:mount_single (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/pstore/ |
H A D | inode.c | 460 return mount_single(fs_type, flags, data, pstore_fill_super); in pstore_mount()
|
/kernel/linux/linux-5.10/fs/tracefs/ |
H A D | inode.c | 389 return mount_single(fs_type, flags, data, trace_fill_super); in trace_mount()
|
/kernel/linux/linux-6.6/fs/pstore/ |
H A D | inode.c | 450 return mount_single(fs_type, flags, data, pstore_fill_super); in pstore_mount()
|
/kernel/linux/linux-5.10/fs/ |
H A D | super.c | 1491 /* The caller really need to be passing fc down into mount_single(), in reconfigure_single() 1515 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() function 1538 EXPORT_SYMBOL(mount_single); variable
|
/kernel/linux/linux-5.10/fs/debugfs/ |
H A D | inode.c | 278 return mount_single(fs_type, flags, data, debug_fill_super); in debug_mount()
|
/kernel/linux/linux-6.6/fs/debugfs/ |
H A D | inode.c | 301 return mount_single(fs_type, flags, data, debug_fill_super); in debug_mount()
|
/kernel/linux/linux-6.6/fs/tracefs/ |
H A D | inode.c | 444 return mount_single(fs_type, flags, data, trace_fill_super); in trace_mount()
|
/kernel/linux/linux-6.6/fs/ |
H A D | super.c | 1682 /* The caller really need to be passing fc down into mount_single(), in reconfigure_single() 1706 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() function 1729 EXPORT_SYMBOL(mount_single); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 2330 extern struct dentry *mount_single(struct file_system_type *fs_type,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 2395 extern struct dentry *mount_single(struct file_system_type *fs_type,
|
Completed in 25 milliseconds