Function report |
Source Code:fs\posix_acl.c |
Create Date:2022-07-28 20:29:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Allocate a new ACL with the specified number of entries.
Proto:struct posix_acl *posix_acl_alloc(int count, gfp_t flags)
Type:struct posix_acl
Parameter:
Type | Parameter | Name |
---|---|---|
int | count | |
gfp_t | flags |
181 | acl = Allocation memory |
182 | If acl Then Init a fresh posix_acl |
184 | Return acl |
Name | Describe |
---|---|
posix_acl_from_mode | Create an ACL representing the file mode permission bits of an inode. |
posix_acl_from_xattr | Convert from extended attribute to in-memory representation. |
xdr_nfsace_decode |
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 |