Function report |
Source Code:fs\nfs_common\nfsacl.c |
Create Date:2022-07-28 20:29:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Convert from a Solaris ACL to a POSIX 1003.1e draft 17 ACL.
Proto:static int posix_acl_from_nfsacl(struct posix_acl *acl)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct posix_acl * | acl |
224 | If Not acl Then Return 0 |
227 | sort(a_entries, a_count, sizeof(structposix_acl_entry), cmp_acl_entry, NULL) |
233 | Case e_tag == _tag entry in struct posix_acl_entry |
234 | Break |
235 | Case e_tag == ACL_GROUP_OBJ |
242 | Break |
252 | Return 0 |
Name | Describe |
---|---|
nfsacl_decode | sacl_decode - Decode an NFSv3 ACL*@buf: xdr_buf containing XDR'd ACL data to decode*@base: byte offset in xdr_buf where XDR'd ACL begins*@aclcnt: count of ACEs in decoded posix_acl*@pacl: buffer in which to place decoded posix_acl |
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 |