Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_xattr.c432 zpl_xattr_get(struct inode *ip, const char *name, void *value, size_t size) in zpl_xattr_get() function
730 error = zpl_xattr_get(ip, xattr_name, value, size); in __zpl_xattr_user_get()
733 error = zpl_xattr_get(ip, name, value, size); in __zpl_xattr_user_get()
834 error = zpl_xattr_get(ip, xattr_name, value, size); in __zpl_xattr_trusted_get()
896 error = zpl_xattr_get(ip, xattr_name, value, size); in __zpl_xattr_security_get()
1080 int size = zpl_xattr_get(ip, name, NULL, 0); in zpl_get_acl_impl()
1083 size = zpl_xattr_get(ip, name, value, size); in zpl_get_acl_impl()