Searched refs:zpl_set_acl_impl (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zpl_xattr.c | 965 zpl_set_acl_impl(struct inode *ip, struct posix_acl *acl, int type) in zpl_set_acl_impl() function 1053 return (zpl_set_acl_impl(d_inode(dentry), acl, type)); in zpl_set_acl() 1055 return (zpl_set_acl_impl(d_inode(dentry), acl, type)); in zpl_set_acl() 1057 return (zpl_set_acl_impl(ip, acl, type)); in zpl_set_acl() 1143 error = zpl_set_acl_impl(ip, acl, ACL_TYPE_DEFAULT); in zpl_init_acl() 1154 error = zpl_set_acl_impl(ip, acl, in zpl_init_acl() 1183 error = zpl_set_acl_impl(ip, acl, ACL_TYPE_ACCESS); in zpl_chmod_acl() 1307 error = zpl_set_acl_impl(ip, acl, type); in __zpl_xattr_acl_set_access() 1350 error = zpl_set_acl_impl(ip, acl, type); in __zpl_xattr_acl_set_default()
|