函数逻辑报告 |
Source Code:block\bio.c |
Create Date:2022-07-27 18:30:49 |
Last Modify:2020-03-17 23:13:58 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:_copy_data - copy contents of data buffers from one bio to another*@src: source bio*@dst: destination bio* Stops when it reaches the end of either @src or @dst - that is, copies* min(src->bi_size, dst->bi_size) bytes (or the equivalent for lists of bios).
函数原型:void bio_copy_data(struct bio *dst, struct bio *src)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bio * | dst | |
struct bio * | src |
1097 | bio_copy_data_iter(dst, & dst_iter, src, & src_iter) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |