Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\posix_acl.c Create Date:2022-07-28 20:29:49
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__posix_acl_chmod

Proto:int __posix_acl_chmod(struct posix_acl **acl, gfp_t gfp, umode_t mode)

Type:int

Parameter:

TypeParameterName
struct posix_acl **acl
gfp_tgfp
umode_tmode
539  clone = Clone an ACL.
540  err = -ENOMEM
541  If clone Then
542  err = Modify the ACL for the chmod syscall.
543  If err Then
545  clone = NULL
548  Free an ACL handle.
549  acl = clone
550  Return err
Caller
NameDescribe
posix_acl_chmod