Function report |
Source Code:fs\fcntl.c |
Create Date:2022-07-28 20:05:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:f_getown_ex
Proto:static int f_getown_ex(struct file *filp, unsigned long arg)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | filp | |
unsigned long | arg |
204 | ret = 0 |
206 | read_lock( & protects pid, uid, euid fields ) |
210 | type = F_OWNER_TID |
211 | Break |
214 | type = F_OWNER_PID |
215 | Break |
218 | type = F_OWNER_PGRP |
219 | Break |
221 | Default |
228 | If Not ret Then |
233 | Return ret |
Name | Describe |
---|---|
do_fcntl |
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 |