Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A 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()
583 ret = vfs_parse_fs_param_source(fc, param); in legacy_parse_param()
/openbmc/linux/include/linux/
H A Dfs_context.h144 extern int vfs_parse_fs_param_source(struct fs_context *fc,
/openbmc/linux/fs/ramfs/
H A Dinode.c208 opt = vfs_parse_fs_param_source(fc, param); in ramfs_parse_param()
/openbmc/linux/kernel/bpf/
H A Dinode.c654 opt = vfs_parse_fs_param_source(fc, param); in bpf_parse_param()
/openbmc/linux/kernel/cgroup/
H A Dcgroup-v1.c931 ret = vfs_parse_fs_param_source(fc, param); in cgroup1_parse_param()