simple_xattr_alloc  879 fs/xattr.c     		new_xattr = simple_xattr_alloc(value, size);
simple_xattr_alloc  101 include/linux/xattr.h struct simple_xattr *simple_xattr_alloc(const void *value, size_t size);
simple_xattr_alloc 3207 mm/shmem.c     		new_xattr = simple_xattr_alloc(xattr->value, xattr->value_len);