Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c823 zfs_acl_node_t *newaclnode; in zfs_acl_xform() local
847 newaclnode = zfs_acl_node_alloc(aclp->z_acl_count * in zfs_acl_xform()
851 oldaclp, newaclnode->z_acldata, aclp->z_acl_count, in zfs_acl_xform()
852 &newaclnode->z_size, NULL, cr) == 0); in zfs_acl_xform()
853 newaclnode->z_ace_count = aclp->z_acl_count; in zfs_acl_xform()
863 list_insert_head(&aclp->z_acl, newaclnode); in zfs_acl_xform()
865 aclp->z_acl_bytes = newaclnode->z_size; in zfs_acl_xform()
866 aclp->z_acl_count = newaclnode->z_ace_count; in zfs_acl_xform()