Searched refs:vfs_parse_fs_param_source (Results 1 – 9 of 9) sorted by relevance
| /kernel/linux/linux-5.10/fs/ |
| D | fs_context.c | 94 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-6.6/fs/ |
| D | fs_context.c | 94 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()
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | fs_context.h | 144 extern int vfs_parse_fs_param_source(struct fs_context *fc,
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | fs_context.h | 142 extern int vfs_parse_fs_param_source(struct fs_context *fc,
|
| /kernel/linux/linux-5.10/fs/ramfs/ |
| D | inode.c | 197 opt = vfs_parse_fs_param_source(fc, param); in ramfs_parse_param()
|
| /kernel/linux/linux-6.6/fs/ramfs/ |
| D | inode.c | 208 opt = vfs_parse_fs_param_source(fc, param); in ramfs_parse_param()
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| D | inode.c | 654 opt = vfs_parse_fs_param_source(fc, param); in bpf_parse_param()
|
| /kernel/linux/linux-6.6/kernel/cgroup/ |
| D | cgroup-v1.c | 936 ret = vfs_parse_fs_param_source(fc, param); in cgroup1_parse_param()
|
| /kernel/linux/linux-5.10/kernel/cgroup/ |
| D | cgroup-v1.c | 939 ret = vfs_parse_fs_param_source(fc, param); in cgroup1_parse_param()
|