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 | 966 zpl_set_acl_impl(struct inode *ip, struct posix_acl *acl, int type) in zpl_set_acl_impl() function 1054 return (zpl_set_acl_impl(d_inode(dentry), acl, type)); in zpl_set_acl() 1056 return (zpl_set_acl_impl(d_inode(dentry), acl, type)); in zpl_set_acl() 1058 return (zpl_set_acl_impl(ip, acl, type)); in zpl_set_acl() 1144 error = zpl_set_acl_impl(ip, acl, ACL_TYPE_DEFAULT); in zpl_init_acl() 1155 error = zpl_set_acl_impl(ip, acl, in zpl_init_acl() 1184 error = zpl_set_acl_impl(ip, acl, ACL_TYPE_ACCESS); in zpl_chmod_acl() 1308 error = zpl_set_acl_impl(ip, acl, type); in __zpl_xattr_acl_set_access() 1351 error = zpl_set_acl_impl(ip, acl, type); in __zpl_xattr_acl_set_default()
|