Function report |
Source Code:fs\xattr.c |
Create Date:2022-07-28 20:09:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:vfs_removexattr
Proto:int vfs_removexattr(struct dentry *dentry, const char *name)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | dentry | |
const char * | name |
387 | error = Check permissions for extended attribute access. This is a bit complicated* because different namespaces have very different rules. |
391 | inode_lock(inode) |
392 | error = security_inode_removexattr(dentry, name) |
396 | error = __vfs_removexattr(dentry, name) |
398 | If Not error Then |
403 | out : |
404 | inode_unlock(inode) |
405 | Return error |
Name | Describe |
---|---|
removexattr | Extended attribute REMOVE operations |
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 |