Function report |
Source Code:fs\open.c |
Create Date:2022-07-28 20:00:55 |
Last Modify:2020-03-18 10:16:03 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_fchmodat
Proto:int do_fchmodat(int dfd, const char __user *filename, umode_t mode)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | dfd | |
const char __user * | filename | |
umode_t | mode |
596 | retry : |
597 | error = user_path_at(dfd, filename, lookup_flags, & path) |
598 | If Not error Then |
599 | error = chmod_common( & path, mode) |
603 | Go to retry |
606 | Return error |
Name | Describe |
---|---|
SYSCALL_DEFINE3 | |
SYSCALL_DEFINE2 |
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 |