| Function report | 
| Source Code: fs\file.c | Create Date:2022-07-28 20:08:32 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:__fget
Proto:static struct file *__fget(unsigned int fd, fmode_t mask, unsigned int refs)
Type:struct file
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| unsigned int | fd | |
| fmode_t | mask | |
| unsigned int | refs | 
| 715 | loop : | 
| 716 | file = fcheck_files(files, fd) | 
| 717 | If file Then | 
| 729 | Return file | 
| Name | Describe | 
|---|---|
| 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 | 
| Source code conversion tool public plug-in interface | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |