Function report |
Source Code:fs\xattr.c |
Create Date:2022-07-28 20:09:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xattr_getsecurity
Proto:static ssize_t xattr_getsecurity(struct inode *inode, const char *name, void *value, size_t size)
Type:ssize_t
Parameter:
Type | Parameter | Name |
---|---|---|
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 | Go to out_noalloc |
244 | len = security_inode_getsecurity(inode, name, & buffer, true) |
252 | out : |
254 | out_noalloc : |
255 | Return len |
Name | Describe |
---|---|
vfs_getxattr |
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 |