Function report |
Source Code:fs\xattr.c |
Create Date:2022-07-28 20:10:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Allocate new xattr and copy in the value; but leave the name to callers.
Proto:struct simple_xattr *simple_xattr_alloc(const void *value, size_t size)
Type:struct simple_xattr
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | value | |
size_t | size |
820 | new_xattr = Allocation memory |
821 | If Not new_xattr Then Return NULL |
826 | Return new_xattr |
Name | Describe |
---|---|
simple_xattr_set | 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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |