Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\open.c Create Date:2022-07-28 20:01:00
Last Modify:2020-03-18 10:16:03 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:For backward compatibility? Maybe this should be moved* into arch/i386 instead?

Proto:SYSCALL_DEFINE2(creat, const char __user *, pathname, umode_t, mode)

Type:

Parameter:Nothing

1155  Return ksys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode)