函数逻辑报告 |
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_param - Add a single parameter to a superblock config*@fc: The filesystem context to modify*@param: The parameter* A single mount option in string form is applied to the filesystem context* being set up
函数原型:int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct fs_context * | fc | |
struct fs_parameter * | param |
134 | 如果ret不等于负Parameter not supported 则返回:ret |
138 | 如果ret不等于负Parameter not supported 则返回:ret |
144 | 如果parse_param则 |
145 | ret等于parse_param(fc, param) |
146 | 如果ret不等于负Parameter not supported 则返回:ret |
153 | 如果字符串比较恒等于0则 |
159 | string = NULL |
160 | 返回:0 |
名称 | 描述 |
---|---|
vfs_parse_fs_string | vfs_parse_fs_string - Convenience function to just parse a string. |
vfs_fsconfig_locked | Check the state and apply the configuration. Note that this function is* allowed to 'steal' the value by setting param->xxx to NULL before returning. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |