函数逻辑报告 |
Source Code:fs\aio.c |
Create Date:2022-07-29 10:53:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:aio_private_file
函数原型:static struct file *aio_private_file(struct kioctx *ctx, loff_t nr_pages)
返回类型:struct file
参数:
类型 | 参数 | 名称 |
---|---|---|
struct kioctx * | ctx | |
loff_t | nr_pages |
238 | inode等于A single inode exists for all anon_inode files. Contrary to pipes,* anon_inode inodes have no associated per-instance data, so we need* only allocate one of them. |
242 | a_ops等于aio_ctx_aops |
243 | private_data等于ctx |
246 | file等于alloc_file_pseudo(inode, aio_mnt, "[aio]", O_RDWR, & aio_ring_fops) |
250 | 返回:file |
名称 | 描述 |
---|---|
aio_setup_ring |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |