Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c805 zfs_acl_node_t *newaclnode; in zfs_acl_xform() local
826 newaclnode = zfs_acl_node_alloc(aclp->z_acl_count * in zfs_acl_xform()
830 oldaclp, newaclnode->z_acldata, aclp->z_acl_count, in zfs_acl_xform()
831 &newaclnode->z_size, NULL, cr) == 0); in zfs_acl_xform()
832 newaclnode->z_ace_count = aclp->z_acl_count; in zfs_acl_xform()
842 list_insert_head(&aclp->z_acl, newaclnode); in zfs_acl_xform()
844 aclp->z_acl_bytes = newaclnode->z_size; in zfs_acl_xform()
845 aclp->z_acl_count = newaclnode->z_ace_count; in zfs_acl_xform()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c805 zfs_acl_node_t *newaclnode; in zfs_acl_xform() local
826 newaclnode = zfs_acl_node_alloc(aclp->z_acl_count * in zfs_acl_xform()
830 aclp, oldaclp, newaclnode->z_acldata, aclp->z_acl_count, in zfs_acl_xform()
831 &newaclnode->z_size, NULL, cr) == 0); in zfs_acl_xform()
832 newaclnode->z_ace_count = aclp->z_acl_count; in zfs_acl_xform()
842 list_insert_head(&aclp->z_acl, newaclnode); in zfs_acl_xform()
844 aclp->z_acl_bytes = newaclnode->z_size; in zfs_acl_xform()
845 aclp->z_acl_count = newaclnode->z_ace_count; in zfs_acl_xform()