Home
last modified time | relevance | path

Searched refs:vfs_parse_fs_param (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dfs_context.c112 * 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, &param); in vfs_parse_fs_string()
H A Dfsopen.c265 return vfs_parse_fs_param(fc, param); in vfs_fsconfig_locked()
/kernel/linux/linux-6.6/fs/
H A Dfs_context.c112 * 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, &param); in vfs_parse_fs_string()
H A Dfsopen.c302 return vfs_parse_fs_param(fc, param); in vfs_fsconfig_locked()
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4super.c188 ret = vfs_parse_fs_param(root_fc, &param); in do_nfs4_mount()
/kernel/linux/linux-5.10/include/linux/
H A Dfs_context.h136 extern int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param);
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4super.c188 ret = vfs_parse_fs_param(root_fc, &param); in do_nfs4_mount()
/kernel/linux/linux-6.6/include/linux/
H A Dfs_context.h136 extern int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param);

Completed in 7 milliseconds