函数逻辑报告 |
Source Code:fs\file.c |
Create Date:2022-07-29 10:38:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__fget
函数原型:static struct file *__fget(unsigned int fd, fmode_t mask, unsigned int refs)
返回类型:struct file
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | fd | |
fmode_t | mask | |
unsigned int | refs |
715 | loop : |
716 | file等于fcheck_files(files, fd) |
717 | 如果file则 |
729 | 返回:file |
名称 | 描述 |
---|---|
fget_many | |
fget | |
fget_raw | |
__fget_light | Lightweight file lookup - no refcnt increment if fd table isn't shared.* You can use this instead of fget if you satisfy all of the following* conditions:* 1) You must call fput_light before exiting the syscall and returning control* to userspace (i |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |