函数逻辑报告 |
Source Code:fs\file.c |
Create Date:2022-07-29 10:38:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Copy all file descriptors from the old table to the new, expanded table and* clear the extra space. Called with the files spinlock held for write.
函数原型:static void copy_fdtable(struct fdtable *nfdt, struct fdtable *ofdt)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct fdtable * | nfdt | |
struct fdtable * | ofdt |
79 | memcpy( current fd array , current fd array , cpy) |
80 | memset((char * ) current fd array + cpy, 0, set) |
名称 | 描述 |
---|---|
expand_fdtable | Expand the file descriptor table.* This function will allocate a new fdtable and both fd array and fdset, of* the given size.* Return <0 error code on error; 1 on successful completion. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |