函数逻辑报告 |
Source Code:fs\xattr.c |
Create Date:2022-07-29 10:40:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:xattr_getsecurity
函数原型:static ssize_t xattr_getsecurity(struct inode *inode, const char *name, void *value, size_t size)
返回类型:ssize_t
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode | |
const char * | name | |
void * | value | |
size_t | size |
236 | void * buffer = NULL |
240 | len等于security_inode_getsecurity(inode, name, & buffer, false) |
241 | 转到:out_noalloc |
244 | len等于security_inode_getsecurity(inode, name, & buffer, true) |
252 | out : |
253 | 释放内存 |
254 | out_noalloc : |
255 | 返回:len |
名称 | 描述 |
---|---|
vfs_getxattr |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |