Searched refs:vfs_parse_fs_param (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | fs_context.c | 112 * vfs_parse_fs_param - Add a single parameter to a superblock config 127 int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param) in vfs_parse_fs_param() function 161 EXPORT_SYMBOL(vfs_parse_fs_param); variable 184 ret = vfs_parse_fs_param(fc, ¶m); in vfs_parse_fs_string()
|
H A D | fsopen.c | 265 return vfs_parse_fs_param(fc, param); in vfs_fsconfig_locked()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs_context.c | 112 * vfs_parse_fs_param - Add a single parameter to a superblock config 127 int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param) in vfs_parse_fs_param() function 161 EXPORT_SYMBOL(vfs_parse_fs_param); variable 188 ret = vfs_parse_fs_param(fc, ¶m); in vfs_parse_fs_string()
|
H A D | fsopen.c | 302 return vfs_parse_fs_param(fc, param); in vfs_fsconfig_locked()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4super.c | 188 ret = vfs_parse_fs_param(root_fc, ¶m); in do_nfs4_mount()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs_context.h | 136 extern int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param);
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4super.c | 188 ret = vfs_parse_fs_param(root_fc, ¶m); in do_nfs4_mount()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs_context.h | 136 extern int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param);
|
Completed in 7 milliseconds