Print this page
8115 parallel zfs mount

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libzfs/common/mapfile-vers
          +++ new/usr/src/lib/libzfs/common/mapfile-vers
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  24      -# Copyright (c) 2011, 2014 by Delphix. All rights reserved.
       24 +# Copyright (c) 2011, 2017 by Delphix. All rights reserved.
  25   25  # Copyright 2016 Nexenta Systems, Inc.
  26   26  #
  27   27  
  28   28  #
  29   29  # MAPFILE HEADER START
  30   30  #
  31   31  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  32   32  # Object versioning must comply with the rules detailed in
  33   33  #
  34   34  #       usr/src/lib/README.mapfiles
↓ open down ↓ 8 lines elided ↑ open up ↑
  43   43  
  44   44  SYMBOL_VERSION SUNWprivate_1.1 {
  45   45      global:
  46   46          fletcher_2_native;
  47   47          fletcher_2_byteswap;
  48   48          fletcher_4_native;
  49   49          fletcher_4_byteswap;
  50   50          fletcher_4_incremental_native;
  51   51          fletcher_4_incremental_byteswap;
  52   52          libzfs_add_handle;
  53      -        libzfs_dataset_cmp;
  54   53          libzfs_errno;
  55   54          libzfs_error_action;
  56   55          libzfs_error_description;
  57   56          libzfs_fini;
  58   57          libzfs_fru_compare;
  59   58          libzfs_fru_devpath;
  60   59          libzfs_fru_lookup;
  61   60          libzfs_fru_notself;
  62   61          libzfs_fru_refresh;
  63   62          libzfs_init;
↓ open down ↓ 6 lines elided ↑ open up ↑
  70   69          zfs_clone;
  71   70          zfs_close;
  72   71          zfs_create;
  73   72          zfs_create_ancestors;
  74   73          zfs_dataset_exists;
  75   74          zfs_deleg_share_nfs;
  76   75          zfs_destroy;
  77   76          zfs_destroy_snaps;
  78   77          zfs_destroy_snaps_nvl;
  79   78          zfs_expand_proplist;
       79 +        zfs_foreach_mountpoint;
  80   80          zfs_get_handle;
  81   81          zfs_get_holds;
  82   82          zfs_get_hole_count;
  83   83          zfs_get_name;
  84   84          zfs_get_pool_handle;
  85   85          zfs_get_pool_name;
  86   86          zfs_get_user_props;
  87   87          zfs_get_type;
  88   88          zfs_handle_dup;
  89   89          zfs_history_event_names;
↓ open down ↓ 175 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX