Searched refs:simple_xattr_alloc (Results 1 – 3 of 3) sorted by relevance
106 struct simple_xattr *simple_xattr_alloc(const void *value, size_t size);
907 struct simple_xattr *simple_xattr_alloc(const void *value, size_t size) in simple_xattr_alloc() function981 new_xattr = simple_xattr_alloc(value, size); in simple_xattr_set()
3247 new_xattr = simple_xattr_alloc(xattr->value, xattr->value_len); in shmem_initxattrs()