Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dxattr.h123 struct simple_xattr *simple_xattr_alloc(const void *value, size_t size);
/linux/fs/
H A Dxattr.c1218 * simple_xattr_alloc - allocate new xattr object
1228 struct simple_xattr *simple_xattr_alloc(const void *value, size_t size) in simple_xattr_alloc() function
1358 new_xattr = simple_xattr_alloc(value, size); in simple_xattr_set()
/linux/mm/
H A Dshmem.c4325 new_xattr = simple_xattr_alloc(xattr->value, xattr->value_len); in shmem_initxattrs()