Home
last modified time | relevance | path

Searched refs:xattr_value (Results 1 – 1 of 1) sorted by relevance

/fs/
Dxattr.c267 vfs_getxattr_alloc(struct dentry *dentry, const char *name, char **xattr_value, in vfs_getxattr_alloc() argument
272 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()