Home
last modified time | relevance | path

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

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