Searched refs:xattr_value (Results 1 – 1 of 1) sorted by relevance
267 vfs_getxattr_alloc(struct dentry *dentry, const char *name, char **xattr_value, in vfs_getxattr_alloc() argument272 char *value = *xattr_value; in vfs_getxattr_alloc()289 value = krealloc(*xattr_value, error + 1, flags); in vfs_getxattr_alloc()296 *xattr_value = value; in vfs_getxattr_alloc()