Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:do_fchmodat

Proto:int do_fchmodat(int dfd, const char __user *filename, umode_t mode)

Type:int

Parameter:

TypeParameterName
intdfd
const char __user *filename
umode_tmode
595  lookup_flags = llow links at the end
596  retry :
597  error = user_path_at(dfd, filename, lookup_flags, & path)
598  If Not error Then
599  error = chmod_common( & path, mode)
600  path_put( & path)
603  Go to retry
606  Return error
Caller
NameDescribe
SYSCALL_DEFINE3
SYSCALL_DEFINE2