usr/src/lib/libzfs/common/mapfile-vers
author eschrock
Tue, 05 Sep 2006 11:37:36 -0700
changeset 2676 5cee47eddab6
parent 2522 79989c8fe091
child 2926 acfcfefbc60d
permissions -rw-r--r--
PSARC 2006/486 ZFS canmount property PSARC 2006/497 ZFS create time properties PSARC 2006/502 ZFS get all datasets PSARC 2006/504 ZFS user properties 6269805 properties should be set via an nvlist. 6281585 user defined properties 6349494 'zfs list' output annoying for even moderately long dataset names 6366244 'canmount' option for container-like functionality 6367103 create-time properties 6416639 RFE: provide zfs get -a 6437808 ZFS module version should match on-disk version 6454551 'zfs create -b blocksize filesystem' should fail. 6457478 unrecognized character in error message with 'zpool create -R' command 6457865 missing device name in the error message of 'zpool clear' command 6458571 zfs_ioc_set_prop() doesn't validate input 6458614 zfs ACL #defines should use prefix 6458638 get_configs() accesses bogus memory 6458678 zvol functions should be moved out of zfs_ioctl.h 6458683 zfs_cmd_t could use more cleanup 6458691 common routines to manage zfs_cmd_t nvlists 6460398 zpool import cores on zfs_prop_get 6461029 zpool status -x noexisting-pool has incorrect error message. 6461223 index translations should live with property definitions 6461424 zpool_unmount_datasets() has some busted logic 6461427 zfs_realloc() would be useful 6461757 'zpool status' can report the wrong number of persistent errors 6461784 recursive zfs_snapshot() leaks memory

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# ident	"%Z%%M%	%I%	%E% SMI"
#

SUNWprivate_1.1 {
    global:
	libzfs_errno;
	libzfs_error_action;
	libzfs_error_description;
	libzfs_fini;
	libzfs_init;
	libzfs_print_on_error;
	zfs_clone;
	zfs_close;
	zfs_create;
	zfs_destroy;
	zfs_destroy_snaps;
	zfs_expand_proplist;
	zfs_free_proplist;
	zfs_get_handle;
	zfs_get_name;
	zfs_get_user_props;
	zfs_get_proplist;
	zfs_get_type;
	zfs_is_mounted;
	zfs_is_shared;
	zfs_iter_children;
	zfs_iter_dependents;
	zfs_iter_filesystems;
	zfs_iter_root;
	zfs_iter_snapshots;
	zfs_mount;
	zfs_name_to_prop;
	zfs_name_valid;
	zfs_nicenum;
	zfs_nicestrtonum;
	zfs_open;
	zfs_promote;
	zfs_prop_align_right;
	zfs_prop_column_name;
	zfs_prop_default_numeric;
	zfs_prop_default_string;
	zfs_prop_get;
	zfs_prop_get_int;
	zfs_prop_get_numeric;
	zfs_prop_inherit;
	zfs_prop_inheritable;
	zfs_prop_is_string;
	zfs_prop_readonly;
	zfs_prop_set;
	zfs_prop_to_name;
	zfs_prop_user;
	zfs_prop_valid_for_type;
	zfs_prop_values;
	zfs_prop_width;
	zfs_receive;
	zfs_refresh_properties;
	zfs_rename;
	zfs_rollback;
	zfs_send;
	zfs_share;
	zfs_snapshot;
	zfs_type_to_name;
	zfs_unmount;
	zfs_unmountall;
	zfs_unshare;
	zfs_unshareall;
	zpool_add;
	zpool_clear;
	zpool_close;
	zpool_create;
	zpool_create_zvol_links;
	zpool_destroy;
	zpool_export;
	zpool_find_import;
	zpool_find_vdev;
	zpool_get_config;
	zpool_get_errlog;
	zpool_get_guid;
	zpool_get_handle;
	zpool_get_name;
	zpool_get_root;
	zpool_get_space_total;
	zpool_get_space_used;
	zpool_get_state;
	zpool_get_status;
	zpool_get_version;
	zpool_import;
	zpool_import_status;
	zpool_in_use;
	zpool_iter;
	zpool_mount_datasets;
	zpool_open;
	zpool_open_canfail;
	zpool_read_label;
	zpool_refresh_stats;
	zpool_remove_zvol_links;
	zpool_scrub;
	zpool_unmount_datasets;
	zpool_upgrade;
	zpool_vdev_attach;
	zpool_vdev_detach;
	zpool_vdev_name;
	zpool_vdev_offline;
	zpool_vdev_online;
	zpool_vdev_remove;
    local:
	*;
};