Function report |
Source Code:fs\posix_acl.c |
Create Date:2022-07-28 20:29:49 |
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_update_mode - update mode in set_acl*@inode: target inode*@mode_p: mode (pointer) for update*@acl: acl pointer* Update the file mode when setting an ACL: compute the new file permission* bits based on the ACL
Proto:int posix_acl_update_mode(struct inode *inode, umode_t *mode_p, struct posix_acl **acl)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode | |
umode_t * | mode_p | |
struct posix_acl ** | acl |
653 | error = Returns 0 if the acl can be exactly represented in the traditional* file mode permission bits, or else 1. Returns -E... on error. |
662 | Return 0 |
Name | Describe |
---|---|
simple_set_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 |