Print this page
8115 parallel zfs mount


   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 #
  23 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright (c) 2011, 2014 by Delphix. All rights reserved.
  25 # Copyright 2016 Nexenta Systems, Inc.
  26 #
  27 
  28 #
  29 # MAPFILE HEADER START
  30 #
  31 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  32 # Object versioning must comply with the rules detailed in
  33 #
  34 #       usr/src/lib/README.mapfiles
  35 #
  36 # You should not be making modifications here until you've read the most current
  37 # copy of that file. If you need help, contact a gatekeeper for guidance.
  38 #
  39 # MAPFILE HEADER END
  40 #
  41 
  42 $mapfile_version 2
  43 
  44 SYMBOL_VERSION SUNWprivate_1.1 {
  45     global:
  46         fletcher_2_native;
  47         fletcher_2_byteswap;
  48         fletcher_4_native;
  49         fletcher_4_byteswap;
  50         fletcher_4_incremental_native;
  51         fletcher_4_incremental_byteswap;
  52         libzfs_add_handle;
  53         libzfs_dataset_cmp;
  54         libzfs_errno;
  55         libzfs_error_action;
  56         libzfs_error_description;
  57         libzfs_fini;
  58         libzfs_fru_compare;
  59         libzfs_fru_devpath;
  60         libzfs_fru_lookup;
  61         libzfs_fru_notself;
  62         libzfs_fru_refresh;
  63         libzfs_init;
  64         libzfs_mnttab_cache;
  65         libzfs_print_on_error;
  66         spa_feature_table;
  67         zfs_allocatable_devs;
  68         zfs_asprintf;
  69         zfs_bookmark_exists;
  70         zfs_clone;
  71         zfs_close;
  72         zfs_create;
  73         zfs_create_ancestors;
  74         zfs_dataset_exists;
  75         zfs_deleg_share_nfs;
  76         zfs_destroy;
  77         zfs_destroy_snaps;
  78         zfs_destroy_snaps_nvl;
  79         zfs_expand_proplist;

  80         zfs_get_handle;
  81         zfs_get_holds;
  82         zfs_get_hole_count;
  83         zfs_get_name;
  84         zfs_get_pool_handle;
  85         zfs_get_pool_name;
  86         zfs_get_user_props;
  87         zfs_get_type;
  88         zfs_handle_dup;
  89         zfs_history_event_names;
  90         zfs_hold;
  91         zfs_init_libshare_arg;
  92         zfs_is_mounted;
  93         zfs_is_shared;
  94         zfs_is_shared_nfs;
  95         zfs_is_shared_smb;
  96         zfs_iter_bookmarks;
  97         zfs_iter_children;
  98         zfs_iter_dependents;
  99         zfs_iter_filesystems;




   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 #
  23 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright (c) 2011, 2017 by Delphix. All rights reserved.
  25 # Copyright 2016 Nexenta Systems, Inc.
  26 #
  27 
  28 #
  29 # MAPFILE HEADER START
  30 #
  31 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  32 # Object versioning must comply with the rules detailed in
  33 #
  34 #       usr/src/lib/README.mapfiles
  35 #
  36 # You should not be making modifications here until you've read the most current
  37 # copy of that file. If you need help, contact a gatekeeper for guidance.
  38 #
  39 # MAPFILE HEADER END
  40 #
  41 
  42 $mapfile_version 2
  43 
  44 SYMBOL_VERSION SUNWprivate_1.1 {
  45     global:
  46         fletcher_2_native;
  47         fletcher_2_byteswap;
  48         fletcher_4_native;
  49         fletcher_4_byteswap;
  50         fletcher_4_incremental_native;
  51         fletcher_4_incremental_byteswap;
  52         libzfs_add_handle;

  53         libzfs_errno;
  54         libzfs_error_action;
  55         libzfs_error_description;
  56         libzfs_fini;
  57         libzfs_fru_compare;
  58         libzfs_fru_devpath;
  59         libzfs_fru_lookup;
  60         libzfs_fru_notself;
  61         libzfs_fru_refresh;
  62         libzfs_init;
  63         libzfs_mnttab_cache;
  64         libzfs_print_on_error;
  65         spa_feature_table;
  66         zfs_allocatable_devs;
  67         zfs_asprintf;
  68         zfs_bookmark_exists;
  69         zfs_clone;
  70         zfs_close;
  71         zfs_create;
  72         zfs_create_ancestors;
  73         zfs_dataset_exists;
  74         zfs_deleg_share_nfs;
  75         zfs_destroy;
  76         zfs_destroy_snaps;
  77         zfs_destroy_snaps_nvl;
  78         zfs_expand_proplist;
  79         zfs_foreach_mountpoint;
  80         zfs_get_handle;
  81         zfs_get_holds;
  82         zfs_get_hole_count;
  83         zfs_get_name;
  84         zfs_get_pool_handle;
  85         zfs_get_pool_name;
  86         zfs_get_user_props;
  87         zfs_get_type;
  88         zfs_handle_dup;
  89         zfs_history_event_names;
  90         zfs_hold;
  91         zfs_init_libshare_arg;
  92         zfs_is_mounted;
  93         zfs_is_shared;
  94         zfs_is_shared_nfs;
  95         zfs_is_shared_smb;
  96         zfs_iter_bookmarks;
  97         zfs_iter_children;
  98         zfs_iter_dependents;
  99         zfs_iter_filesystems;