函数逻辑报告 |
Source Code:fs\posix_acl.c |
Create Date:2022-07-29 11:04:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Check if an acl is valid. Returns 0 if it is, or -E... otherwise.
函数原型:int posix_acl_valid(struct user_namespace *user_ns, const struct posix_acl *acl)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct user_namespace * | user_ns | |
const struct posix_acl * | acl |
214 | needs_mask等于0 |
217 | 如果e_perm按位与permissions in the e_perm field 按位或ACL_WRITE按位或ACL_EXECUTE的值的反则返回:负EINVAL |
235 | 当:e_tag恒等于ACL_GROUP_OBJ |
264 | 默认 |
265 | 返回:负EINVAL |
268 | 如果state恒等于0则返回:0 |
270 | 返回:负EINVAL |
名称 | 描述 |
---|---|
set_posix_acl |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |