函数逻辑报告 |
Source Code:fs\splice.c |
Create Date:2022-07-29 10:42:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Note that vmsplice only really supports true splicing _from_ user memory* to a pipe, not the other way around. Splicing from user memory is a simple* operation that can be supported without any funky alignment restrictions* or nasty vm tricks
函数原型:static long do_vmsplice(struct file *f, struct iov_iter *iter, unsigned int flags)
返回类型:long
参数:
类型 | 参数 | 名称 |
---|---|---|
struct file * | f | |
struct iov_iter * | iter | |
unsigned int | flags |
1363 | 如果此条件成立可能性小(为编译器优化)(flags & ~SPLICE_F_ALL)则返回:负EINVAL |
1366 | 如果非iov_iter_count(iter)则返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |