Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dxattr.h103 struct simple_xattr *simple_xattr_alloc(const void *value, size_t size);
/linux-4.19.296/fs/
Dxattr.c879 struct simple_xattr *simple_xattr_alloc(const void *value, size_t size) in simple_xattr_alloc() function
948 new_xattr = simple_xattr_alloc(value, size); in simple_xattr_set()