Function report |
Source Code:include\linux\syscalls.h |
Create Date:2022-07-28 05:58:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ksys_open
Proto:static inline long ksys_open(const char __user *filename, int flags, umode_t mode)
Type:long
Parameter:
Type | Parameter | Name |
---|---|---|
const char __user * | filename | |
int | flags | |
umode_t | mode |
1381 | If force_o_largefile() Then flags |= O_LARGEFILE |
1383 | Return do_sys_open(Special value used to indicateopenat should use the currentworking directory. , filename, flags, mode) |
Name | Describe |
---|---|
console_on_rootfs | |
do_name | |
rd_load_image | |
handle_initrd | |
md_setup_drive | |
autodetect_raid | |
SYSCALL_DEFINE2 | For backward compatibility? Maybe this should be moved* into arch/i386 instead? |
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 |