函数逻辑报告 |
Source Code:fs\fs_context.c |
Create Date:2022-07-29 10:44:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:vfs_parse_fs_string - Convenience function to just parse a string.
函数原型:int vfs_parse_fs_string(struct fs_context *fc, const char *key, const char *value, size_t v_size)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct fs_context * | fc | |
const char * | key | |
const char * | value | |
size_t | v_size |
176 | struct fs_parameter param = {Parameter name = key, The type of value here = fs_value_is_string, size = v_size, } |
182 | 如果v_size大于0则 |
189 | 释放内存 |
190 | 返回:ret |
名称 | 描述 |
---|---|
do_new_mount | reate a new mount for userspace and request it to be added into the* namespace's tree |
generic_parse_monolithic | generic_parse_monolithic - Parse key[=val][,key[=val]]* mount data*@ctx: The superblock configuration to fill in.*@data: The data to parse* Parse a blob of data that's in key[=val][,key[=val]]* form. This can be |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |