函数逻辑报告 |
Source Code:lib\iov_iter.c |
Create Date:2022-07-27 07:21:20 |
Last Modify:2022-05-21 11:43:54 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:import_single_range
函数原型:int import_single_range(int rw, void __user *buf, size_t len, struct iovec *iov, struct iov_iter *i)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
int | rw | |
void __user * | buf | |
size_t | len | |
struct iovec * | iov | |
struct iov_iter * | i |
1721 | 如果len大于MAX_RW_COUNT则len等于MAX_RW_COUNT |
1727 | Must be size_t (1003.1g) 等于len |
1728 | iov_iter_init(i, rw, iov, 1, len) |
1729 | 返回:0 |
名称 | 描述 |
---|---|
blk_rq_map_user | REQ_BLOCK_PC请求 |
keyctl_instantiate_key | Instantiate a key with the specified payload and link the key into the* destination keyring if one is given.* The caller must have the appropriate instantiation permit set for this to* work (see keyctl_assume_authority). No other permissions are required. |
aio_setup_rw |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |