Function report | 
Source Code:fs\posix_acl.c | 
Create Date:2022-07-28 20:29:50 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:posix_acl_xattr_get
Proto:static int posix_acl_xattr_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *value, size_t size)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| const struct xattr_handler * | handler | |
| struct dentry * | unused | |
| struct inode * | inode | |
| const char * | name | |
| void * | value | |
| size_t | size | 
| 843 | If Not IS_POSIXACL(inode) Then Return -EOPNOTSUPP | 
| 845 | If S_ISLNK(i_mode) Then Return -EOPNOTSUPP | 
| 848 | acl = get_acl(inode, s private flags ) | 
| 857 | Return error | 
| 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  |