Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dxattr.h119 struct simple_xattr *simple_xattr_alloc(const void *value, size_t size);
/linux-6.12.1/fs/
Dxattr.c1090 struct simple_xattr *simple_xattr_alloc(const void *value, size_t size) in simple_xattr_alloc() function
1220 new_xattr = simple_xattr_alloc(value, size); in simple_xattr_set()
/linux-6.12.1/mm/
Dshmem.c3957 new_xattr = simple_xattr_alloc(xattr->value, xattr->value_len); in shmem_initxattrs()