函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\posix_acl.c Create Date:2022-07-29 11:04:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:__posix_acl_chmod

函数原型:int __posix_acl_chmod(struct posix_acl **acl, gfp_t gfp, umode_t mode)

返回类型:int

参数:

类型参数名称
struct posix_acl **acl
gfp_tgfp
umode_tmode
539  clone等于Clone an ACL.
540  err等于负ENOMEM
541  如果clone
542  err等于Modify the ACL for the chmod syscall.
543  如果err
545  clone = NULL
548  Free an ACL handle.
549  acl等于clone
550  返回:err
调用者
名称描述
posix_acl_chmod