Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dxattr.h89 struct simple_xattr *simple_xattr_alloc(const void *value, size_t size);
/linux-4.1.27/fs/
Dxattr.c797 struct simple_xattr *simple_xattr_alloc(const void *value, size_t size) in simple_xattr_alloc() function
852 new_xattr = simple_xattr_alloc(value, size); in __simple_xattr_set()
/linux-4.1.27/mm/
Dshmem.c2524 new_xattr = simple_xattr_alloc(xattr->value, xattr->value_len); in shmem_initxattrs()