函数逻辑报告 |
Source Code:fs\posix_acl.c |
Create Date:2022-07-29 11:04:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Returns 0 if the acl can be exactly represented in the traditional* file mode permission bits, or else 1. Returns -E... on error.
函数原型:int posix_acl_equiv_mode(const struct posix_acl *acl, umode_t *mode_p)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct posix_acl * | acl | |
umode_t * | mode_p |
282 | mode等于0 |
283 | not_equiv等于0 |
288 | 如果非acl则返回:0 |
296 | 当:e_tag恒等于ACL_GROUP_OBJ |
311 | 默认 |
312 | 返回:负EINVAL |
317 | 返回:not_equiv |
名称 | 描述 |
---|---|
posix_acl_update_mode | posix_acl_update_mode - update mode in set_acl*@inode: target inode*@mode_p: mode (pointer) for update*@acl: acl pointer* Update the file mode when setting an ACL: compute the new file permission* bits based on the ACL |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |