函数逻辑报告 |
Source Code:fs\posix_acl.c |
Create Date:2022-07-29 11:04:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Modify acl when creating a new inode. The caller must ensure the acl is* only referenced once.* mode_p initially must contain the mode parameter to the open() / creat()* system calls. All permissions that are not granted by the acl are removed.
函数原型:static int posix_acl_create_masq(struct posix_acl *acl, umode_t *mode_p)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct posix_acl * | acl | |
umode_t * | mode_p |
419 | struct posix_acl_entry * group_obj = NULL, * mask_obj = NULL |
421 | not_equiv等于0 |
437 | 当:e_tag恒等于ACL_GROUP_OBJ |
451 | 默认 |
452 | 返回:负EIO |
456 | 如果mask_obj则 |
459 | 否则 |
467 | 返回:not_equiv |
名称 | 描述 |
---|---|
__posix_acl_create | |
posix_acl_create |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |