函数逻辑报告 |
Source Code:include\linux\fs.h |
Create Date:2022-07-27 06:44:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lemap_set_wb_err - set a writeback error on an address_space*@mapping: mapping in which to set writeback error*@err: error to be set in mapping* When writeback fails in some way, we must record that error so that
函数原型:static inline void filemap_set_wb_err(struct address_space *mapping, int err)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct address_space * | mapping | |
int | err |
2782 | 如果此条件成立可能性小(为编译器优化)(err)则__filemap_set_wb_err(mapping, err) |
名称 | 描述 |
---|---|
mapping_set_error | mapping_set_error - record a writeback error in the address_space*@mapping - the mapping in which an error should be set*@error - the error to set in the mapping* When writeback fails in some way, we must record that error so that |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |