Searched refs:zpl_xattr_set (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_xattr.c | 594 zpl_xattr_set(struct inode *ip, const char *name, const void *value, in zpl_xattr_set() function 742 error = zpl_xattr_set(ip, xattr_name, value, size, flags); in __zpl_xattr_user_set() 811 error = zpl_xattr_set(ip, xattr_name, value, size, flags); in __zpl_xattr_trusted_set() 877 error = zpl_xattr_set(ip, xattr_name, value, size, flags); in __zpl_xattr_security_set() 991 error = zpl_xattr_set(ip, name, value, size, 0); in zpl_set_acl()
|