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_setxattr
Proto:int vfs_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | dentry | |
const char * | name | |
const void * | value | |
size_t | size | |
int | flags |
215 | error = Check permissions for extended attribute access. This is a bit complicated* because different namespaces have very different rules. |
219 | inode_lock(inode) |
224 | error = __vfs_setxattr_noperm - perform setxattr operation without performing* permission checks |
226 | out : |
227 | inode_unlock(inode) |
228 | Return error |
Name | Describe |
---|---|
setxattr | Extended attribute SET 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 |