函数逻辑报告 |
Source Code:fs\xattr.c |
Create Date:2022-07-29 10:40:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:simple_xattr_set - xattr SET operation for in-memory/pseudo filesystems*@xattrs: target simple_xattr list*@name: name of the extended attribute*@value: value of the xattr
函数原型:int simple_xattr_set(struct simple_xattrs *xattrs, const char *name, const void *value, size_t size, int flags)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct simple_xattrs * | xattrs | |
const char * | name | |
const void * | value | |
size_t | size | |
int | flags |
874 | struct simple_xattr * new_xattr = NULL |
875 | err等于0 |
878 | 如果value则 |
884 | 如果非name则 |
890 | 加自旋锁 |
892 | 如果非字符串比较则 |
893 | 如果flags按位与set value, fail if attr already exists 则 |
896 | 否则如果new_xattr则 |
897 | 更新链表项 |
898 | 否则 |
899 | 删除链表项 |
901 | 转到:out |
904 | 如果flags按位与set value, fail if attr does not exist 则 |
907 | 否则 |
911 | out : |
912 | 自旋锁解锁 |
913 | 如果xattr则 |
917 | 返回:err |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |