Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dfs_context.c126 int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param) in vfs_parse_fs_param() function
166 EXPORT_SYMBOL(vfs_parse_fs_param);
188 ret = vfs_parse_fs_param(fc, &param); in vfs_parse_fs_string()
Dfsopen.c265 return vfs_parse_fs_param(fc, param); in vfs_fsconfig_locked()
/Linux-v5.4/include/linux/
Dfs_context.h131 extern int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param);
/Linux-v5.4/Documentation/filesystems/
Dmount_api.txt410 (*) int vfs_parse_fs_param(struct fs_context *fc,
441 A wrapper around vfs_parse_fs_param() that copies the value string it is