函数逻辑报告 |
Source Code:fs\libfs.c |
Create Date:2022-07-29 10:41:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:simple_write_to_buffer - copy data from user space to the buffer*@to: the buffer to write to*@available: the size of the buffer*@ppos: the current position in the buffer*@from: the user space buffer to read from*@count: the maximum number of bytes to
函数原型:ssize_t simple_write_to_buffer(void *to, size_t available, loff_t *ppos, const void __user *from, size_t count)
返回类型:ssize_t
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | to | |
size_t | available | |
loff_t * | ppos | |
const void __user * | from | |
size_t | count |
697 | 返回:count |
名称 | 描述 |
---|---|
snapshot_write |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |