Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:ksys_open

Proto:static inline long ksys_open(const char __user *filename, int flags, umode_t mode)

Type:long

Parameter:

TypeParameterName
const char __user *filename
intflags
umode_tmode
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)
Caller
NameDescribe
console_on_rootfs
do_name
rd_load_image
handle_initrd
md_setup_drive
autodetect_raid
SYSCALL_DEFINE2For backward compatibility? Maybe this should be moved* into arch/i386 instead?