Print this page
11945 pool import performance regression due to repeated libshare initialization
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Jason King <jason.brian.king@gmail.com>


   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright (c) 2016 by Delphix. All rights reserved.

  24 #
  25 
  26 #
  27 # MAPFILE HEADER START
  28 #
  29 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  30 # Object versioning must comply with the rules detailed in
  31 #
  32 #       usr/src/lib/README.mapfiles
  33 #
  34 # You should not be making modifications here until you've read the most current
  35 # copy of that file. If you need help, contact a gatekeeper for guidance.
  36 #
  37 # MAPFILE HEADER END
  38 #
  39 
  40 $mapfile_version 2
  41 
  42 SYMBOL_VERSION SUNWprivate {
  43     global:


  97         sa_get_next_protocol_section;
  98         sa_remove_share;
  99         sa_is_share;
 100         sa_get_share_description;
 101         sa_get_share;
 102         sa_get_next_group;
 103         sa_set_share_attr;
 104         sa_destroy_optionset;
 105         sa_get_derived_security;
 106         sa_proto_get_properties;
 107         sa_get_all_security_types;
 108         sa_get_resource;
 109         sa_set_share_description;
 110         sa_set_group_attr;
 111         sa_disable_share;
 112         sa_get_next_property;
 113         sa_get_next_security;
 114         sa_get_protocol_status;
 115         sa_init;
 116         sa_init_arg;

 117         sa_find_share;
 118         sa_set_protocol_property;
 119         sa_fini;
 120         sa_errorstr;
 121         sa_get_next_share;
 122         sa_free_attr_string;
 123         sa_get_property_attr;
 124         sa_get_security_attr;
 125         sa_delete_legacy;
 126         sa_free_derived_security;
 127         sa_enable_share;
 128         sa_enable_resource;
 129         sa_create_group;
 130         sa_valid_protocol;
 131         sa_find_group_handle;
 132         sa_add_resource;
 133         sa_remove_resource;
 134         sa_rename_resource;
 135         sa_get_resource;
 136         sa_get_next_resource;




   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright (c) 2016 by Delphix. All rights reserved.
  24 # Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
  25 #
  26 
  27 #
  28 # MAPFILE HEADER START
  29 #
  30 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  31 # Object versioning must comply with the rules detailed in
  32 #
  33 #       usr/src/lib/README.mapfiles
  34 #
  35 # You should not be making modifications here until you've read the most current
  36 # copy of that file. If you need help, contact a gatekeeper for guidance.
  37 #
  38 # MAPFILE HEADER END
  39 #
  40 
  41 $mapfile_version 2
  42 
  43 SYMBOL_VERSION SUNWprivate {
  44     global:


  98         sa_get_next_protocol_section;
  99         sa_remove_share;
 100         sa_is_share;
 101         sa_get_share_description;
 102         sa_get_share;
 103         sa_get_next_group;
 104         sa_set_share_attr;
 105         sa_destroy_optionset;
 106         sa_get_derived_security;
 107         sa_proto_get_properties;
 108         sa_get_all_security_types;
 109         sa_get_resource;
 110         sa_set_share_description;
 111         sa_set_group_attr;
 112         sa_disable_share;
 113         sa_get_next_property;
 114         sa_get_next_security;
 115         sa_get_protocol_status;
 116         sa_init;
 117         sa_init_arg;
 118         sa_service;
 119         sa_find_share;
 120         sa_set_protocol_property;
 121         sa_fini;
 122         sa_errorstr;
 123         sa_get_next_share;
 124         sa_free_attr_string;
 125         sa_get_property_attr;
 126         sa_get_security_attr;
 127         sa_delete_legacy;
 128         sa_free_derived_security;
 129         sa_enable_share;
 130         sa_enable_resource;
 131         sa_create_group;
 132         sa_valid_protocol;
 133         sa_find_group_handle;
 134         sa_add_resource;
 135         sa_remove_resource;
 136         sa_rename_resource;
 137         sa_get_resource;
 138         sa_get_next_resource;