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_set
Proto:static int posix_acl_xattr_set(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct xattr_handler * | handler | |
struct dentry * | unused | |
struct inode * | inode | |
const char * | name | |
const void * | value | |
size_t | size | |
int | flags |
891 | If value Then |
896 | ret = set_posix_acl(inode, s private flags , acl) |
898 | Return ret |
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 |