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:vfs_listxattr
Proto:ssize_t vfs_listxattr(struct dentry *dentry, char *list, size_t size)
Type:ssize_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | dentry | |
char * | list | |
size_t | size |
352 | error = security_inode_listxattr(dentry) |
357 | Else |
358 | error = security_inode_listsecurity(inode, list, size) |
362 | Return error |
Name | Describe |
---|---|
listxattr | Extended attribute LIST operations |
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 |