Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/
A Dfs_context.c127 int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param) in vfs_parse_fs_param() function
161 EXPORT_SYMBOL(vfs_parse_fs_param);
184 ret = vfs_parse_fs_param(fc, &param); in vfs_parse_fs_string()
A Dfsopen.c265 return vfs_parse_fs_param(fc, param); in vfs_fsconfig_locked()
/linux-6.3-rc2/include/linux/
A Dfs_context.h136 extern int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param);
/linux-6.3-rc2/fs/nfs/
A Dnfs4super.c188 ret = vfs_parse_fs_param(root_fc, &param); in do_nfs4_mount()
/linux-6.3-rc2/Documentation/filesystems/
A Dmount_api.rst479 int vfs_parse_fs_param(struct fs_context *fc,
513 A wrapper around vfs_parse_fs_param() that copies the value string it is

Completed in 7 milliseconds