函数逻辑报告 |
Source Code:fs\pipe.c |
Create Date:2022-07-29 10:34:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:pipe_fcntl
函数原型:long pipe_fcntl(struct file *file, unsigned int cmd, unsigned long arg)
返回类型:long
参数:
类型 | 参数 | 名称 |
---|---|---|
struct file * | file | |
unsigned int | cmd | |
unsigned long | arg |
1277 | pipe等于After the inode slimming patch, i_pipe/i_bdev/i_cdev share the same* location, so checking ->i_pipe is not enough to verify that this is a* pipe. |
1281 | __pipe_lock(pipe) |
1285 | ret等于Allocate a new array of pipe buffers and copy the info over. Returns the* pipe size if successful, or return -ERROR on error. |
1286 | 退出 |
1287 | 当:cmd恒等于F_GETPIPE_SZ |
1290 | 默认 |
1295 | __pipe_unlock(pipe) |
1296 | 返回:ret |
名称 | 描述 |
---|---|
do_fcntl |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |