Function report |
Source Code:fs\xattr.c |
Create Date:2022-07-28 20:09:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Find the xattr_handler with the matching prefix.
Proto:static const struct xattr_handler *xattr_resolve_name(struct inode *inode, const char **name)
Type:struct xattr_handler
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode | |
const char ** | name |
60 | If Value for the false possibility is greater at compile time(is an inode errored) Then Return ERR_PTR( - EIO) |
62 | Return ERR_PTR( - EOPNOTSUPP) |
67 | n = strcmp_prefix( * name, xattr_prefix(handler)) |
68 | If n Then |
78 | Return ERR_PTR( - EOPNOTSUPP) |
Name | Describe |
---|---|
__vfs_setxattr | |
vfs_getxattr_alloc | vfs_getxattr_alloc - allocate memory, if necessary, before calling getxattr* Allocate memory, if not already allocated, or re-allocate correct size,* before retrieving the extended attribute. |
__vfs_getxattr | |
__vfs_removexattr |
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 |