Home
last modified time | relevance | path

Searched refs:vfs_parse_fs_param_source (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/
Dfs_context.c94 int vfs_parse_fs_param_source(struct fs_context *fc, struct fs_parameter *param) in vfs_parse_fs_param_source() function
109 EXPORT_SYMBOL(vfs_parse_fs_param_source);
154 ret = vfs_parse_fs_param_source(fc, param); in vfs_parse_fs_param()
532 ret = vfs_parse_fs_param_source(fc, param); in legacy_parse_param()
/kernel/linux/linux-5.10/include/linux/
Dfs_context.h142 extern int vfs_parse_fs_param_source(struct fs_context *fc,
/kernel/linux/linux-5.10/fs/ramfs/
Dinode.c197 opt = vfs_parse_fs_param_source(fc, param); in ramfs_parse_param()
/kernel/linux/linux-5.10/kernel/cgroup/
Dcgroup-v1.c936 ret = vfs_parse_fs_param_source(fc, param); in cgroup1_parse_param()