函数逻辑报告 |
Source Code:fs\namei.c |
Create Date:2022-07-29 10:34:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:generic_permission - check for access rights on a Posix-like filesystem*@inode: inode to check access rights for*@mask: right to check for (%MAY_READ, %MAY_WRITE, %MAY_EXEC,
函数原型:int generic_permission(struct inode *inode, int mask)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode | |
int | mask |
348 | 返回:0 |
351 | 返回:负EACCES |
360 | 返回:0 |
368 | 返回:0 |
370 | 返回:负EACCES |
名称 | 描述 |
---|---|
do_inode_permission | We _really_ want to just do "generic_permission()" without* even looking at the inode->i_op values. So we keep a cache* flag in inode->i_opflags, that says "this has not special* permission function, use the fast case". |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |