[Pkg-zfsonlinux-devel] Bug#1063888: zfs-linux: NMU diff for 64-bit time_t transition

Steve Langasek vorlon at debian.org
Wed Feb 14 06:18:32 GMT 2024


Source: zfs-linux
Version: 2.2.2-4
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-arm at lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
zfs-linux as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for zfs-linux
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
-------------- next part --------------
diff -Nru zfs-linux-2.2.2/debian/changelog zfs-linux-2.2.2/debian/changelog
--- zfs-linux-2.2.2/debian/changelog	2024-01-09 08:14:53.000000000 +0000
+++ zfs-linux-2.2.2/debian/changelog	2024-02-14 06:13:33.000000000 +0000
@@ -1,3 +1,10 @@
+zfs-linux (2.2.2-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon at debian.org>  Wed, 14 Feb 2024 06:13:33 +0000
+
 zfs-linux (2.2.2-4) unstable; urgency=medium
 
   * Cherry-pick patch to fix typo in zed.rc
diff -Nru zfs-linux-2.2.2/debian/control zfs-linux-2.2.2/debian/control
--- zfs-linux-2.2.2/debian/control	2023-06-15 01:47:08.000000000 +0000
+++ zfs-linux-2.2.2/debian/control	2024-02-14 06:13:33.000000000 +0000
@@ -33,12 +33,14 @@
 Testsuite: autopkgtest-pkg-dkms
 XS-Autobuild: yes
 
-Package: libnvpair3linux
+Package: libnvpair3t64linux
+Provides: ${t64:Provides}
+X-Time64-Compat: libnvpair3linux
 Section: contrib/libs
 Architecture: linux-any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libnvpair1, libnvpair3
-Replaces: libnvpair1, libnvpair3
+Breaks: libnvpair3linux (<< ${source:Version}), libnvpair1, libnvpair3
+Replaces: libnvpair3linux, libnvpair1, libnvpair3
 Description: Solaris name-value library for Linux
  This library provides routines for packing and unpacking nv pairs for
  transporting data across process boundaries, transporting between
@@ -56,12 +58,14 @@
  This provides a Pluggable Authentication Module (PAM) that automatically
  unlocks encrypted ZFS datasets upon login.
 
-Package: libuutil3linux
+Package: libuutil3t64linux
+Provides: ${t64:Provides}
+X-Time64-Compat: libuutil3linux
 Section: contrib/libs
 Architecture: linux-any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libuutil1, libuutil3
-Replaces: libuutil1, libuutil3
+Breaks: libuutil3linux (<< ${source:Version}), libuutil1, libuutil3
+Replaces: libuutil3linux, libuutil1, libuutil3
 Description: Solaris userland utility library for Linux
  This library provides a variety of glue functions for ZFS on Linux:
   * libspl: The Solaris Porting Layer userland library, which provides APIs
@@ -78,11 +82,11 @@
 Architecture: linux-any
 Depends: libblkid-dev,
          libssl-dev | libssl1.0-dev,
-         libnvpair3linux (= ${binary:Version}),
-         libuutil3linux (= ${binary:Version}),
-         libzfs4linux (= ${binary:Version}),
-         libzfsbootenv1linux (= ${binary:Version}),
-         libzpool5linux (= ${binary:Version}),
+         libnvpair3t64linux (= ${binary:Version}),
+         libuutil3t64linux (= ${binary:Version}),
+         libzfs4t64linux (= ${binary:Version}),
+         libzfsbootenv1t64linux (= ${binary:Version}),
+         libzpool5t64linux (= ${binary:Version}),
          ${misc:Depends}
 Provides: libnvpair-dev, libuutil-dev
 Description: OpenZFS filesystem development files for Linux
@@ -92,15 +96,17 @@
  This package includes the development files of libnvpair3, libuutil3,
  libzpool5 and libzfs4.
 
-Package: libzfs4linux
+Package: libzfs4t64linux
+Provides: ${t64:Provides}
+X-Time64-Compat: libzfs4linux
 Section: contrib/libs
 Architecture: linux-any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 # The libcurl4 is loaded through dlopen("libcurl.so.4").
 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988521
 Recommends: libcurl4
-Breaks: libzfs2, libzfs4
-Replaces: libzfs2, libzfs4
+Breaks: libzfs4linux (<< ${source:Version}), libzfs2, libzfs4
+Replaces: libzfs4linux, libzfs2, libzfs4
 Description: OpenZFS filesystem library for Linux - general support
  OpenZFS is a storage platform that encompasses the functionality of
  traditional filesystems and volume managers. It supports data checksums,
@@ -108,12 +114,14 @@
  .
  The OpenZFS library provides support for managing OpenZFS filesystems.
 
-Package: libzfsbootenv1linux
+Package: libzfsbootenv1t64linux
+Provides: ${t64:Provides}
+X-Time64-Compat: libzfsbootenv1linux
 Section: contrib/libs
 Architecture: linux-any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libzfs2, libzfs4
-Replaces: libzfs2, libzfs4
+Breaks: libzfsbootenv1linux (<< ${source:Version}), libzfs2, libzfs4
+Replaces: libzfsbootenv1linux, libzfs2, libzfs4
 Description: OpenZFS filesystem library for Linux - label info support
  OpenZFS is a storage platform that encompasses the functionality of
  traditional filesystems and volume managers. It supports data checksums,
@@ -121,12 +129,14 @@
  .
  The zfsbootenv library provides support for modifying ZFS label information.
 
-Package: libzpool5linux
+Package: libzpool5t64linux
+Provides: ${t64:Provides}
+X-Time64-Compat: libzpool5linux
 Section: contrib/libs
 Architecture: linux-any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libzpool2, libzpool5
-Replaces: libzpool2, libzpool5
+Breaks: libzpool5linux (<< ${source:Version}), libzpool2, libzpool5
+Replaces: libzpool5linux, libzpool2, libzpool5
 Description: OpenZFS pool library for Linux
  OpenZFS is a storage platform that encompasses the functionality of
  traditional filesystems and volume managers. It supports data checksums,
@@ -234,10 +244,10 @@
 Section: contrib/admin
 Architecture: linux-any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libnvpair3linux (= ${binary:Version}),
-         libuutil3linux (= ${binary:Version}),
-         libzfs4linux (= ${binary:Version}),
-         libzpool5linux (= ${binary:Version}),
+Depends: libnvpair3t64linux (= ${binary:Version}),
+         libuutil3t64linux (= ${binary:Version}),
+         libzfs4t64linux (= ${binary:Version}),
+         libzpool5t64linux (= ${binary:Version}),
          python3,
          ${misc:Depends},
          ${shlibs:Depends}
diff -Nru zfs-linux-2.2.2/debian/libnvpair3linux.docs zfs-linux-2.2.2/debian/libnvpair3linux.docs
--- zfs-linux-2.2.2/debian/libnvpair3linux.docs	2023-06-15 01:47:08.000000000 +0000
+++ zfs-linux-2.2.2/debian/libnvpair3linux.docs	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-COPYRIGHT
-LICENSE
diff -Nru zfs-linux-2.2.2/debian/libnvpair3linux.install.in zfs-linux-2.2.2/debian/libnvpair3linux.install.in
--- zfs-linux-2.2.2/debian/libnvpair3linux.install.in	2023-06-15 01:47:08.000000000 +0000
+++ zfs-linux-2.2.2/debian/libnvpair3linux.install.in	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-lib/@DEB_HOST_MULTIARCH@/libnvpair.so.*
diff -Nru zfs-linux-2.2.2/debian/libnvpair3linux.lintian-overrides zfs-linux-2.2.2/debian/libnvpair3linux.lintian-overrides
--- zfs-linux-2.2.2/debian/libnvpair3linux.lintian-overrides	2023-06-15 01:47:08.000000000 +0000
+++ zfs-linux-2.2.2/debian/libnvpair3linux.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-package-name-doesnt-match-sonames
-extra-license-file [usr/share/doc/libnvpair3linux/LICENSE.gz]
diff -Nru zfs-linux-2.2.2/debian/libnvpair3linux.symbols zfs-linux-2.2.2/debian/libnvpair3linux.symbols
--- zfs-linux-2.2.2/debian/libnvpair3linux.symbols	2023-11-02 01:03:07.000000000 +0000
+++ zfs-linux-2.2.2/debian/libnvpair3linux.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,230 +0,0 @@
-libnvpair.so.3 libnvpair3linux #MINVER#
-* Build-Depends-Package: libzfslinux-dev
- dump_nvlist at Base 0.8.2
- fnvlist_add_boolean at Base 0.8.2
- fnvlist_add_boolean_array at Base 0.8.2
- fnvlist_add_boolean_value at Base 0.8.2
- fnvlist_add_byte at Base 0.8.2
- fnvlist_add_byte_array at Base 0.8.2
- fnvlist_add_int16 at Base 0.8.2
- fnvlist_add_int16_array at Base 0.8.2
- fnvlist_add_int32 at Base 0.8.2
- fnvlist_add_int32_array at Base 0.8.2
- fnvlist_add_int64 at Base 0.8.2
- fnvlist_add_int64_array at Base 0.8.2
- fnvlist_add_int8 at Base 0.8.2
- fnvlist_add_int8_array at Base 0.8.2
- fnvlist_add_nvlist at Base 0.8.2
- fnvlist_add_nvlist_array at Base 0.8.2
- fnvlist_add_nvpair at Base 0.8.2
- fnvlist_add_string at Base 0.8.2
- fnvlist_add_string_array at Base 0.8.2
- fnvlist_add_uint16 at Base 0.8.2
- fnvlist_add_uint16_array at Base 0.8.2
- fnvlist_add_uint32 at Base 0.8.2
- fnvlist_add_uint32_array at Base 0.8.2
- fnvlist_add_uint64 at Base 0.8.2
- fnvlist_add_uint64_array at Base 0.8.2
- fnvlist_add_uint8 at Base 0.8.2
- fnvlist_add_uint8_array at Base 0.8.2
- fnvlist_alloc at Base 0.8.2
- fnvlist_dup at Base 0.8.2
- fnvlist_free at Base 0.8.2
- fnvlist_lookup_boolean at Base 0.8.2
- fnvlist_lookup_boolean_array at Base 0.8.2
- fnvlist_lookup_boolean_value at Base 0.8.2
- fnvlist_lookup_byte at Base 0.8.2
- fnvlist_lookup_byte_array at Base 0.8.2
- fnvlist_lookup_int16 at Base 0.8.2
- fnvlist_lookup_int16_array at Base 0.8.2
- fnvlist_lookup_int32 at Base 0.8.2
- fnvlist_lookup_int32_array at Base 0.8.2
- fnvlist_lookup_int64 at Base 0.8.2
- fnvlist_lookup_int64_array at Base 0.8.2
- fnvlist_lookup_int8 at Base 0.8.2
- fnvlist_lookup_int8_array at Base 0.8.2
- fnvlist_lookup_nvlist at Base 0.8.2
- fnvlist_lookup_nvpair at Base 0.8.2
- fnvlist_lookup_string at Base 0.8.2
- fnvlist_lookup_uint16 at Base 0.8.2
- fnvlist_lookup_uint16_array at Base 0.8.2
- fnvlist_lookup_uint32 at Base 0.8.2
- fnvlist_lookup_uint32_array at Base 0.8.2
- fnvlist_lookup_uint64 at Base 0.8.2
- fnvlist_lookup_uint64_array at Base 0.8.2
- fnvlist_lookup_uint8 at Base 0.8.2
- fnvlist_lookup_uint8_array at Base 0.8.2
- fnvlist_merge at Base 0.8.2
- fnvlist_num_pairs at Base 0.8.2
- fnvlist_pack at Base 0.8.2
- fnvlist_pack_free at Base 0.8.2
- fnvlist_remove at Base 0.8.2
- fnvlist_remove_nvpair at Base 0.8.2
- fnvlist_size at Base 0.8.2
- fnvlist_unpack at Base 0.8.2
- fnvpair_value_boolean_value at Base 0.8.2
- fnvpair_value_byte at Base 0.8.2
- fnvpair_value_int16 at Base 0.8.2
- fnvpair_value_int32 at Base 0.8.2
- fnvpair_value_int64 at Base 0.8.2
- fnvpair_value_int8 at Base 0.8.2
- fnvpair_value_nvlist at Base 0.8.2
- fnvpair_value_string at Base 0.8.2
- fnvpair_value_uint16 at Base 0.8.2
- fnvpair_value_uint32 at Base 0.8.2
- fnvpair_value_uint64 at Base 0.8.2
- fnvpair_value_uint8 at Base 0.8.2
- libspl_assertf at Base 2.0
- libspl_set_assert_ok at Base 2.2
- nv_alloc_fini at Base 0.8.2
- nv_alloc_init at Base 0.8.2
- nv_alloc_nosleep at Base 0.8.2
- nv_alloc_reset at Base 0.8.2
- nv_fixed_ops at Base 0.8.2
- nvlist_add_boolean at Base 0.8.2
- nvlist_add_boolean_array at Base 0.8.2
- nvlist_add_boolean_value at Base 0.8.2
- nvlist_add_byte at Base 0.8.2
- nvlist_add_byte_array at Base 0.8.2
- nvlist_add_double at Base 0.8.2
- nvlist_add_hrtime at Base 0.8.2
- nvlist_add_int16 at Base 0.8.2
- nvlist_add_int16_array at Base 0.8.2
- nvlist_add_int32 at Base 0.8.2
- nvlist_add_int32_array at Base 0.8.2
- nvlist_add_int64 at Base 0.8.2
- nvlist_add_int64_array at Base 0.8.2
- nvlist_add_int8 at Base 0.8.2
- nvlist_add_int8_array at Base 0.8.2
- nvlist_add_nvlist at Base 0.8.2
- nvlist_add_nvlist_array at Base 0.8.2
- nvlist_add_nvpair at Base 0.8.2
- nvlist_add_string at Base 0.8.2
- nvlist_add_string_array at Base 0.8.2
- nvlist_add_uint16 at Base 0.8.2
- nvlist_add_uint16_array at Base 0.8.2
- nvlist_add_uint32 at Base 0.8.2
- nvlist_add_uint32_array at Base 0.8.2
- nvlist_add_uint64 at Base 0.8.2
- nvlist_add_uint64_array at Base 0.8.2
- nvlist_add_uint8 at Base 0.8.2
- nvlist_add_uint8_array at Base 0.8.2
- nvlist_alloc at Base 0.8.2
- nvlist_dup at Base 0.8.2
- nvlist_empty at Base 0.8.2
- nvlist_exists at Base 0.8.2
- nvlist_free at Base 0.8.2
- nvlist_lookup_boolean at Base 0.8.2
- nvlist_lookup_boolean_array at Base 0.8.2
- nvlist_lookup_boolean_value at Base 0.8.2
- nvlist_lookup_byte at Base 0.8.2
- nvlist_lookup_byte_array at Base 0.8.2
- nvlist_lookup_double at Base 0.8.2
- nvlist_lookup_hrtime at Base 0.8.2
- nvlist_lookup_int16 at Base 0.8.2
- nvlist_lookup_int16_array at Base 0.8.2
- nvlist_lookup_int32 at Base 0.8.2
- nvlist_lookup_int32_array at Base 0.8.2
- nvlist_lookup_int64 at Base 0.8.2
- nvlist_lookup_int64_array at Base 0.8.2
- nvlist_lookup_int8 at Base 0.8.2
- nvlist_lookup_int8_array at Base 0.8.2
- nvlist_lookup_nv_alloc at Base 0.8.2
- nvlist_lookup_nvlist at Base 0.8.2
- nvlist_lookup_nvlist_array at Base 0.8.2
- nvlist_lookup_nvpair at Base 0.8.2
- nvlist_lookup_nvpair_embedded_index at Base 0.8.2
- nvlist_lookup_pairs at Base 0.8.2
- nvlist_lookup_string at Base 0.8.2
- nvlist_lookup_string_array at Base 0.8.2
- nvlist_lookup_uint16 at Base 0.8.2
- nvlist_lookup_uint16_array at Base 0.8.2
- nvlist_lookup_uint32 at Base 0.8.2
- nvlist_lookup_uint32_array at Base 0.8.2
- nvlist_lookup_uint64 at Base 0.8.2
- nvlist_lookup_uint64_array at Base 0.8.2
- nvlist_lookup_uint8 at Base 0.8.2
- nvlist_lookup_uint8_array at Base 0.8.2
- nvlist_merge at Base 0.8.2
- nvlist_next_nvpair at Base 0.8.2
- nvlist_nvflag at Base 0.8.2
- nvlist_pack at Base 0.8.2
- nvlist_prev_nvpair at Base 0.8.2
- nvlist_print at Base 0.8.2
- nvlist_print_json at Base 0.8.2
- nvlist_prt at Base 0.8.2
- nvlist_prtctl_alloc at Base 0.8.2
- nvlist_prtctl_dofmt at Base 0.8.2
- nvlist_prtctl_doindent at Base 0.8.2
- nvlist_prtctl_free at Base 0.8.2
- nvlist_prtctl_getdest at Base 0.8.2
- nvlist_prtctl_setdest at Base 0.8.2
- nvlist_prtctl_setfmt at Base 0.8.2
- nvlist_prtctl_setindent at Base 0.8.2
- nvlist_prtctlop_boolean at Base 0.8.2
- nvlist_prtctlop_boolean_array at Base 0.8.2
- nvlist_prtctlop_boolean_value at Base 0.8.2
- nvlist_prtctlop_byte at Base 0.8.2
- nvlist_prtctlop_byte_array at Base 0.8.2
- nvlist_prtctlop_double at Base 0.8.2
- nvlist_prtctlop_hrtime at Base 0.8.2
- nvlist_prtctlop_int16 at Base 0.8.2
- nvlist_prtctlop_int16_array at Base 0.8.2
- nvlist_prtctlop_int32 at Base 0.8.2
- nvlist_prtctlop_int32_array at Base 0.8.2
- nvlist_prtctlop_int64 at Base 0.8.2
- nvlist_prtctlop_int64_array at Base 0.8.2
- nvlist_prtctlop_int8 at Base 0.8.2
- nvlist_prtctlop_int8_array at Base 0.8.2
- nvlist_prtctlop_nvlist at Base 0.8.2
- nvlist_prtctlop_nvlist_array at Base 0.8.2
- nvlist_prtctlop_string at Base 0.8.2
- nvlist_prtctlop_string_array at Base 0.8.2
- nvlist_prtctlop_uint16 at Base 0.8.2
- nvlist_prtctlop_uint16_array at Base 0.8.2
- nvlist_prtctlop_uint32 at Base 0.8.2
- nvlist_prtctlop_uint32_array at Base 0.8.2
- nvlist_prtctlop_uint64 at Base 0.8.2
- nvlist_prtctlop_uint64_array at Base 0.8.2
- nvlist_prtctlop_uint8 at Base 0.8.2
- nvlist_prtctlop_uint8_array at Base 0.8.2
- nvlist_remove at Base 0.8.2
- nvlist_remove_all at Base 0.8.2
- nvlist_remove_nvpair at Base 0.8.2
- nvlist_size at Base 0.8.2
- nvlist_unpack at Base 0.8.2
- nvlist_xalloc at Base 0.8.2
- nvlist_xdup at Base 0.8.2
- nvlist_xpack at Base 0.8.2
- nvlist_xunpack at Base 0.8.2
- nvpair_name at Base 0.8.2
- nvpair_type at Base 0.8.2
- nvpair_type_is_array at Base 0.8.2
- nvpair_value_boolean_array at Base 0.8.2
- nvpair_value_boolean_value at Base 0.8.2
- nvpair_value_byte at Base 0.8.2
- nvpair_value_byte_array at Base 0.8.2
- nvpair_value_double at Base 0.8.2
- nvpair_value_hrtime at Base 0.8.2
- nvpair_value_int16 at Base 0.8.2
- nvpair_value_int16_array at Base 0.8.2
- nvpair_value_int32 at Base 0.8.2
- nvpair_value_int32_array at Base 0.8.2
- nvpair_value_int64 at Base 0.8.2
- nvpair_value_int64_array at Base 0.8.2
- nvpair_value_int8 at Base 0.8.2
- nvpair_value_int8_array at Base 0.8.2
- nvpair_value_match at Base 0.8.2
- nvpair_value_match_regex at Base 0.8.2
- nvpair_value_nvlist at Base 0.8.2
- nvpair_value_nvlist_array at Base 0.8.2
- nvpair_value_string at Base 0.8.2
- nvpair_value_string_array at Base 0.8.2
- nvpair_value_uint16 at Base 0.8.2
- nvpair_value_uint16_array at Base 0.8.2
- nvpair_value_uint32 at Base 0.8.2
- nvpair_value_uint32_array at Base 0.8.2
- nvpair_value_uint64 at Base 0.8.2
- nvpair_value_uint64_array at Base 0.8.2
- nvpair_value_uint8 at Base 0.8.2
- nvpair_value_uint8_array at Base 0.8.2
diff -Nru zfs-linux-2.2.2/debian/libnvpair3t64linux.docs zfs-linux-2.2.2/debian/libnvpair3t64linux.docs
--- zfs-linux-2.2.2/debian/libnvpair3t64linux.docs	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libnvpair3t64linux.docs	2023-06-15 01:47:08.000000000 +0000
@@ -0,0 +1,2 @@
+COPYRIGHT
+LICENSE
diff -Nru zfs-linux-2.2.2/debian/libnvpair3t64linux.install.in zfs-linux-2.2.2/debian/libnvpair3t64linux.install.in
--- zfs-linux-2.2.2/debian/libnvpair3t64linux.install.in	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libnvpair3t64linux.install.in	2023-06-15 01:47:08.000000000 +0000
@@ -0,0 +1 @@
+lib/@DEB_HOST_MULTIARCH@/libnvpair.so.*
diff -Nru zfs-linux-2.2.2/debian/libnvpair3t64linux.lintian-overrides zfs-linux-2.2.2/debian/libnvpair3t64linux.lintian-overrides
--- zfs-linux-2.2.2/debian/libnvpair3t64linux.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libnvpair3t64linux.lintian-overrides	2024-02-14 06:13:33.000000000 +0000
@@ -0,0 +1,3 @@
+package-name-doesnt-match-sonames
+extra-license-file [usr/share/doc/libnvpair3t64linux/LICENSE.gz]
+libnvpair3t64linux: package-name-doesnt-match-sonames libnvpair3linux
diff -Nru zfs-linux-2.2.2/debian/libnvpair3t64linux.symbols zfs-linux-2.2.2/debian/libnvpair3t64linux.symbols
--- zfs-linux-2.2.2/debian/libnvpair3t64linux.symbols	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libnvpair3t64linux.symbols	2024-02-14 06:13:33.000000000 +0000
@@ -0,0 +1,230 @@
+libnvpair.so.3 libnvpair3t64linux #MINVER#
+* Build-Depends-Package: libzfslinux-dev
+ dump_nvlist at Base 0.8.2
+ fnvlist_add_boolean at Base 0.8.2
+ fnvlist_add_boolean_array at Base 0.8.2
+ fnvlist_add_boolean_value at Base 0.8.2
+ fnvlist_add_byte at Base 0.8.2
+ fnvlist_add_byte_array at Base 0.8.2
+ fnvlist_add_int16 at Base 0.8.2
+ fnvlist_add_int16_array at Base 0.8.2
+ fnvlist_add_int32 at Base 0.8.2
+ fnvlist_add_int32_array at Base 0.8.2
+ fnvlist_add_int64 at Base 0.8.2
+ fnvlist_add_int64_array at Base 0.8.2
+ fnvlist_add_int8 at Base 0.8.2
+ fnvlist_add_int8_array at Base 0.8.2
+ fnvlist_add_nvlist at Base 0.8.2
+ fnvlist_add_nvlist_array at Base 0.8.2
+ fnvlist_add_nvpair at Base 0.8.2
+ fnvlist_add_string at Base 0.8.2
+ fnvlist_add_string_array at Base 0.8.2
+ fnvlist_add_uint16 at Base 0.8.2
+ fnvlist_add_uint16_array at Base 0.8.2
+ fnvlist_add_uint32 at Base 0.8.2
+ fnvlist_add_uint32_array at Base 0.8.2
+ fnvlist_add_uint64 at Base 0.8.2
+ fnvlist_add_uint64_array at Base 0.8.2
+ fnvlist_add_uint8 at Base 0.8.2
+ fnvlist_add_uint8_array at Base 0.8.2
+ fnvlist_alloc at Base 0.8.2
+ fnvlist_dup at Base 0.8.2
+ fnvlist_free at Base 0.8.2
+ fnvlist_lookup_boolean at Base 0.8.2
+ fnvlist_lookup_boolean_array at Base 0.8.2
+ fnvlist_lookup_boolean_value at Base 0.8.2
+ fnvlist_lookup_byte at Base 0.8.2
+ fnvlist_lookup_byte_array at Base 0.8.2
+ fnvlist_lookup_int16 at Base 0.8.2
+ fnvlist_lookup_int16_array at Base 0.8.2
+ fnvlist_lookup_int32 at Base 0.8.2
+ fnvlist_lookup_int32_array at Base 0.8.2
+ fnvlist_lookup_int64 at Base 0.8.2
+ fnvlist_lookup_int64_array at Base 0.8.2
+ fnvlist_lookup_int8 at Base 0.8.2
+ fnvlist_lookup_int8_array at Base 0.8.2
+ fnvlist_lookup_nvlist at Base 0.8.2
+ fnvlist_lookup_nvpair at Base 0.8.2
+ fnvlist_lookup_string at Base 0.8.2
+ fnvlist_lookup_uint16 at Base 0.8.2
+ fnvlist_lookup_uint16_array at Base 0.8.2
+ fnvlist_lookup_uint32 at Base 0.8.2
+ fnvlist_lookup_uint32_array at Base 0.8.2
+ fnvlist_lookup_uint64 at Base 0.8.2
+ fnvlist_lookup_uint64_array at Base 0.8.2
+ fnvlist_lookup_uint8 at Base 0.8.2
+ fnvlist_lookup_uint8_array at Base 0.8.2
+ fnvlist_merge at Base 0.8.2
+ fnvlist_num_pairs at Base 0.8.2
+ fnvlist_pack at Base 0.8.2
+ fnvlist_pack_free at Base 0.8.2
+ fnvlist_remove at Base 0.8.2
+ fnvlist_remove_nvpair at Base 0.8.2
+ fnvlist_size at Base 0.8.2
+ fnvlist_unpack at Base 0.8.2
+ fnvpair_value_boolean_value at Base 0.8.2
+ fnvpair_value_byte at Base 0.8.2
+ fnvpair_value_int16 at Base 0.8.2
+ fnvpair_value_int32 at Base 0.8.2
+ fnvpair_value_int64 at Base 0.8.2
+ fnvpair_value_int8 at Base 0.8.2
+ fnvpair_value_nvlist at Base 0.8.2
+ fnvpair_value_string at Base 0.8.2
+ fnvpair_value_uint16 at Base 0.8.2
+ fnvpair_value_uint32 at Base 0.8.2
+ fnvpair_value_uint64 at Base 0.8.2
+ fnvpair_value_uint8 at Base 0.8.2
+ libspl_assertf at Base 2.0
+ libspl_set_assert_ok at Base 2.2
+ nv_alloc_fini at Base 0.8.2
+ nv_alloc_init at Base 0.8.2
+ nv_alloc_nosleep at Base 0.8.2
+ nv_alloc_reset at Base 0.8.2
+ nv_fixed_ops at Base 0.8.2
+ nvlist_add_boolean at Base 0.8.2
+ nvlist_add_boolean_array at Base 0.8.2
+ nvlist_add_boolean_value at Base 0.8.2
+ nvlist_add_byte at Base 0.8.2
+ nvlist_add_byte_array at Base 0.8.2
+ nvlist_add_double at Base 0.8.2
+ nvlist_add_hrtime at Base 0.8.2
+ nvlist_add_int16 at Base 0.8.2
+ nvlist_add_int16_array at Base 0.8.2
+ nvlist_add_int32 at Base 0.8.2
+ nvlist_add_int32_array at Base 0.8.2
+ nvlist_add_int64 at Base 0.8.2
+ nvlist_add_int64_array at Base 0.8.2
+ nvlist_add_int8 at Base 0.8.2
+ nvlist_add_int8_array at Base 0.8.2
+ nvlist_add_nvlist at Base 0.8.2
+ nvlist_add_nvlist_array at Base 0.8.2
+ nvlist_add_nvpair at Base 0.8.2
+ nvlist_add_string at Base 0.8.2
+ nvlist_add_string_array at Base 0.8.2
+ nvlist_add_uint16 at Base 0.8.2
+ nvlist_add_uint16_array at Base 0.8.2
+ nvlist_add_uint32 at Base 0.8.2
+ nvlist_add_uint32_array at Base 0.8.2
+ nvlist_add_uint64 at Base 0.8.2
+ nvlist_add_uint64_array at Base 0.8.2
+ nvlist_add_uint8 at Base 0.8.2
+ nvlist_add_uint8_array at Base 0.8.2
+ nvlist_alloc at Base 0.8.2
+ nvlist_dup at Base 0.8.2
+ nvlist_empty at Base 0.8.2
+ nvlist_exists at Base 0.8.2
+ nvlist_free at Base 0.8.2
+ nvlist_lookup_boolean at Base 0.8.2
+ nvlist_lookup_boolean_array at Base 0.8.2
+ nvlist_lookup_boolean_value at Base 0.8.2
+ nvlist_lookup_byte at Base 0.8.2
+ nvlist_lookup_byte_array at Base 0.8.2
+ nvlist_lookup_double at Base 0.8.2
+ nvlist_lookup_hrtime at Base 0.8.2
+ nvlist_lookup_int16 at Base 0.8.2
+ nvlist_lookup_int16_array at Base 0.8.2
+ nvlist_lookup_int32 at Base 0.8.2
+ nvlist_lookup_int32_array at Base 0.8.2
+ nvlist_lookup_int64 at Base 0.8.2
+ nvlist_lookup_int64_array at Base 0.8.2
+ nvlist_lookup_int8 at Base 0.8.2
+ nvlist_lookup_int8_array at Base 0.8.2
+ nvlist_lookup_nv_alloc at Base 0.8.2
+ nvlist_lookup_nvlist at Base 0.8.2
+ nvlist_lookup_nvlist_array at Base 0.8.2
+ nvlist_lookup_nvpair at Base 0.8.2
+ nvlist_lookup_nvpair_embedded_index at Base 0.8.2
+ nvlist_lookup_pairs at Base 0.8.2
+ nvlist_lookup_string at Base 0.8.2
+ nvlist_lookup_string_array at Base 0.8.2
+ nvlist_lookup_uint16 at Base 0.8.2
+ nvlist_lookup_uint16_array at Base 0.8.2
+ nvlist_lookup_uint32 at Base 0.8.2
+ nvlist_lookup_uint32_array at Base 0.8.2
+ nvlist_lookup_uint64 at Base 0.8.2
+ nvlist_lookup_uint64_array at Base 0.8.2
+ nvlist_lookup_uint8 at Base 0.8.2
+ nvlist_lookup_uint8_array at Base 0.8.2
+ nvlist_merge at Base 0.8.2
+ nvlist_next_nvpair at Base 0.8.2
+ nvlist_nvflag at Base 0.8.2
+ nvlist_pack at Base 0.8.2
+ nvlist_prev_nvpair at Base 0.8.2
+ nvlist_print at Base 0.8.2
+ nvlist_print_json at Base 0.8.2
+ nvlist_prt at Base 0.8.2
+ nvlist_prtctl_alloc at Base 0.8.2
+ nvlist_prtctl_dofmt at Base 0.8.2
+ nvlist_prtctl_doindent at Base 0.8.2
+ nvlist_prtctl_free at Base 0.8.2
+ nvlist_prtctl_getdest at Base 0.8.2
+ nvlist_prtctl_setdest at Base 0.8.2
+ nvlist_prtctl_setfmt at Base 0.8.2
+ nvlist_prtctl_setindent at Base 0.8.2
+ nvlist_prtctlop_boolean at Base 0.8.2
+ nvlist_prtctlop_boolean_array at Base 0.8.2
+ nvlist_prtctlop_boolean_value at Base 0.8.2
+ nvlist_prtctlop_byte at Base 0.8.2
+ nvlist_prtctlop_byte_array at Base 0.8.2
+ nvlist_prtctlop_double at Base 0.8.2
+ nvlist_prtctlop_hrtime at Base 0.8.2
+ nvlist_prtctlop_int16 at Base 0.8.2
+ nvlist_prtctlop_int16_array at Base 0.8.2
+ nvlist_prtctlop_int32 at Base 0.8.2
+ nvlist_prtctlop_int32_array at Base 0.8.2
+ nvlist_prtctlop_int64 at Base 0.8.2
+ nvlist_prtctlop_int64_array at Base 0.8.2
+ nvlist_prtctlop_int8 at Base 0.8.2
+ nvlist_prtctlop_int8_array at Base 0.8.2
+ nvlist_prtctlop_nvlist at Base 0.8.2
+ nvlist_prtctlop_nvlist_array at Base 0.8.2
+ nvlist_prtctlop_string at Base 0.8.2
+ nvlist_prtctlop_string_array at Base 0.8.2
+ nvlist_prtctlop_uint16 at Base 0.8.2
+ nvlist_prtctlop_uint16_array at Base 0.8.2
+ nvlist_prtctlop_uint32 at Base 0.8.2
+ nvlist_prtctlop_uint32_array at Base 0.8.2
+ nvlist_prtctlop_uint64 at Base 0.8.2
+ nvlist_prtctlop_uint64_array at Base 0.8.2
+ nvlist_prtctlop_uint8 at Base 0.8.2
+ nvlist_prtctlop_uint8_array at Base 0.8.2
+ nvlist_remove at Base 0.8.2
+ nvlist_remove_all at Base 0.8.2
+ nvlist_remove_nvpair at Base 0.8.2
+ nvlist_size at Base 0.8.2
+ nvlist_unpack at Base 0.8.2
+ nvlist_xalloc at Base 0.8.2
+ nvlist_xdup at Base 0.8.2
+ nvlist_xpack at Base 0.8.2
+ nvlist_xunpack at Base 0.8.2
+ nvpair_name at Base 0.8.2
+ nvpair_type at Base 0.8.2
+ nvpair_type_is_array at Base 0.8.2
+ nvpair_value_boolean_array at Base 0.8.2
+ nvpair_value_boolean_value at Base 0.8.2
+ nvpair_value_byte at Base 0.8.2
+ nvpair_value_byte_array at Base 0.8.2
+ nvpair_value_double at Base 0.8.2
+ nvpair_value_hrtime at Base 0.8.2
+ nvpair_value_int16 at Base 0.8.2
+ nvpair_value_int16_array at Base 0.8.2
+ nvpair_value_int32 at Base 0.8.2
+ nvpair_value_int32_array at Base 0.8.2
+ nvpair_value_int64 at Base 0.8.2
+ nvpair_value_int64_array at Base 0.8.2
+ nvpair_value_int8 at Base 0.8.2
+ nvpair_value_int8_array at Base 0.8.2
+ nvpair_value_match at Base 0.8.2
+ nvpair_value_match_regex at Base 0.8.2
+ nvpair_value_nvlist at Base 0.8.2
+ nvpair_value_nvlist_array at Base 0.8.2
+ nvpair_value_string at Base 0.8.2
+ nvpair_value_string_array at Base 0.8.2
+ nvpair_value_uint16 at Base 0.8.2
+ nvpair_value_uint16_array at Base 0.8.2
+ nvpair_value_uint32 at Base 0.8.2
+ nvpair_value_uint32_array at Base 0.8.2
+ nvpair_value_uint64 at Base 0.8.2
+ nvpair_value_uint64_array at Base 0.8.2
+ nvpair_value_uint8 at Base 0.8.2
+ nvpair_value_uint8_array at Base 0.8.2
diff -Nru zfs-linux-2.2.2/debian/libuutil3linux.docs zfs-linux-2.2.2/debian/libuutil3linux.docs
--- zfs-linux-2.2.2/debian/libuutil3linux.docs	2023-06-15 01:47:08.000000000 +0000
+++ zfs-linux-2.2.2/debian/libuutil3linux.docs	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-COPYRIGHT
-LICENSE
diff -Nru zfs-linux-2.2.2/debian/libuutil3linux.install.in zfs-linux-2.2.2/debian/libuutil3linux.install.in
--- zfs-linux-2.2.2/debian/libuutil3linux.install.in	2023-06-15 01:47:08.000000000 +0000
+++ zfs-linux-2.2.2/debian/libuutil3linux.install.in	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-lib/@DEB_HOST_MULTIARCH@/libuutil.so.*
diff -Nru zfs-linux-2.2.2/debian/libuutil3linux.lintian-overrides zfs-linux-2.2.2/debian/libuutil3linux.lintian-overrides
--- zfs-linux-2.2.2/debian/libuutil3linux.lintian-overrides	2023-06-15 01:47:08.000000000 +0000
+++ zfs-linux-2.2.2/debian/libuutil3linux.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-package-name-doesnt-match-sonames
-extra-license-file [usr/share/doc/libuutil3linux/LICENSE.gz]
-exit-in-shared-library
diff -Nru zfs-linux-2.2.2/debian/libuutil3linux.symbols zfs-linux-2.2.2/debian/libuutil3linux.symbols
--- zfs-linux-2.2.2/debian/libuutil3linux.symbols	2023-11-24 01:36:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libuutil3linux.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,240 +0,0 @@
-libuutil.so.3 libuutil3linux #MINVER#
-* Build-Depends-Package: libzfslinux-dev
- _sol_getmntent at Base 0.8.2
- atomic_add_16 at Base 0.8.2
- atomic_add_16_nv at Base 0.8.2
- atomic_add_32 at Base 0.8.2
- atomic_add_32_nv at Base 0.8.2
- atomic_add_64 at Base 0.8.2
- atomic_add_64_nv at Base 0.8.2
- atomic_add_8 at Base 0.8.2
- atomic_add_8_nv at Base 0.8.2
- atomic_add_char at Base 0.8.2
- atomic_add_char_nv at Base 0.8.2
- atomic_add_int at Base 0.8.2
- atomic_add_int_nv at Base 0.8.2
- atomic_add_long at Base 0.8.2
- atomic_add_long_nv at Base 0.8.2
- atomic_add_ptr at Base 0.8.2
- atomic_add_ptr_nv at Base 0.8.2
- atomic_add_short at Base 0.8.2
- atomic_add_short_nv at Base 0.8.2
- atomic_and_16 at Base 0.8.2
- atomic_and_16_nv at Base 0.8.2
- atomic_and_32 at Base 0.8.2
- atomic_and_32_nv at Base 0.8.2
- atomic_and_64 at Base 0.8.2
- atomic_and_64_nv at Base 0.8.2
- atomic_and_8 at Base 0.8.2
- atomic_and_8_nv at Base 0.8.2
- atomic_and_uchar at Base 0.8.2
- atomic_and_uchar_nv at Base 0.8.2
- atomic_and_uint at Base 0.8.2
- atomic_and_uint_nv at Base 0.8.2
- atomic_and_ulong at Base 0.8.2
- atomic_and_ulong_nv at Base 0.8.2
- atomic_and_ushort at Base 0.8.2
- atomic_and_ushort_nv at Base 0.8.2
- atomic_cas_16 at Base 0.8.2
- atomic_cas_32 at Base 0.8.2
- atomic_cas_64 at Base 0.8.2
- atomic_cas_8 at Base 0.8.2
- atomic_cas_ptr at Base 0.8.2
- atomic_cas_uchar at Base 0.8.2
- atomic_cas_uint at Base 0.8.2
- atomic_cas_ulong at Base 0.8.2
- atomic_cas_ushort at Base 0.8.2
- atomic_clear_long_excl at Base 0.8.2
- atomic_dec_16 at Base 0.8.2
- atomic_dec_16_nv at Base 0.8.2
- atomic_dec_32 at Base 0.8.2
- atomic_dec_32_nv at Base 0.8.2
- atomic_dec_64 at Base 0.8.2
- atomic_dec_64_nv at Base 0.8.2
- atomic_dec_8 at Base 0.8.2
- atomic_dec_8_nv at Base 0.8.2
- atomic_dec_uchar at Base 0.8.2
- atomic_dec_uchar_nv at Base 0.8.2
- atomic_dec_uint at Base 0.8.2
- atomic_dec_uint_nv at Base 0.8.2
- atomic_dec_ulong at Base 0.8.2
- atomic_dec_ulong_nv at Base 0.8.2
- atomic_dec_ushort at Base 0.8.2
- atomic_dec_ushort_nv at Base 0.8.2
- atomic_inc_16 at Base 0.8.2
- atomic_inc_16_nv at Base 0.8.2
- atomic_inc_32 at Base 0.8.2
- atomic_inc_32_nv at Base 0.8.2
- atomic_inc_64 at Base 0.8.2
- atomic_inc_64_nv at Base 0.8.2
- atomic_inc_8 at Base 0.8.2
- atomic_inc_8_nv at Base 0.8.2
- atomic_inc_uchar at Base 0.8.2
- atomic_inc_uchar_nv at Base 0.8.2
- atomic_inc_uint at Base 0.8.2
- atomic_inc_uint_nv at Base 0.8.2
- atomic_inc_ulong at Base 0.8.2
- atomic_inc_ulong_nv at Base 0.8.2
- atomic_inc_ushort at Base 0.8.2
- atomic_inc_ushort_nv at Base 0.8.2
- (arch-bits=32)atomic_load_64 at Base 0.8.2
- atomic_or_16 at Base 0.8.2
- atomic_or_16_nv at Base 0.8.2
- atomic_or_32 at Base 0.8.2
- atomic_or_32_nv at Base 0.8.2
- atomic_or_64 at Base 0.8.2
- atomic_or_64_nv at Base 0.8.2
- atomic_or_8 at Base 0.8.2
- atomic_or_8_nv at Base 0.8.2
- atomic_or_uchar at Base 0.8.2
- atomic_or_uchar_nv at Base 0.8.2
- atomic_or_uint at Base 0.8.2
- atomic_or_uint_nv at Base 0.8.2
- atomic_or_ulong at Base 0.8.2
- atomic_or_ulong_nv at Base 0.8.2
- atomic_or_ushort at Base 0.8.2
- atomic_or_ushort_nv at Base 0.8.2
- atomic_set_long_excl at Base 0.8.2
- (arch-bits=32)atomic_store_64 at Base 0.8.2
- atomic_sub_16 at Base 0.8.2
- atomic_sub_16_nv at Base 0.8.2
- atomic_sub_32 at Base 0.8.2
- atomic_sub_32_nv at Base 0.8.2
- atomic_sub_64 at Base 0.8.2
- atomic_sub_64_nv at Base 0.8.2
- atomic_sub_8 at Base 0.8.2
- atomic_sub_8_nv at Base 0.8.2
- atomic_sub_char at Base 0.8.2
- atomic_sub_char_nv at Base 0.8.2
- atomic_sub_int at Base 0.8.2
- atomic_sub_int_nv at Base 0.8.2
- atomic_sub_long at Base 0.8.2
- atomic_sub_long_nv at Base 0.8.2
- atomic_sub_ptr at Base 0.8.2
- atomic_sub_ptr_nv at Base 0.8.2
- atomic_sub_short at Base 0.8.2
- atomic_sub_short_nv at Base 0.8.2
- atomic_swap_16 at Base 0.8.2
- atomic_swap_32 at Base 0.8.2
- atomic_swap_64 at Base 0.8.2
- atomic_swap_8 at Base 0.8.2
- atomic_swap_ptr at Base 0.8.2
- atomic_swap_uchar at Base 0.8.2
- atomic_swap_uint at Base 0.8.2
- atomic_swap_ulong at Base 0.8.2
- atomic_swap_ushort at Base 0.8.2
- avl_add at Base 0.8.2
- avl_create at Base 0.8.2
- avl_destroy at Base 0.8.2
- avl_destroy_nodes at Base 0.8.2
- avl_find at Base 0.8.2
- avl_first at Base 0.8.2
- avl_insert at Base 0.8.2
- avl_insert_here at Base 0.8.2
- avl_is_empty at Base 0.8.2
- avl_last at Base 0.8.2
- avl_nearest at Base 0.8.2
- avl_numnodes at Base 0.8.2
- avl_remove at Base 0.8.2
- avl_swap at Base 0.8.2
- avl_update at Base 2.0
- avl_update_gt at Base 2.0
- avl_update_lt at Base 2.0
- avl_walk at Base 0.8.2
- get_system_hostid at Base 0.8.2
- getexecname at Base 0.8.2
- getextmntent at Base 0.8.2
- getmntany at Base 0.8.2
- getzoneid at Base 0.8.2
- libspl_assertf at Base 2.0
- libspl_set_assert_ok at Base 2.2.0
- list_create at Base 0.8.2
- list_destroy at Base 0.8.2
- list_head at Base 0.8.2
- list_insert_after at Base 0.8.2
- list_insert_before at Base 0.8.2
- list_insert_head at Base 0.8.2
- list_insert_tail at Base 0.8.2
- list_is_empty at Base 0.8.2
- list_link_active at Base 0.8.2
- list_link_init at Base 0.8.2
- list_link_replace at Base 0.8.2
- list_move_tail at Base 0.8.2
- list_next at Base 0.8.2
- list_prev at Base 0.8.2
- list_remove at Base 0.8.2
- list_remove_head at Base 0.8.2
- list_remove_tail at Base 0.8.2
- list_tail at Base 0.8.2
- membar_consumer at Base 0.8.2
- membar_enter at Base 0.8.2
- membar_exit at Base 0.8.2
- membar_producer at Base 0.8.2
- membar_sync at Base 2.2.0
- mkdirp at Base 0.8.2
- print_timestamp at Base 0.8.2
- spl_pagesize at Base 0.8.2
- strlcat at Base 0.8.2
- strlcpy at Base 0.8.2
- uu_avl_create at Base 0.8.2
- uu_avl_destroy at Base 0.8.2
- uu_avl_find at Base 0.8.2
- uu_avl_first at Base 0.8.2
- uu_avl_insert at Base 0.8.2
- uu_avl_last at Base 0.8.2
- uu_avl_lockup at Base 0.8.2
- uu_avl_nearest_next at Base 0.8.2
- uu_avl_nearest_prev at Base 0.8.2
- uu_avl_next at Base 0.8.2
- uu_avl_node_fini at Base 0.8.2
- uu_avl_node_init at Base 0.8.2
- uu_avl_numnodes at Base 0.8.2
- uu_avl_pool_create at Base 0.8.2
- uu_avl_pool_destroy at Base 0.8.2
- uu_avl_prev at Base 0.8.2
- uu_avl_release at Base 0.8.2
- uu_avl_remove at Base 0.8.2
- uu_avl_teardown at Base 0.8.2
- uu_avl_walk at Base 0.8.2
- uu_avl_walk_end at Base 0.8.2
- uu_avl_walk_next at Base 0.8.2
- uu_avl_walk_start at Base 0.8.2
- uu_check_name at Base 0.8.2
- uu_error at Base 0.8.2
- uu_free at Base 0.8.2
- uu_list_create at Base 0.8.2
- uu_list_destroy at Base 0.8.2
- uu_list_find at Base 0.8.2
- uu_list_first at Base 0.8.2
- uu_list_insert at Base 0.8.2
- uu_list_insert_after at Base 0.8.2
- uu_list_insert_before at Base 0.8.2
- uu_list_last at Base 0.8.2
- uu_list_lockup at Base 0.8.2
- uu_list_nearest_next at Base 0.8.2
- uu_list_nearest_prev at Base 0.8.2
- uu_list_next at Base 0.8.2
- uu_list_node_fini at Base 0.8.2
- uu_list_node_init at Base 0.8.2
- uu_list_numnodes at Base 0.8.2
- uu_list_pool_create at Base 0.8.2
- uu_list_pool_destroy at Base 0.8.2
- uu_list_prev at Base 0.8.2
- uu_list_release at Base 0.8.2
- uu_list_remove at Base 0.8.2
- uu_list_teardown at Base 0.8.2
- uu_list_walk at Base 0.8.2
- uu_list_walk_end at Base 0.8.2
- uu_list_walk_next at Base 0.8.2
- uu_list_walk_start at Base 0.8.2
- uu_memdup at Base 0.8.2
- uu_msprintf at Base 0.8.2
- uu_panic at Base 0.8.2
- uu_set_error at Base 0.8.2
- uu_strbw at Base 0.8.2
- uu_strcaseeq at Base 0.8.2
- uu_strdup at Base 0.8.2
- uu_streq at Base 0.8.2
- uu_strerror at Base 0.8.2
- uu_strndup at Base 0.8.2
- uu_zalloc at Base 0.8.2
diff -Nru zfs-linux-2.2.2/debian/libuutil3t64linux.docs zfs-linux-2.2.2/debian/libuutil3t64linux.docs
--- zfs-linux-2.2.2/debian/libuutil3t64linux.docs	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libuutil3t64linux.docs	2023-06-15 01:47:08.000000000 +0000
@@ -0,0 +1,2 @@
+COPYRIGHT
+LICENSE
diff -Nru zfs-linux-2.2.2/debian/libuutil3t64linux.install.in zfs-linux-2.2.2/debian/libuutil3t64linux.install.in
--- zfs-linux-2.2.2/debian/libuutil3t64linux.install.in	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libuutil3t64linux.install.in	2023-06-15 01:47:08.000000000 +0000
@@ -0,0 +1 @@
+lib/@DEB_HOST_MULTIARCH@/libuutil.so.*
diff -Nru zfs-linux-2.2.2/debian/libuutil3t64linux.lintian-overrides zfs-linux-2.2.2/debian/libuutil3t64linux.lintian-overrides
--- zfs-linux-2.2.2/debian/libuutil3t64linux.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libuutil3t64linux.lintian-overrides	2024-02-14 06:13:33.000000000 +0000
@@ -0,0 +1,4 @@
+package-name-doesnt-match-sonames
+extra-license-file [usr/share/doc/libuutil3t64linux/LICENSE.gz]
+exit-in-shared-library
+libuutil3t64linux: package-name-doesnt-match-sonames libuutil3linux
diff -Nru zfs-linux-2.2.2/debian/libuutil3t64linux.symbols zfs-linux-2.2.2/debian/libuutil3t64linux.symbols
--- zfs-linux-2.2.2/debian/libuutil3t64linux.symbols	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libuutil3t64linux.symbols	2024-02-14 06:13:33.000000000 +0000
@@ -0,0 +1,240 @@
+libuutil.so.3 libuutil3t64linux #MINVER#
+* Build-Depends-Package: libzfslinux-dev
+ _sol_getmntent at Base 0.8.2
+ atomic_add_16 at Base 0.8.2
+ atomic_add_16_nv at Base 0.8.2
+ atomic_add_32 at Base 0.8.2
+ atomic_add_32_nv at Base 0.8.2
+ atomic_add_64 at Base 0.8.2
+ atomic_add_64_nv at Base 0.8.2
+ atomic_add_8 at Base 0.8.2
+ atomic_add_8_nv at Base 0.8.2
+ atomic_add_char at Base 0.8.2
+ atomic_add_char_nv at Base 0.8.2
+ atomic_add_int at Base 0.8.2
+ atomic_add_int_nv at Base 0.8.2
+ atomic_add_long at Base 0.8.2
+ atomic_add_long_nv at Base 0.8.2
+ atomic_add_ptr at Base 0.8.2
+ atomic_add_ptr_nv at Base 0.8.2
+ atomic_add_short at Base 0.8.2
+ atomic_add_short_nv at Base 0.8.2
+ atomic_and_16 at Base 0.8.2
+ atomic_and_16_nv at Base 0.8.2
+ atomic_and_32 at Base 0.8.2
+ atomic_and_32_nv at Base 0.8.2
+ atomic_and_64 at Base 0.8.2
+ atomic_and_64_nv at Base 0.8.2
+ atomic_and_8 at Base 0.8.2
+ atomic_and_8_nv at Base 0.8.2
+ atomic_and_uchar at Base 0.8.2
+ atomic_and_uchar_nv at Base 0.8.2
+ atomic_and_uint at Base 0.8.2
+ atomic_and_uint_nv at Base 0.8.2
+ atomic_and_ulong at Base 0.8.2
+ atomic_and_ulong_nv at Base 0.8.2
+ atomic_and_ushort at Base 0.8.2
+ atomic_and_ushort_nv at Base 0.8.2
+ atomic_cas_16 at Base 0.8.2
+ atomic_cas_32 at Base 0.8.2
+ atomic_cas_64 at Base 0.8.2
+ atomic_cas_8 at Base 0.8.2
+ atomic_cas_ptr at Base 0.8.2
+ atomic_cas_uchar at Base 0.8.2
+ atomic_cas_uint at Base 0.8.2
+ atomic_cas_ulong at Base 0.8.2
+ atomic_cas_ushort at Base 0.8.2
+ atomic_clear_long_excl at Base 0.8.2
+ atomic_dec_16 at Base 0.8.2
+ atomic_dec_16_nv at Base 0.8.2
+ atomic_dec_32 at Base 0.8.2
+ atomic_dec_32_nv at Base 0.8.2
+ atomic_dec_64 at Base 0.8.2
+ atomic_dec_64_nv at Base 0.8.2
+ atomic_dec_8 at Base 0.8.2
+ atomic_dec_8_nv at Base 0.8.2
+ atomic_dec_uchar at Base 0.8.2
+ atomic_dec_uchar_nv at Base 0.8.2
+ atomic_dec_uint at Base 0.8.2
+ atomic_dec_uint_nv at Base 0.8.2
+ atomic_dec_ulong at Base 0.8.2
+ atomic_dec_ulong_nv at Base 0.8.2
+ atomic_dec_ushort at Base 0.8.2
+ atomic_dec_ushort_nv at Base 0.8.2
+ atomic_inc_16 at Base 0.8.2
+ atomic_inc_16_nv at Base 0.8.2
+ atomic_inc_32 at Base 0.8.2
+ atomic_inc_32_nv at Base 0.8.2
+ atomic_inc_64 at Base 0.8.2
+ atomic_inc_64_nv at Base 0.8.2
+ atomic_inc_8 at Base 0.8.2
+ atomic_inc_8_nv at Base 0.8.2
+ atomic_inc_uchar at Base 0.8.2
+ atomic_inc_uchar_nv at Base 0.8.2
+ atomic_inc_uint at Base 0.8.2
+ atomic_inc_uint_nv at Base 0.8.2
+ atomic_inc_ulong at Base 0.8.2
+ atomic_inc_ulong_nv at Base 0.8.2
+ atomic_inc_ushort at Base 0.8.2
+ atomic_inc_ushort_nv at Base 0.8.2
+ (arch-bits=32)atomic_load_64 at Base 0.8.2
+ atomic_or_16 at Base 0.8.2
+ atomic_or_16_nv at Base 0.8.2
+ atomic_or_32 at Base 0.8.2
+ atomic_or_32_nv at Base 0.8.2
+ atomic_or_64 at Base 0.8.2
+ atomic_or_64_nv at Base 0.8.2
+ atomic_or_8 at Base 0.8.2
+ atomic_or_8_nv at Base 0.8.2
+ atomic_or_uchar at Base 0.8.2
+ atomic_or_uchar_nv at Base 0.8.2
+ atomic_or_uint at Base 0.8.2
+ atomic_or_uint_nv at Base 0.8.2
+ atomic_or_ulong at Base 0.8.2
+ atomic_or_ulong_nv at Base 0.8.2
+ atomic_or_ushort at Base 0.8.2
+ atomic_or_ushort_nv at Base 0.8.2
+ atomic_set_long_excl at Base 0.8.2
+ (arch-bits=32)atomic_store_64 at Base 0.8.2
+ atomic_sub_16 at Base 0.8.2
+ atomic_sub_16_nv at Base 0.8.2
+ atomic_sub_32 at Base 0.8.2
+ atomic_sub_32_nv at Base 0.8.2
+ atomic_sub_64 at Base 0.8.2
+ atomic_sub_64_nv at Base 0.8.2
+ atomic_sub_8 at Base 0.8.2
+ atomic_sub_8_nv at Base 0.8.2
+ atomic_sub_char at Base 0.8.2
+ atomic_sub_char_nv at Base 0.8.2
+ atomic_sub_int at Base 0.8.2
+ atomic_sub_int_nv at Base 0.8.2
+ atomic_sub_long at Base 0.8.2
+ atomic_sub_long_nv at Base 0.8.2
+ atomic_sub_ptr at Base 0.8.2
+ atomic_sub_ptr_nv at Base 0.8.2
+ atomic_sub_short at Base 0.8.2
+ atomic_sub_short_nv at Base 0.8.2
+ atomic_swap_16 at Base 0.8.2
+ atomic_swap_32 at Base 0.8.2
+ atomic_swap_64 at Base 0.8.2
+ atomic_swap_8 at Base 0.8.2
+ atomic_swap_ptr at Base 0.8.2
+ atomic_swap_uchar at Base 0.8.2
+ atomic_swap_uint at Base 0.8.2
+ atomic_swap_ulong at Base 0.8.2
+ atomic_swap_ushort at Base 0.8.2
+ avl_add at Base 0.8.2
+ avl_create at Base 0.8.2
+ avl_destroy at Base 0.8.2
+ avl_destroy_nodes at Base 0.8.2
+ avl_find at Base 0.8.2
+ avl_first at Base 0.8.2
+ avl_insert at Base 0.8.2
+ avl_insert_here at Base 0.8.2
+ avl_is_empty at Base 0.8.2
+ avl_last at Base 0.8.2
+ avl_nearest at Base 0.8.2
+ avl_numnodes at Base 0.8.2
+ avl_remove at Base 0.8.2
+ avl_swap at Base 0.8.2
+ avl_update at Base 2.0
+ avl_update_gt at Base 2.0
+ avl_update_lt at Base 2.0
+ avl_walk at Base 0.8.2
+ get_system_hostid at Base 0.8.2
+ getexecname at Base 0.8.2
+ getextmntent at Base 0.8.2
+ getmntany at Base 0.8.2
+ getzoneid at Base 0.8.2
+ libspl_assertf at Base 2.0
+ libspl_set_assert_ok at Base 2.2.0
+ list_create at Base 0.8.2
+ list_destroy at Base 0.8.2
+ list_head at Base 0.8.2
+ list_insert_after at Base 0.8.2
+ list_insert_before at Base 0.8.2
+ list_insert_head at Base 0.8.2
+ list_insert_tail at Base 0.8.2
+ list_is_empty at Base 0.8.2
+ list_link_active at Base 0.8.2
+ list_link_init at Base 0.8.2
+ list_link_replace at Base 0.8.2
+ list_move_tail at Base 0.8.2
+ list_next at Base 0.8.2
+ list_prev at Base 0.8.2
+ list_remove at Base 0.8.2
+ list_remove_head at Base 0.8.2
+ list_remove_tail at Base 0.8.2
+ list_tail at Base 0.8.2
+ membar_consumer at Base 0.8.2
+ membar_enter at Base 0.8.2
+ membar_exit at Base 0.8.2
+ membar_producer at Base 0.8.2
+ membar_sync at Base 2.2.0
+ mkdirp at Base 0.8.2
+ print_timestamp at Base 0.8.2
+ spl_pagesize at Base 0.8.2
+ strlcat at Base 0.8.2
+ strlcpy at Base 0.8.2
+ uu_avl_create at Base 0.8.2
+ uu_avl_destroy at Base 0.8.2
+ uu_avl_find at Base 0.8.2
+ uu_avl_first at Base 0.8.2
+ uu_avl_insert at Base 0.8.2
+ uu_avl_last at Base 0.8.2
+ uu_avl_lockup at Base 0.8.2
+ uu_avl_nearest_next at Base 0.8.2
+ uu_avl_nearest_prev at Base 0.8.2
+ uu_avl_next at Base 0.8.2
+ uu_avl_node_fini at Base 0.8.2
+ uu_avl_node_init at Base 0.8.2
+ uu_avl_numnodes at Base 0.8.2
+ uu_avl_pool_create at Base 0.8.2
+ uu_avl_pool_destroy at Base 0.8.2
+ uu_avl_prev at Base 0.8.2
+ uu_avl_release at Base 0.8.2
+ uu_avl_remove at Base 0.8.2
+ uu_avl_teardown at Base 0.8.2
+ uu_avl_walk at Base 0.8.2
+ uu_avl_walk_end at Base 0.8.2
+ uu_avl_walk_next at Base 0.8.2
+ uu_avl_walk_start at Base 0.8.2
+ uu_check_name at Base 0.8.2
+ uu_error at Base 0.8.2
+ uu_free at Base 0.8.2
+ uu_list_create at Base 0.8.2
+ uu_list_destroy at Base 0.8.2
+ uu_list_find at Base 0.8.2
+ uu_list_first at Base 0.8.2
+ uu_list_insert at Base 0.8.2
+ uu_list_insert_after at Base 0.8.2
+ uu_list_insert_before at Base 0.8.2
+ uu_list_last at Base 0.8.2
+ uu_list_lockup at Base 0.8.2
+ uu_list_nearest_next at Base 0.8.2
+ uu_list_nearest_prev at Base 0.8.2
+ uu_list_next at Base 0.8.2
+ uu_list_node_fini at Base 0.8.2
+ uu_list_node_init at Base 0.8.2
+ uu_list_numnodes at Base 0.8.2
+ uu_list_pool_create at Base 0.8.2
+ uu_list_pool_destroy at Base 0.8.2
+ uu_list_prev at Base 0.8.2
+ uu_list_release at Base 0.8.2
+ uu_list_remove at Base 0.8.2
+ uu_list_teardown at Base 0.8.2
+ uu_list_walk at Base 0.8.2
+ uu_list_walk_end at Base 0.8.2
+ uu_list_walk_next at Base 0.8.2
+ uu_list_walk_start at Base 0.8.2
+ uu_memdup at Base 0.8.2
+ uu_msprintf at Base 0.8.2
+ uu_panic at Base 0.8.2
+ uu_set_error at Base 0.8.2
+ uu_strbw at Base 0.8.2
+ uu_strcaseeq at Base 0.8.2
+ uu_strdup at Base 0.8.2
+ uu_streq at Base 0.8.2
+ uu_strerror at Base 0.8.2
+ uu_strndup at Base 0.8.2
+ uu_zalloc at Base 0.8.2
diff -Nru zfs-linux-2.2.2/debian/libzfs4linux.docs zfs-linux-2.2.2/debian/libzfs4linux.docs
--- zfs-linux-2.2.2/debian/libzfs4linux.docs	2023-06-15 01:47:08.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzfs4linux.docs	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-COPYRIGHT
-LICENSE
diff -Nru zfs-linux-2.2.2/debian/libzfs4linux.install.in zfs-linux-2.2.2/debian/libzfs4linux.install.in
--- zfs-linux-2.2.2/debian/libzfs4linux.install.in	2023-06-15 01:47:08.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzfs4linux.install.in	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-lib/@DEB_HOST_MULTIARCH@/libzfs.so.*
-lib/@DEB_HOST_MULTIARCH@/libzfs_core.so.*
diff -Nru zfs-linux-2.2.2/debian/libzfs4linux.lintian-overrides zfs-linux-2.2.2/debian/libzfs4linux.lintian-overrides
--- zfs-linux-2.2.2/debian/libzfs4linux.lintian-overrides	2023-06-15 01:47:08.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzfs4linux.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-package-name-doesnt-match-sonames
-extra-license-file [usr/share/doc/libzfs4linux/LICENSE.gz]
-exit-in-shared-library
diff -Nru zfs-linux-2.2.2/debian/libzfs4linux.symbols zfs-linux-2.2.2/debian/libzfs4linux.symbols
--- zfs-linux-2.2.2/debian/libzfs4linux.symbols	2023-11-24 01:36:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzfs4linux.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,810 +0,0 @@
-libzfs.so.4 libzfs4linux #MINVER#
-* Build-Depends-Package: libzfslinux-dev
- _sol_getmntent at Base 2.2
- atomic_add_16 at Base 2.2
- atomic_add_16_nv at Base 2.2
- atomic_add_32 at Base 2.2
- atomic_add_32_nv at Base 2.2
- atomic_add_64 at Base 2.2
- atomic_add_64_nv at Base 2.2
- atomic_add_8 at Base 2.2
- atomic_add_8_nv at Base 2.2
- atomic_add_char at Base 2.2
- atomic_add_char_nv at Base 2.2
- atomic_add_int at Base 2.2
- atomic_add_int_nv at Base 2.2
- atomic_add_long at Base 2.2
- atomic_add_long_nv at Base 2.2
- atomic_add_ptr at Base 2.2
- atomic_add_ptr_nv at Base 2.2
- atomic_add_short at Base 2.2
- atomic_add_short_nv at Base 2.2
- atomic_and_16 at Base 2.2
- atomic_and_16_nv at Base 2.2
- atomic_and_32 at Base 2.2
- atomic_and_32_nv at Base 2.2
- atomic_and_64 at Base 2.2
- atomic_and_64_nv at Base 2.2
- atomic_and_8 at Base 2.2
- atomic_and_8_nv at Base 2.2
- atomic_and_uchar at Base 2.2
- atomic_and_uchar_nv at Base 2.2
- atomic_and_uint at Base 2.2
- atomic_and_uint_nv at Base 2.2
- atomic_and_ulong at Base 2.2
- atomic_and_ulong_nv at Base 2.2
- atomic_and_ushort at Base 2.2
- atomic_and_ushort_nv at Base 2.2
- atomic_cas_16 at Base 2.2
- atomic_cas_32 at Base 2.2
- atomic_cas_64 at Base 2.2
- atomic_cas_8 at Base 2.2
- atomic_cas_ptr at Base 2.2
- atomic_cas_uchar at Base 2.2
- atomic_cas_uint at Base 2.2
- atomic_cas_ulong at Base 2.2
- atomic_cas_ushort at Base 2.2
- atomic_clear_long_excl at Base 2.2
- atomic_dec_16 at Base 2.2
- atomic_dec_16_nv at Base 2.2
- atomic_dec_32 at Base 2.2
- atomic_dec_32_nv at Base 2.2
- atomic_dec_64 at Base 2.2
- atomic_dec_64_nv at Base 2.2
- atomic_dec_8 at Base 2.2
- atomic_dec_8_nv at Base 2.2
- atomic_dec_uchar at Base 2.2
- atomic_dec_uchar_nv at Base 2.2
- atomic_dec_uint at Base 2.2
- atomic_dec_uint_nv at Base 2.2
- atomic_dec_ulong at Base 2.2
- atomic_dec_ulong_nv at Base 2.2
- atomic_dec_ushort at Base 2.2
- atomic_dec_ushort_nv at Base 2.2
- atomic_inc_16 at Base 2.2
- atomic_inc_16_nv at Base 2.2
- atomic_inc_32 at Base 2.2
- atomic_inc_32_nv at Base 2.2
- atomic_inc_64 at Base 2.2
- atomic_inc_64_nv at Base 2.2
- atomic_inc_8 at Base 2.2
- atomic_inc_8_nv at Base 2.2
- atomic_inc_uchar at Base 2.2
- atomic_inc_uchar_nv at Base 2.2
- atomic_inc_uint at Base 2.2
- atomic_inc_uint_nv at Base 2.2
- atomic_inc_ulong at Base 2.2
- atomic_inc_ulong_nv at Base 2.2
- atomic_inc_ushort at Base 2.2
- atomic_inc_ushort_nv at Base 2.2
- (arch-bits=32)atomic_load_64 at Base 2.2
- atomic_or_16 at Base 2.2
- atomic_or_16_nv at Base 2.2
- atomic_or_32 at Base 2.2
- atomic_or_32_nv at Base 2.2
- atomic_or_64 at Base 2.2
- atomic_or_64_nv at Base 2.2
- atomic_or_8 at Base 2.2
- atomic_or_8_nv at Base 2.2
- atomic_or_uchar at Base 2.2
- atomic_or_uchar_nv at Base 2.2
- atomic_or_uint at Base 2.2
- atomic_or_uint_nv at Base 2.2
- atomic_or_ulong at Base 2.2
- atomic_or_ulong_nv at Base 2.2
- atomic_or_ushort at Base 2.2
- atomic_or_ushort_nv at Base 2.2
- atomic_set_long_excl at Base 2.2
- (arch-bits=32)atomic_store_64 at Base 2.2
- atomic_sub_16 at Base 2.2
- atomic_sub_16_nv at Base 2.2
- atomic_sub_32 at Base 2.2
- atomic_sub_32_nv at Base 2.2
- atomic_sub_64 at Base 2.2
- atomic_sub_64_nv at Base 2.2
- atomic_sub_8 at Base 2.2
- atomic_sub_8_nv at Base 2.2
- atomic_sub_char at Base 2.2
- atomic_sub_char_nv at Base 2.2
- atomic_sub_int at Base 2.2
- atomic_sub_int_nv at Base 2.2
- atomic_sub_long at Base 2.2
- atomic_sub_long_nv at Base 2.2
- atomic_sub_ptr at Base 2.2
- atomic_sub_ptr_nv at Base 2.2
- atomic_sub_short at Base 2.2
- atomic_sub_short_nv at Base 2.2
- atomic_swap_16 at Base 2.2
- atomic_swap_32 at Base 2.2
- atomic_swap_64 at Base 2.2
- atomic_swap_8 at Base 2.2
- atomic_swap_ptr at Base 2.2
- atomic_swap_uchar at Base 2.2
- atomic_swap_uint at Base 2.2
- atomic_swap_ulong at Base 2.2
- atomic_swap_ushort at Base 2.2
- avl_add at Base 2.2
- avl_create at Base 2.2
- avl_destroy at Base 2.2
- avl_destroy_nodes at Base 2.2
- avl_find at Base 2.2
- avl_first at Base 2.2
- avl_insert at Base 2.2
- avl_insert_here at Base 2.2
- avl_is_empty at Base 2.2
- avl_last at Base 2.2
- avl_nearest at Base 2.2
- avl_numnodes at Base 2.2
- avl_remove at Base 2.2
- avl_swap at Base 2.2
- avl_update at Base 2.2
- avl_update_gt at Base 2.2
- avl_update_lt at Base 2.2
- avl_walk at Base 2.2
- bookmark_namecheck at Base 2.0
- cityhash4 at Base 2.0
- color_end at Base 2.0
- color_start at Base 2.0
- dataset_namecheck at Base 0.8.2
- dataset_nestcheck at Base 0.8.2
- efi_alloc_and_init at Base 2.2
- efi_alloc_and_read at Base 2.2
- efi_debug at Base 2.2
- efi_err_check at Base 2.2
- efi_free at Base 2.2
- efi_rescan at Base 2.2
- efi_use_whole_disk at Base 2.2
- efi_write at Base 2.2
- entity_namecheck at Base 0.8.2
- fletcher_2_byteswap at Base 0.8.2
- fletcher_2_incremental_byteswap at Base 0.8.2
- fletcher_2_incremental_native at Base 0.8.2
- fletcher_2_native at Base 0.8.2
- (arch=arm64)fletcher_4_aarch64_neon_ops at Base 0.8.2
- fletcher_4_abd_ops at Base 0.8.2
- (arch=amd64 i386)fletcher_4_avx2_ops at Base 0.8.2
- (arch=amd64)fletcher_4_avx512bw_ops at Base 2.0
- (arch=amd64)fletcher_4_avx512f_ops at Base 0.8.2
- fletcher_4_byteswap at Base 0.8.2
- fletcher_4_fini at Base 0.8.2
- fletcher_4_impl_set at Base 0.8.2
- fletcher_4_incremental_byteswap at Base 0.8.2
- fletcher_4_incremental_native at Base 0.8.2
- fletcher_4_init at Base 0.8.2
- fletcher_4_native at Base 0.8.2
- fletcher_4_native_varsize at Base 0.8.2
- (arch=amd64 i386)fletcher_4_sse2_ops at Base 0.8.2
- (arch=amd64 i386)fletcher_4_ssse3_ops at Base 0.8.2
- fletcher_4_superscalar4_ops at Base 0.8.2
- fletcher_4_superscalar_ops at Base 0.8.2
- fletcher_init at Base 0.8.2
- get_dataset_depth at Base 0.8.2
- get_system_hostid at Base 2.2
- getexecname at Base 2.2
- getextmntent at Base 2.2
- getmntany at Base 2.2
- getprop_uint64 at Base 0.8.2
- getzoneid at Base 2.2
- is_mounted at Base 0.8.2
- is_mpath_whole_disk at Base 2.2
- libpc_error_description at Base 2.2
- libspl_assertf at Base 2.2
- libspl_set_assert_ok at Base 2.2
- libzfs_add_handle at Base 0.8.2
- libzfs_config_ops at Base 0.8.2
- libzfs_envvar_is_set at Base 0.8.2
- libzfs_errno at Base 0.8.2
- libzfs_error_action at Base 0.8.2
- libzfs_error_description at Base 0.8.2
- libzfs_error_init at Base 0.8.2
- libzfs_fini at Base 0.8.2
- libzfs_free_str_array at Base 0.8.2
- libzfs_init at Base 0.8.2
- libzfs_mnttab_add at Base 0.8.2
- libzfs_mnttab_cache at Base 0.8.2
- libzfs_mnttab_find at Base 0.8.2
- libzfs_mnttab_fini at Base 0.8.2
- libzfs_mnttab_init at Base 0.8.2
- libzfs_mnttab_remove at Base 0.8.2
- libzfs_print_on_error at Base 0.8.2
- libzfs_run_process at Base 0.8.2
- libzfs_run_process_get_stdout at Base 0.8.2
- libzfs_run_process_get_stdout_nopath at Base 0.8.2
- list_create at Base 2.2
- list_destroy at Base 2.2
- list_head at Base 2.2
- list_insert_after at Base 2.2
- list_insert_before at Base 2.2
- list_insert_head at Base 2.2
- list_insert_tail at Base 2.2
- list_is_empty at Base 2.2
- list_link_active at Base 2.2
- list_link_init at Base 2.2
- list_link_replace at Base 2.2
- list_move_tail at Base 2.2
- list_next at Base 2.2
- list_prev at Base 2.2
- list_remove at Base 2.2
- list_remove_head at Base 2.2
- list_remove_tail at Base 2.2
- list_tail at Base 2.2
- membar_consumer at Base 2.2
- membar_enter at Base 2.2
- membar_exit at Base 2.2
- membar_producer at Base 2.2
- membar_sync at Base 2.2
- mkdirp at Base 2.2
- mountpoint_namecheck at Base 0.8.2
- permset_namecheck at Base 0.8.2
- pool_namecheck at Base 0.8.2
- print_timestamp at Base 2.2
- printf_color at Base 2.0
- sa_commit_shares at Base 2.0
- sa_disable_share at Base 0.8.2
- sa_enable_share at Base 0.8.2
- sa_errorstr at Base 0.8.2
- sa_is_shared at Base 2.0
- sa_protocol_names at Base 2.2
- sa_truncate_shares at Base 2.2
- sa_validate_shareopts at Base 2.0
- snapshot_namecheck at Base 2.0
- spa_feature_table at Base 0.8.2
- spl_pagesize at Base 2.2
- strlcat at Base 2.2
- strlcpy at Base 2.2
- tpool_abandon at Base 2.2
- tpool_create at Base 2.2
- tpool_destroy at Base 2.2
- tpool_dispatch at Base 2.2
- tpool_member at Base 2.2
- tpool_resume at Base 2.2
- tpool_suspend at Base 2.2
- tpool_suspended at Base 2.2
- tpool_wait at Base 2.2
- update_vdev_config_dev_strs at Base 2.2
- use_color at Base 2.1.11
- vdev_expand_proplist at Base 2.2
- vdev_name_to_prop at Base 2.2
- vdev_prop_align_right at Base 2.2
- vdev_prop_column_name at Base 2.2
- vdev_prop_default_numeric at Base 2.2
- vdev_prop_default_string at Base 2.2
- vdev_prop_get_table at Base 2.2
- vdev_prop_get_type at Base 2.2
- vdev_prop_index_to_string at Base 2.2
- vdev_prop_init at Base 2.2
- vdev_prop_random_value at Base 2.2
- vdev_prop_readonly at Base 2.2
- vdev_prop_string_to_index at Base 2.2
- vdev_prop_to_name at Base 2.2
- vdev_prop_user at Base 2.2
- vdev_prop_values at Base 2.2
- zfeature_checks_disable at Base 0.8.2
- zfeature_depends_on at Base 0.8.2
- zfeature_is_supported at Base 0.8.2
- zfeature_is_valid_guid at Base 0.8.2
- zfeature_lookup_guid at Base 0.8.2
- zfeature_lookup_name at Base 0.8.2
- zfs_adjust_mount_options at Base 2.0
- zfs_allocatable_devs at Base 0.8.2
- zfs_append_partition at Base 2.2
- zfs_basename at Base 2.2
- zfs_bookmark_exists at Base 0.8.2
- zfs_clone at Base 0.8.2
- zfs_close at Base 0.8.2
- zfs_commit_shares at Base 2.0
- zfs_component_namecheck at Base 0.8.2
- zfs_create at Base 0.8.2
- zfs_create_ancestors at Base 0.8.2
- zfs_crypto_attempt_load_keys at Base 0.8.2
- zfs_crypto_clone_check at Base 0.8.2
- zfs_crypto_create at Base 0.8.2
- zfs_crypto_get_encryption_root at Base 0.8.2
- zfs_crypto_load_key at Base 0.8.2
- zfs_crypto_rewrap at Base 0.8.2
- zfs_crypto_unload_key at Base 0.8.2
- zfs_dataset_exists at Base 0.8.2
- zfs_dataset_name_hidden at Base 0.8.2
- zfs_deleg_canonicalize_perm at Base 0.8.2
- zfs_deleg_perm_tab at Base 0.8.2
- zfs_deleg_verify_nvlist at Base 0.8.2
- zfs_deleg_whokey at Base 0.8.2
- zfs_destroy at Base 0.8.2
- zfs_destroy_snaps at Base 0.8.2
- zfs_destroy_snaps_nvl at Base 0.8.2
- zfs_destroy_snaps_nvl_os at Base 2.2
- zfs_dev_flush at Base 2.2
- zfs_dev_is_dm at Base 2.2
- zfs_dev_is_whole_disk at Base 2.2
- zfs_device_get_devid at Base 2.2
- zfs_device_get_physical at Base 2.2
- zfs_dirnamelen at Base 2.2
- zfs_expand_proplist at Base 0.8.2
- zfs_foreach_mountpoint at Base 0.8.2
- zfs_get_all_props at Base 0.8.2
- zfs_get_clones_nvl at Base 0.8.2
- zfs_get_enclosure_sysfs_path at Base 2.2
- zfs_get_fsacl at Base 0.8.2
- zfs_get_handle at Base 0.8.2
- zfs_get_holds at Base 0.8.2
- zfs_get_name at Base 0.8.2
- zfs_get_pool_handle at Base 0.8.2
- zfs_get_pool_name at Base 0.8.2
- zfs_get_recvd_props at Base 0.8.2
- zfs_get_type at Base 0.8.2
- zfs_get_underlying_path at Base 2.2
- zfs_get_underlying_type at Base 2.2
- zfs_get_user_props at Base 0.8.2
- zfs_handle_dup at Base 0.8.2
- zfs_history_event_names at Base 0.8.2
- zfs_hold at Base 0.8.2
- zfs_hold_nvl at Base 0.8.2
- zfs_ioctl at Base 0.8.2
- zfs_is_mounted at Base 0.8.2
- zfs_is_shared at Base 0.8.2
- zfs_isnumber at Base 2.2
- zfs_iter_bookmarks at Base 0.8.2
- zfs_iter_bookmarks_v2 at Base 2.2
- zfs_iter_children at Base 0.8.2
- zfs_iter_children_v2 at Base 2.2
- zfs_iter_dependents at Base 0.8.2
- zfs_iter_dependents_v2 at Base 2.2
- zfs_iter_filesystems at Base 0.8.2
- zfs_iter_filesystems_v2 at Base 2.2
- zfs_iter_mounted at Base 0.8.2
- zfs_iter_root at Base 0.8.2
- zfs_iter_snapshots at Base 0.8.2
- zfs_iter_snapshots_sorted at Base 0.8.2
- zfs_iter_snapshots_sorted_v2 at Base 2.2
- zfs_iter_snapshots_v2 at Base 2.2
- zfs_iter_snapspec at Base 0.8.2
- zfs_iter_snapspec_v2 at Base 2.2
- zfs_max_dataset_nesting at Base 0.8.2
- zfs_mod_supported at Base 0.8.2
- zfs_mount at Base 0.8.2
- zfs_mount_at at Base 2.0
- zfs_mount_delegation_check at Base 2.0
- zfs_name_to_prop at Base 0.8.2
- zfs_name_valid at Base 0.8.2
- zfs_nicebytes at Base 2.2
- zfs_nicenum at Base 2.2
- zfs_nicenum_format at Base 2.2
- zfs_niceraw at Base 2.2
- zfs_nicestrtonum at Base 0.8.2
- zfs_nicetime at Base 2.2
- zfs_open at Base 0.8.2
- zfs_parent_name at Base 0.8.2
- zfs_parse_mount_options at Base 2.0
- zfs_path_to_zhandle at Base 0.8.2
- zfs_promote at Base 0.8.2
- zfs_prop_align_right at Base 0.8.2
- zfs_prop_column_name at Base 0.8.2
- zfs_prop_default_numeric at Base 0.8.2
- zfs_prop_default_string at Base 0.8.2
- zfs_prop_delegatable at Base 0.8.2
- zfs_prop_encryption_key_param at Base 0.8.2
- zfs_prop_get at Base 0.8.2
- zfs_prop_get_int at Base 0.8.2
- zfs_prop_get_numeric at Base 0.8.2
- zfs_prop_get_recvd at Base 0.8.2
- zfs_prop_get_table at Base 0.8.2
- zfs_prop_get_type at Base 0.8.2
- zfs_prop_get_userquota at Base 0.8.2
- zfs_prop_get_userquota_int at Base 0.8.2
- zfs_prop_get_written at Base 0.8.2
- zfs_prop_get_written_int at Base 0.8.2
- zfs_prop_index_to_string at Base 0.8.2
- zfs_prop_inherit at Base 0.8.2
- zfs_prop_inheritable at Base 0.8.2
- zfs_prop_init at Base 0.8.2
- zfs_prop_is_string at Base 0.8.2
- zfs_prop_random_value at Base 0.8.2
- zfs_prop_readonly at Base 0.8.2
- zfs_prop_set at Base 0.8.2
- zfs_prop_set_list at Base 0.8.2
- zfs_prop_set_list_flags at Base 2.2
- zfs_prop_setonce at Base 0.8.2
- zfs_prop_string_to_index at Base 0.8.2
- zfs_prop_to_name at Base 0.8.2
- zfs_prop_user at Base 0.8.2
- zfs_prop_userquota at Base 0.8.2
- zfs_prop_valid_for_type at Base 0.8.2
- zfs_prop_valid_keylocation at Base 0.8.2
- zfs_prop_values at Base 0.8.2
- zfs_prop_visible at Base 0.8.2
- zfs_prop_written at Base 0.8.2
- zfs_prune_proplist at Base 0.8.2
- zfs_receive at Base 0.8.2
- zfs_refresh_properties at Base 0.8.2
- zfs_release at Base 0.8.2
- zfs_rename at Base 0.8.2
- zfs_resolve_shortname at Base 2.2
- zfs_rollback at Base 0.8.2
- zfs_save_arguments at Base 0.8.2
- zfs_send at Base 0.8.2
- zfs_send_one at Base 0.8.2
- zfs_send_progress at Base 2.0
- zfs_send_resume at Base 0.8.2
- zfs_send_resume_token_to_nvlist at Base 0.8.2
- zfs_send_saved at Base 2.0
- zfs_set_fsacl at Base 0.8.2
- zfs_setproctitle at Base 2.2
- zfs_setproctitle_init at Base 2.2
- zfs_share at Base 0.8.2
- zfs_show_diffs at Base 0.8.2
- zfs_smb_acl_add at Base 0.8.2
- zfs_smb_acl_purge at Base 0.8.2
- zfs_smb_acl_remove at Base 0.8.2
- zfs_smb_acl_rename at Base 0.8.2
- zfs_snapshot at Base 0.8.2
- zfs_snapshot_nvl at Base 0.8.2
- zfs_spa_version at Base 0.8.2
- zfs_spa_version_map at Base 0.8.2
- zfs_special_devs at Base 0.8.3
- zfs_standard_error at Base 0.8.2
- zfs_strcmp_pathname at Base 2.2
- zfs_strip_partition at Base 2.2
- zfs_strip_path at Base 2.2
- zfs_truncate_shares at Base 2.2
- zfs_type_to_name at Base 0.8.2
- zfs_unmount at Base 0.8.2
- zfs_unmountall at Base 0.8.2
- zfs_unshare at Base 0.8.2
- zfs_unshareall at Base 0.8.2
- zfs_userns at Base 2.2
- zfs_userquota_prop_prefixes at Base 0.8.2
- zfs_userspace at Base 0.8.2
- zfs_valid_proplist at Base 0.8.2
- zfs_version_kernel at Base 0.8.2
- zfs_version_print at Base 0.8.2
- zfs_version_userland at Base 0.8.2
- zfs_wait_status at Base 2.0
- zfs_zpl_version_map at Base 0.8.2
- zpool_add at Base 0.8.2
- zpool_checkpoint at Base 0.8.2
- zpool_clear at Base 0.8.2
- zpool_clear_label at Base 0.8.2
- zpool_close at Base 0.8.2
- zpool_create at Base 0.8.2
- zpool_default_search_paths at Base 2.2
- zpool_destroy at Base 0.8.2
- zpool_disable_datasets at Base 0.8.2
- zpool_disable_datasets_os at Base 2.2
- zpool_disable_volume_os at Base 2.2
- zpool_discard_checkpoint at Base 0.8.2
- zpool_dump_ddt at Base 2.2
- zpool_enable_datasets at Base 0.8.2
- zpool_events_clear at Base 0.8.2
- zpool_events_next at Base 0.8.2
- zpool_events_seek at Base 0.8.2
- zpool_expand_proplist at Base 0.8.2
- zpool_explain_recover at Base 0.8.2
- zpool_export at Base 0.8.2
- zpool_export_force at Base 0.8.2
- zpool_feature_init at Base 0.8.2
- zpool_find_config at Base 2.2
- zpool_find_vdev at Base 0.8.2
- zpool_find_vdev_by_physpath at Base 0.8.2
- zpool_free_handles at Base 0.8.2
- zpool_get_all_vdev_props at Base 2.2
- zpool_get_bootenv at Base 2.0
- zpool_get_config at Base 0.8.2
- zpool_get_errlog at Base 0.8.2
- zpool_get_features at Base 0.8.2
- zpool_get_handle at Base 0.8.2
- zpool_get_history at Base 0.8.2
- zpool_get_load_policy at Base 0.8.2
- zpool_get_name at Base 0.8.2
- zpool_get_prop at Base 0.8.2
- zpool_get_prop_int at Base 0.8.2
- zpool_get_state at Base 0.8.2
- zpool_get_state_str at Base 0.8.2
- zpool_get_status at Base 0.8.2
- zpool_get_userprop at Base 2.2
- zpool_get_vdev_prop at Base 2.2
- zpool_get_vdev_prop_value at Base 2.2
- zpool_history_unpack at Base 2.2
- zpool_import at Base 0.8.2
- zpool_import_props at Base 0.8.2
- zpool_import_status at Base 0.8.2
- zpool_in_use at Base 0.8.2
- zpool_initialize at Base 0.8.2
- zpool_initialize_wait at Base 2.0
- zpool_is_draid_spare at Base 2.1
- zpool_iter at Base 0.8.2
- zpool_label_disk at Base 0.8.2
- zpool_label_disk_wait at Base 2.2
- zpool_load_compat at Base 2.1
- zpool_log_history at Base 0.8.2
- zpool_name_to_prop at Base 0.8.2
- zpool_obj_to_path at Base 0.8.2
- zpool_obj_to_path_ds at Base 2.0
- zpool_open at Base 0.8.2
- zpool_open_canfail at Base 0.8.2
- zpool_pool_state_to_name at Base 0.8.2
- zpool_prepare_and_label_disk at Base 2.2.1
- zpool_prepare_disk at Base 2.2.1
- zpool_print_unsup_feat at Base 0.8.2
- zpool_prop_align_right at Base 0.8.2
- zpool_prop_column_name at Base 0.8.2
- zpool_prop_default_numeric at Base 0.8.2
- zpool_prop_default_string at Base 0.8.2
- zpool_prop_feature at Base 0.8.2
- zpool_prop_get_feature at Base 0.8.2
- zpool_prop_get_table at Base 0.8.2
- zpool_prop_get_type at Base 0.8.2
- zpool_prop_index_to_string at Base 0.8.2
- zpool_prop_init at Base 0.8.2
- zpool_prop_random_value at Base 0.8.2
- zpool_prop_readonly at Base 0.8.2
- zpool_prop_setonce at Base 0.8.2
- zpool_prop_string_to_index at Base 0.8.2
- zpool_prop_to_name at Base 0.8.2
- zpool_prop_unsupported at Base 0.8.2
- zpool_prop_values at Base 0.8.2
- zpool_prop_vdev at Base 2.2
- zpool_props_refresh at Base 2.0
- zpool_read_label at Base 2.2
- zpool_refresh_stats at Base 0.8.2
- zpool_reguid at Base 0.8.2
- zpool_reopen_one at Base 0.8.2
- zpool_scan at Base 0.8.2
- zpool_search_import at Base 2.2
- zpool_set_bootenv at Base 2.0
- zpool_set_prop at Base 0.8.2
- zpool_set_vdev_prop at Base 2.2
- zpool_skip_pool at Base 0.8.2
- zpool_state_to_name at Base 0.8.2
- zpool_sync_one at Base 0.8.2
- zpool_trim at Base 0.8.2
- zpool_upgrade at Base 0.8.2
- zpool_vdev_attach at Base 0.8.2
- zpool_vdev_clear at Base 0.8.2
- zpool_vdev_degrade at Base 0.8.2
- zpool_vdev_detach at Base 0.8.2
- zpool_vdev_fault at Base 0.8.2
- zpool_vdev_indirect_size at Base 0.8.2
- zpool_vdev_name at Base 0.8.2
- zpool_vdev_offline at Base 0.8.2
- zpool_vdev_online at Base 0.8.2
- zpool_vdev_path_to_guid at Base 0.8.2
- zpool_vdev_remove at Base 0.8.2
- zpool_vdev_remove_cancel at Base 0.8.2
- zpool_vdev_remove_wanted at Base 2.1.11
- zpool_vdev_script_alloc_env at Base 2.2.1
- zpool_vdev_script_free_env at Base 2.2.1
- zpool_vdev_split at Base 0.8.2
- zpool_wait at Base 2.0
- zpool_wait_status at Base 2.0
- zprop_free_list at Base 0.8.2
- zprop_get_list at Base 0.8.2
- zprop_index_to_string at Base 0.8.2
- zprop_iter at Base 0.8.2
- zprop_iter_common at Base 0.8.2
- zprop_name_to_prop at Base 0.8.2
- zprop_print_one_property at Base 0.8.2
- zprop_random_value at Base 0.8.2
- zprop_register_hidden at Base 0.8.2
- zprop_register_impl at Base 0.8.2
- zprop_register_index at Base 0.8.2
- zprop_register_number at Base 0.8.2
- zprop_register_string at Base 0.8.2
- zprop_string_to_index at Base 0.8.2
- zprop_valid_char at Base 2.2
- zprop_valid_for_type at Base 0.8.2
- zprop_values at Base 0.8.2
- zprop_width at Base 0.8.2
- zvol_volsize_to_reservation at Base 0.8.2
-libzfs_core.so.3 libzfs4linux #MINVER#
- _sol_getmntent at Base 2.0
- atomic_add_16 at Base 2.0
- atomic_add_16_nv at Base 2.0
- atomic_add_32 at Base 2.0
- atomic_add_32_nv at Base 2.0
- atomic_add_64 at Base 2.0
- atomic_add_64_nv at Base 2.0
- atomic_add_8 at Base 2.0
- atomic_add_8_nv at Base 2.0
- atomic_add_char at Base 2.0
- atomic_add_char_nv at Base 2.0
- atomic_add_int at Base 2.0
- atomic_add_int_nv at Base 2.0
- atomic_add_long at Base 2.0
- atomic_add_long_nv at Base 2.0
- atomic_add_ptr at Base 2.0
- atomic_add_ptr_nv at Base 2.0
- atomic_add_short at Base 2.0
- atomic_add_short_nv at Base 2.0
- atomic_and_16 at Base 2.0
- atomic_and_16_nv at Base 2.0
- atomic_and_32 at Base 2.0
- atomic_and_32_nv at Base 2.0
- atomic_and_64 at Base 2.0
- atomic_and_64_nv at Base 2.0
- atomic_and_8 at Base 2.0
- atomic_and_8_nv at Base 2.0
- atomic_and_uchar at Base 2.0
- atomic_and_uchar_nv at Base 2.0
- atomic_and_uint at Base 2.0
- atomic_and_uint_nv at Base 2.0
- atomic_and_ulong at Base 2.0
- atomic_and_ulong_nv at Base 2.0
- atomic_and_ushort at Base 2.0
- atomic_and_ushort_nv at Base 2.0
- atomic_cas_16 at Base 2.0
- atomic_cas_32 at Base 2.0
- atomic_cas_64 at Base 2.0
- atomic_cas_8 at Base 2.0
- atomic_cas_ptr at Base 2.0
- atomic_cas_uchar at Base 2.0
- atomic_cas_uint at Base 2.0
- atomic_cas_ulong at Base 2.0
- atomic_cas_ushort at Base 2.0
- atomic_clear_long_excl at Base 2.0
- atomic_dec_16 at Base 2.0
- atomic_dec_16_nv at Base 2.0
- atomic_dec_32 at Base 2.0
- atomic_dec_32_nv at Base 2.0
- atomic_dec_64 at Base 2.0
- atomic_dec_64_nv at Base 2.0
- atomic_dec_8 at Base 2.0
- atomic_dec_8_nv at Base 2.0
- atomic_dec_uchar at Base 2.0
- atomic_dec_uchar_nv at Base 2.0
- atomic_dec_uint at Base 2.0
- atomic_dec_uint_nv at Base 2.0
- atomic_dec_ulong at Base 2.0
- atomic_dec_ulong_nv at Base 2.0
- atomic_dec_ushort at Base 2.0
- atomic_dec_ushort_nv at Base 2.0
- atomic_inc_16 at Base 2.0
- atomic_inc_16_nv at Base 2.0
- atomic_inc_32 at Base 2.0
- atomic_inc_32_nv at Base 2.0
- atomic_inc_64 at Base 2.0
- atomic_inc_64_nv at Base 2.0
- atomic_inc_8 at Base 2.0
- atomic_inc_8_nv at Base 2.0
- atomic_inc_uchar at Base 2.0
- atomic_inc_uchar_nv at Base 2.0
- (arch-bits=32)atomic_load_64 at Base 2.0
- atomic_inc_uint at Base 2.0
- atomic_inc_uint_nv at Base 2.0
- atomic_inc_ulong at Base 2.0
- atomic_inc_ulong_nv at Base 2.0
- atomic_inc_ushort at Base 2.0
- atomic_inc_ushort_nv at Base 2.0
- atomic_or_16 at Base 2.0
- atomic_or_16_nv at Base 2.0
- atomic_or_32 at Base 2.0
- atomic_or_32_nv at Base 2.0
- atomic_or_64 at Base 2.0
- atomic_or_64_nv at Base 2.0
- atomic_or_8 at Base 2.0
- atomic_or_8_nv at Base 2.0
- atomic_or_uchar at Base 2.0
- atomic_or_uchar_nv at Base 2.0
- atomic_or_uint at Base 2.0
- atomic_or_uint_nv at Base 2.0
- atomic_or_ulong at Base 2.0
- atomic_or_ulong_nv at Base 2.0
- atomic_or_ushort at Base 2.0
- atomic_or_ushort_nv at Base 2.0
- atomic_set_long_excl at Base 2.0
- (arch-bits=32)atomic_store_64 at Base 2.0
- atomic_sub_16 at Base 2.0
- atomic_sub_16_nv at Base 2.0
- atomic_sub_32 at Base 2.0
- atomic_sub_32_nv at Base 2.0
- atomic_sub_64 at Base 2.0
- atomic_sub_64_nv at Base 2.0
- atomic_sub_8 at Base 2.0
- atomic_sub_8_nv at Base 2.0
- atomic_sub_char at Base 2.0
- atomic_sub_char_nv at Base 2.0
- atomic_sub_int at Base 2.0
- atomic_sub_int_nv at Base 2.0
- atomic_sub_long at Base 2.0
- atomic_sub_long_nv at Base 2.0
- atomic_sub_ptr at Base 2.0
- atomic_sub_ptr_nv at Base 2.0
- atomic_sub_short at Base 2.0
- atomic_sub_short_nv at Base 2.0
- atomic_swap_16 at Base 2.0
- atomic_swap_32 at Base 2.0
- atomic_swap_64 at Base 2.0
- atomic_swap_8 at Base 2.0
- atomic_swap_ptr at Base 2.0
- atomic_swap_uchar at Base 2.0
- atomic_swap_uint at Base 2.0
- atomic_swap_ulong at Base 2.0
- atomic_swap_ushort at Base 2.0
- get_system_hostid at Base 2.0
- getexecname at Base 2.0
- getextmntent at Base 2.0
- getmntany at Base 2.0
- getzoneid at Base 2.0
- libspl_assertf at Base 2.0
- libspl_set_assert_ok at Base 2.2
- libzfs_core_fini at Base 0.8.2
- libzfs_core_init at Base 0.8.2
- list_create at Base 2.0
- list_destroy at Base 2.0
- list_head at Base 2.0
- list_insert_after at Base 2.0
- list_insert_before at Base 2.0
- list_insert_head at Base 2.0
- list_insert_tail at Base 2.0
- list_is_empty at Base 2.0
- list_link_active at Base 2.0
- list_link_init at Base 2.0
- list_link_replace at Base 2.0
- list_move_tail at Base 2.0
- list_next at Base 2.0
- list_prev at Base 2.0
- list_remove at Base 2.0
- list_remove_head at Base 2.0
- list_remove_tail at Base 2.0
- list_tail at Base 2.0
- lzc_bookmark at Base 0.8.2
- lzc_change_key at Base 0.8.2
- lzc_channel_program at Base 0.8.2
- lzc_channel_program_nosync at Base 0.8.2
- lzc_clone at Base 0.8.2
- lzc_create at Base 0.8.2
- lzc_destroy at Base 0.8.2
- lzc_destroy_bookmarks at Base 0.8.2
- lzc_destroy_snaps at Base 0.8.2
- lzc_exists at Base 0.8.2
- lzc_get_bookmark_props at Base 2.0
- lzc_get_bookmarks at Base 0.8.2
- lzc_get_bootenv at Base 2.0
- lzc_get_holds at Base 0.8.2
- lzc_get_vdev_prop at Base 2.2
- lzc_hold at Base 0.8.2
- lzc_initialize at Base 0.8.2
- lzc_ioctl_fd at Base 2.2
- lzc_load_key at Base 0.8.2
- lzc_pool_checkpoint at Base 0.8.2
- lzc_pool_checkpoint_discard at Base 0.8.2
- lzc_promote at Base 0.8.2
- lzc_receive at Base 0.8.2
- lzc_receive_one at Base 0.8.2
- lzc_receive_resumable at Base 0.8.2
- lzc_receive_with_cmdprops at Base 0.8.2
- lzc_receive_with_header at Base 0.8.2
- lzc_receive_with_heal at Base 2.2
- lzc_redact at Base 2.0
- lzc_release at Base 0.8.2
- lzc_rename at Base 0.8.2
- lzc_reopen at Base 0.8.2
- lzc_rollback at Base 0.8.2
- lzc_rollback_to at Base 0.8.2
- lzc_scrub at Base 2.2
- lzc_send at Base 0.8.2
- lzc_send_redacted at Base 2.0
- lzc_send_resume at Base 0.8.2
- lzc_send_resume_redacted at Base 2.0
- lzc_send_space at Base 0.8.2
- lzc_send_space_resume_redacted at Base 2.0
- lzc_send_wrapper at Base 2.2
- lzc_set_bootenv at Base 2.0
- lzc_set_vdev_prop at Base 2.2
- lzc_snaprange_space at Base 0.8.2
- lzc_snapshot at Base 0.8.2
- lzc_sync at Base 0.8.2
- lzc_trim at Base 0.8.2
- lzc_unload_key at Base 0.8.2
- lzc_wait at Base 2.0
- lzc_wait_fs at Base 2.0
- lzc_wait_tag at Base 2.0
- membar_consumer at Base 2.0
- membar_enter at Base 2.0
- membar_exit at Base 2.0
- membar_producer at Base 2.0
- membar_sync at Base 2.2
- mkdirp at Base 2.0
- print_timestamp at Base 2.0
- spl_pagesize at Base 2.0
- strlcat at Base 2.0
- strlcpy at Base 2.0
diff -Nru zfs-linux-2.2.2/debian/libzfs4t64linux.docs zfs-linux-2.2.2/debian/libzfs4t64linux.docs
--- zfs-linux-2.2.2/debian/libzfs4t64linux.docs	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzfs4t64linux.docs	2023-06-15 01:47:08.000000000 +0000
@@ -0,0 +1,2 @@
+COPYRIGHT
+LICENSE
diff -Nru zfs-linux-2.2.2/debian/libzfs4t64linux.install.in zfs-linux-2.2.2/debian/libzfs4t64linux.install.in
--- zfs-linux-2.2.2/debian/libzfs4t64linux.install.in	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzfs4t64linux.install.in	2023-06-15 01:47:08.000000000 +0000
@@ -0,0 +1,2 @@
+lib/@DEB_HOST_MULTIARCH@/libzfs.so.*
+lib/@DEB_HOST_MULTIARCH@/libzfs_core.so.*
diff -Nru zfs-linux-2.2.2/debian/libzfs4t64linux.lintian-overrides zfs-linux-2.2.2/debian/libzfs4t64linux.lintian-overrides
--- zfs-linux-2.2.2/debian/libzfs4t64linux.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzfs4t64linux.lintian-overrides	2024-02-14 06:13:33.000000000 +0000
@@ -0,0 +1,4 @@
+package-name-doesnt-match-sonames
+extra-license-file [usr/share/doc/libzfs4t64linux/LICENSE.gz]
+exit-in-shared-library
+libzfs4t64linux: package-name-doesnt-match-sonames libzfs4linux
diff -Nru zfs-linux-2.2.2/debian/libzfs4t64linux.symbols zfs-linux-2.2.2/debian/libzfs4t64linux.symbols
--- zfs-linux-2.2.2/debian/libzfs4t64linux.symbols	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzfs4t64linux.symbols	2024-02-14 06:13:33.000000000 +0000
@@ -0,0 +1,810 @@
+libzfs.so.4 libzfs4t64linux #MINVER#
+* Build-Depends-Package: libzfslinux-dev
+ _sol_getmntent at Base 2.2
+ atomic_add_16 at Base 2.2
+ atomic_add_16_nv at Base 2.2
+ atomic_add_32 at Base 2.2
+ atomic_add_32_nv at Base 2.2
+ atomic_add_64 at Base 2.2
+ atomic_add_64_nv at Base 2.2
+ atomic_add_8 at Base 2.2
+ atomic_add_8_nv at Base 2.2
+ atomic_add_char at Base 2.2
+ atomic_add_char_nv at Base 2.2
+ atomic_add_int at Base 2.2
+ atomic_add_int_nv at Base 2.2
+ atomic_add_long at Base 2.2
+ atomic_add_long_nv at Base 2.2
+ atomic_add_ptr at Base 2.2
+ atomic_add_ptr_nv at Base 2.2
+ atomic_add_short at Base 2.2
+ atomic_add_short_nv at Base 2.2
+ atomic_and_16 at Base 2.2
+ atomic_and_16_nv at Base 2.2
+ atomic_and_32 at Base 2.2
+ atomic_and_32_nv at Base 2.2
+ atomic_and_64 at Base 2.2
+ atomic_and_64_nv at Base 2.2
+ atomic_and_8 at Base 2.2
+ atomic_and_8_nv at Base 2.2
+ atomic_and_uchar at Base 2.2
+ atomic_and_uchar_nv at Base 2.2
+ atomic_and_uint at Base 2.2
+ atomic_and_uint_nv at Base 2.2
+ atomic_and_ulong at Base 2.2
+ atomic_and_ulong_nv at Base 2.2
+ atomic_and_ushort at Base 2.2
+ atomic_and_ushort_nv at Base 2.2
+ atomic_cas_16 at Base 2.2
+ atomic_cas_32 at Base 2.2
+ atomic_cas_64 at Base 2.2
+ atomic_cas_8 at Base 2.2
+ atomic_cas_ptr at Base 2.2
+ atomic_cas_uchar at Base 2.2
+ atomic_cas_uint at Base 2.2
+ atomic_cas_ulong at Base 2.2
+ atomic_cas_ushort at Base 2.2
+ atomic_clear_long_excl at Base 2.2
+ atomic_dec_16 at Base 2.2
+ atomic_dec_16_nv at Base 2.2
+ atomic_dec_32 at Base 2.2
+ atomic_dec_32_nv at Base 2.2
+ atomic_dec_64 at Base 2.2
+ atomic_dec_64_nv at Base 2.2
+ atomic_dec_8 at Base 2.2
+ atomic_dec_8_nv at Base 2.2
+ atomic_dec_uchar at Base 2.2
+ atomic_dec_uchar_nv at Base 2.2
+ atomic_dec_uint at Base 2.2
+ atomic_dec_uint_nv at Base 2.2
+ atomic_dec_ulong at Base 2.2
+ atomic_dec_ulong_nv at Base 2.2
+ atomic_dec_ushort at Base 2.2
+ atomic_dec_ushort_nv at Base 2.2
+ atomic_inc_16 at Base 2.2
+ atomic_inc_16_nv at Base 2.2
+ atomic_inc_32 at Base 2.2
+ atomic_inc_32_nv at Base 2.2
+ atomic_inc_64 at Base 2.2
+ atomic_inc_64_nv at Base 2.2
+ atomic_inc_8 at Base 2.2
+ atomic_inc_8_nv at Base 2.2
+ atomic_inc_uchar at Base 2.2
+ atomic_inc_uchar_nv at Base 2.2
+ atomic_inc_uint at Base 2.2
+ atomic_inc_uint_nv at Base 2.2
+ atomic_inc_ulong at Base 2.2
+ atomic_inc_ulong_nv at Base 2.2
+ atomic_inc_ushort at Base 2.2
+ atomic_inc_ushort_nv at Base 2.2
+ (arch-bits=32)atomic_load_64 at Base 2.2
+ atomic_or_16 at Base 2.2
+ atomic_or_16_nv at Base 2.2
+ atomic_or_32 at Base 2.2
+ atomic_or_32_nv at Base 2.2
+ atomic_or_64 at Base 2.2
+ atomic_or_64_nv at Base 2.2
+ atomic_or_8 at Base 2.2
+ atomic_or_8_nv at Base 2.2
+ atomic_or_uchar at Base 2.2
+ atomic_or_uchar_nv at Base 2.2
+ atomic_or_uint at Base 2.2
+ atomic_or_uint_nv at Base 2.2
+ atomic_or_ulong at Base 2.2
+ atomic_or_ulong_nv at Base 2.2
+ atomic_or_ushort at Base 2.2
+ atomic_or_ushort_nv at Base 2.2
+ atomic_set_long_excl at Base 2.2
+ (arch-bits=32)atomic_store_64 at Base 2.2
+ atomic_sub_16 at Base 2.2
+ atomic_sub_16_nv at Base 2.2
+ atomic_sub_32 at Base 2.2
+ atomic_sub_32_nv at Base 2.2
+ atomic_sub_64 at Base 2.2
+ atomic_sub_64_nv at Base 2.2
+ atomic_sub_8 at Base 2.2
+ atomic_sub_8_nv at Base 2.2
+ atomic_sub_char at Base 2.2
+ atomic_sub_char_nv at Base 2.2
+ atomic_sub_int at Base 2.2
+ atomic_sub_int_nv at Base 2.2
+ atomic_sub_long at Base 2.2
+ atomic_sub_long_nv at Base 2.2
+ atomic_sub_ptr at Base 2.2
+ atomic_sub_ptr_nv at Base 2.2
+ atomic_sub_short at Base 2.2
+ atomic_sub_short_nv at Base 2.2
+ atomic_swap_16 at Base 2.2
+ atomic_swap_32 at Base 2.2
+ atomic_swap_64 at Base 2.2
+ atomic_swap_8 at Base 2.2
+ atomic_swap_ptr at Base 2.2
+ atomic_swap_uchar at Base 2.2
+ atomic_swap_uint at Base 2.2
+ atomic_swap_ulong at Base 2.2
+ atomic_swap_ushort at Base 2.2
+ avl_add at Base 2.2
+ avl_create at Base 2.2
+ avl_destroy at Base 2.2
+ avl_destroy_nodes at Base 2.2
+ avl_find at Base 2.2
+ avl_first at Base 2.2
+ avl_insert at Base 2.2
+ avl_insert_here at Base 2.2
+ avl_is_empty at Base 2.2
+ avl_last at Base 2.2
+ avl_nearest at Base 2.2
+ avl_numnodes at Base 2.2
+ avl_remove at Base 2.2
+ avl_swap at Base 2.2
+ avl_update at Base 2.2
+ avl_update_gt at Base 2.2
+ avl_update_lt at Base 2.2
+ avl_walk at Base 2.2
+ bookmark_namecheck at Base 2.0
+ cityhash4 at Base 2.0
+ color_end at Base 2.0
+ color_start at Base 2.0
+ dataset_namecheck at Base 0.8.2
+ dataset_nestcheck at Base 0.8.2
+ efi_alloc_and_init at Base 2.2
+ efi_alloc_and_read at Base 2.2
+ efi_debug at Base 2.2
+ efi_err_check at Base 2.2
+ efi_free at Base 2.2
+ efi_rescan at Base 2.2
+ efi_use_whole_disk at Base 2.2
+ efi_write at Base 2.2
+ entity_namecheck at Base 0.8.2
+ fletcher_2_byteswap at Base 0.8.2
+ fletcher_2_incremental_byteswap at Base 0.8.2
+ fletcher_2_incremental_native at Base 0.8.2
+ fletcher_2_native at Base 0.8.2
+ (arch=arm64)fletcher_4_aarch64_neon_ops at Base 0.8.2
+ fletcher_4_abd_ops at Base 0.8.2
+ (arch=amd64 i386)fletcher_4_avx2_ops at Base 0.8.2
+ (arch=amd64)fletcher_4_avx512bw_ops at Base 2.0
+ (arch=amd64)fletcher_4_avx512f_ops at Base 0.8.2
+ fletcher_4_byteswap at Base 0.8.2
+ fletcher_4_fini at Base 0.8.2
+ fletcher_4_impl_set at Base 0.8.2
+ fletcher_4_incremental_byteswap at Base 0.8.2
+ fletcher_4_incremental_native at Base 0.8.2
+ fletcher_4_init at Base 0.8.2
+ fletcher_4_native at Base 0.8.2
+ fletcher_4_native_varsize at Base 0.8.2
+ (arch=amd64 i386)fletcher_4_sse2_ops at Base 0.8.2
+ (arch=amd64 i386)fletcher_4_ssse3_ops at Base 0.8.2
+ fletcher_4_superscalar4_ops at Base 0.8.2
+ fletcher_4_superscalar_ops at Base 0.8.2
+ fletcher_init at Base 0.8.2
+ get_dataset_depth at Base 0.8.2
+ get_system_hostid at Base 2.2
+ getexecname at Base 2.2
+ getextmntent at Base 2.2
+ getmntany at Base 2.2
+ getprop_uint64 at Base 0.8.2
+ getzoneid at Base 2.2
+ is_mounted at Base 0.8.2
+ is_mpath_whole_disk at Base 2.2
+ libpc_error_description at Base 2.2
+ libspl_assertf at Base 2.2
+ libspl_set_assert_ok at Base 2.2
+ libzfs_add_handle at Base 0.8.2
+ libzfs_config_ops at Base 0.8.2
+ libzfs_envvar_is_set at Base 0.8.2
+ libzfs_errno at Base 0.8.2
+ libzfs_error_action at Base 0.8.2
+ libzfs_error_description at Base 0.8.2
+ libzfs_error_init at Base 0.8.2
+ libzfs_fini at Base 0.8.2
+ libzfs_free_str_array at Base 0.8.2
+ libzfs_init at Base 0.8.2
+ libzfs_mnttab_add at Base 0.8.2
+ libzfs_mnttab_cache at Base 0.8.2
+ libzfs_mnttab_find at Base 0.8.2
+ libzfs_mnttab_fini at Base 0.8.2
+ libzfs_mnttab_init at Base 0.8.2
+ libzfs_mnttab_remove at Base 0.8.2
+ libzfs_print_on_error at Base 0.8.2
+ libzfs_run_process at Base 0.8.2
+ libzfs_run_process_get_stdout at Base 0.8.2
+ libzfs_run_process_get_stdout_nopath at Base 0.8.2
+ list_create at Base 2.2
+ list_destroy at Base 2.2
+ list_head at Base 2.2
+ list_insert_after at Base 2.2
+ list_insert_before at Base 2.2
+ list_insert_head at Base 2.2
+ list_insert_tail at Base 2.2
+ list_is_empty at Base 2.2
+ list_link_active at Base 2.2
+ list_link_init at Base 2.2
+ list_link_replace at Base 2.2
+ list_move_tail at Base 2.2
+ list_next at Base 2.2
+ list_prev at Base 2.2
+ list_remove at Base 2.2
+ list_remove_head at Base 2.2
+ list_remove_tail at Base 2.2
+ list_tail at Base 2.2
+ membar_consumer at Base 2.2
+ membar_enter at Base 2.2
+ membar_exit at Base 2.2
+ membar_producer at Base 2.2
+ membar_sync at Base 2.2
+ mkdirp at Base 2.2
+ mountpoint_namecheck at Base 0.8.2
+ permset_namecheck at Base 0.8.2
+ pool_namecheck at Base 0.8.2
+ print_timestamp at Base 2.2
+ printf_color at Base 2.0
+ sa_commit_shares at Base 2.0
+ sa_disable_share at Base 0.8.2
+ sa_enable_share at Base 0.8.2
+ sa_errorstr at Base 0.8.2
+ sa_is_shared at Base 2.0
+ sa_protocol_names at Base 2.2
+ sa_truncate_shares at Base 2.2
+ sa_validate_shareopts at Base 2.0
+ snapshot_namecheck at Base 2.0
+ spa_feature_table at Base 0.8.2
+ spl_pagesize at Base 2.2
+ strlcat at Base 2.2
+ strlcpy at Base 2.2
+ tpool_abandon at Base 2.2
+ tpool_create at Base 2.2
+ tpool_destroy at Base 2.2
+ tpool_dispatch at Base 2.2
+ tpool_member at Base 2.2
+ tpool_resume at Base 2.2
+ tpool_suspend at Base 2.2
+ tpool_suspended at Base 2.2
+ tpool_wait at Base 2.2
+ update_vdev_config_dev_strs at Base 2.2
+ use_color at Base 2.1.11
+ vdev_expand_proplist at Base 2.2
+ vdev_name_to_prop at Base 2.2
+ vdev_prop_align_right at Base 2.2
+ vdev_prop_column_name at Base 2.2
+ vdev_prop_default_numeric at Base 2.2
+ vdev_prop_default_string at Base 2.2
+ vdev_prop_get_table at Base 2.2
+ vdev_prop_get_type at Base 2.2
+ vdev_prop_index_to_string at Base 2.2
+ vdev_prop_init at Base 2.2
+ vdev_prop_random_value at Base 2.2
+ vdev_prop_readonly at Base 2.2
+ vdev_prop_string_to_index at Base 2.2
+ vdev_prop_to_name at Base 2.2
+ vdev_prop_user at Base 2.2
+ vdev_prop_values at Base 2.2
+ zfeature_checks_disable at Base 0.8.2
+ zfeature_depends_on at Base 0.8.2
+ zfeature_is_supported at Base 0.8.2
+ zfeature_is_valid_guid at Base 0.8.2
+ zfeature_lookup_guid at Base 0.8.2
+ zfeature_lookup_name at Base 0.8.2
+ zfs_adjust_mount_options at Base 2.0
+ zfs_allocatable_devs at Base 0.8.2
+ zfs_append_partition at Base 2.2
+ zfs_basename at Base 2.2
+ zfs_bookmark_exists at Base 0.8.2
+ zfs_clone at Base 0.8.2
+ zfs_close at Base 0.8.2
+ zfs_commit_shares at Base 2.0
+ zfs_component_namecheck at Base 0.8.2
+ zfs_create at Base 0.8.2
+ zfs_create_ancestors at Base 0.8.2
+ zfs_crypto_attempt_load_keys at Base 0.8.2
+ zfs_crypto_clone_check at Base 0.8.2
+ zfs_crypto_create at Base 0.8.2
+ zfs_crypto_get_encryption_root at Base 0.8.2
+ zfs_crypto_load_key at Base 0.8.2
+ zfs_crypto_rewrap at Base 0.8.2
+ zfs_crypto_unload_key at Base 0.8.2
+ zfs_dataset_exists at Base 0.8.2
+ zfs_dataset_name_hidden at Base 0.8.2
+ zfs_deleg_canonicalize_perm at Base 0.8.2
+ zfs_deleg_perm_tab at Base 0.8.2
+ zfs_deleg_verify_nvlist at Base 0.8.2
+ zfs_deleg_whokey at Base 0.8.2
+ zfs_destroy at Base 0.8.2
+ zfs_destroy_snaps at Base 0.8.2
+ zfs_destroy_snaps_nvl at Base 0.8.2
+ zfs_destroy_snaps_nvl_os at Base 2.2
+ zfs_dev_flush at Base 2.2
+ zfs_dev_is_dm at Base 2.2
+ zfs_dev_is_whole_disk at Base 2.2
+ zfs_device_get_devid at Base 2.2
+ zfs_device_get_physical at Base 2.2
+ zfs_dirnamelen at Base 2.2
+ zfs_expand_proplist at Base 0.8.2
+ zfs_foreach_mountpoint at Base 0.8.2
+ zfs_get_all_props at Base 0.8.2
+ zfs_get_clones_nvl at Base 0.8.2
+ zfs_get_enclosure_sysfs_path at Base 2.2
+ zfs_get_fsacl at Base 0.8.2
+ zfs_get_handle at Base 0.8.2
+ zfs_get_holds at Base 0.8.2
+ zfs_get_name at Base 0.8.2
+ zfs_get_pool_handle at Base 0.8.2
+ zfs_get_pool_name at Base 0.8.2
+ zfs_get_recvd_props at Base 0.8.2
+ zfs_get_type at Base 0.8.2
+ zfs_get_underlying_path at Base 2.2
+ zfs_get_underlying_type at Base 2.2
+ zfs_get_user_props at Base 0.8.2
+ zfs_handle_dup at Base 0.8.2
+ zfs_history_event_names at Base 0.8.2
+ zfs_hold at Base 0.8.2
+ zfs_hold_nvl at Base 0.8.2
+ zfs_ioctl at Base 0.8.2
+ zfs_is_mounted at Base 0.8.2
+ zfs_is_shared at Base 0.8.2
+ zfs_isnumber at Base 2.2
+ zfs_iter_bookmarks at Base 0.8.2
+ zfs_iter_bookmarks_v2 at Base 2.2
+ zfs_iter_children at Base 0.8.2
+ zfs_iter_children_v2 at Base 2.2
+ zfs_iter_dependents at Base 0.8.2
+ zfs_iter_dependents_v2 at Base 2.2
+ zfs_iter_filesystems at Base 0.8.2
+ zfs_iter_filesystems_v2 at Base 2.2
+ zfs_iter_mounted at Base 0.8.2
+ zfs_iter_root at Base 0.8.2
+ zfs_iter_snapshots at Base 0.8.2
+ zfs_iter_snapshots_sorted at Base 0.8.2
+ zfs_iter_snapshots_sorted_v2 at Base 2.2
+ zfs_iter_snapshots_v2 at Base 2.2
+ zfs_iter_snapspec at Base 0.8.2
+ zfs_iter_snapspec_v2 at Base 2.2
+ zfs_max_dataset_nesting at Base 0.8.2
+ zfs_mod_supported at Base 0.8.2
+ zfs_mount at Base 0.8.2
+ zfs_mount_at at Base 2.0
+ zfs_mount_delegation_check at Base 2.0
+ zfs_name_to_prop at Base 0.8.2
+ zfs_name_valid at Base 0.8.2
+ zfs_nicebytes at Base 2.2
+ zfs_nicenum at Base 2.2
+ zfs_nicenum_format at Base 2.2
+ zfs_niceraw at Base 2.2
+ zfs_nicestrtonum at Base 0.8.2
+ zfs_nicetime at Base 2.2
+ zfs_open at Base 0.8.2
+ zfs_parent_name at Base 0.8.2
+ zfs_parse_mount_options at Base 2.0
+ zfs_path_to_zhandle at Base 0.8.2
+ zfs_promote at Base 0.8.2
+ zfs_prop_align_right at Base 0.8.2
+ zfs_prop_column_name at Base 0.8.2
+ zfs_prop_default_numeric at Base 0.8.2
+ zfs_prop_default_string at Base 0.8.2
+ zfs_prop_delegatable at Base 0.8.2
+ zfs_prop_encryption_key_param at Base 0.8.2
+ zfs_prop_get at Base 0.8.2
+ zfs_prop_get_int at Base 0.8.2
+ zfs_prop_get_numeric at Base 0.8.2
+ zfs_prop_get_recvd at Base 0.8.2
+ zfs_prop_get_table at Base 0.8.2
+ zfs_prop_get_type at Base 0.8.2
+ zfs_prop_get_userquota at Base 0.8.2
+ zfs_prop_get_userquota_int at Base 0.8.2
+ zfs_prop_get_written at Base 0.8.2
+ zfs_prop_get_written_int at Base 0.8.2
+ zfs_prop_index_to_string at Base 0.8.2
+ zfs_prop_inherit at Base 0.8.2
+ zfs_prop_inheritable at Base 0.8.2
+ zfs_prop_init at Base 0.8.2
+ zfs_prop_is_string at Base 0.8.2
+ zfs_prop_random_value at Base 0.8.2
+ zfs_prop_readonly at Base 0.8.2
+ zfs_prop_set at Base 0.8.2
+ zfs_prop_set_list at Base 0.8.2
+ zfs_prop_set_list_flags at Base 2.2
+ zfs_prop_setonce at Base 0.8.2
+ zfs_prop_string_to_index at Base 0.8.2
+ zfs_prop_to_name at Base 0.8.2
+ zfs_prop_user at Base 0.8.2
+ zfs_prop_userquota at Base 0.8.2
+ zfs_prop_valid_for_type at Base 0.8.2
+ zfs_prop_valid_keylocation at Base 0.8.2
+ zfs_prop_values at Base 0.8.2
+ zfs_prop_visible at Base 0.8.2
+ zfs_prop_written at Base 0.8.2
+ zfs_prune_proplist at Base 0.8.2
+ zfs_receive at Base 0.8.2
+ zfs_refresh_properties at Base 0.8.2
+ zfs_release at Base 0.8.2
+ zfs_rename at Base 0.8.2
+ zfs_resolve_shortname at Base 2.2
+ zfs_rollback at Base 0.8.2
+ zfs_save_arguments at Base 0.8.2
+ zfs_send at Base 0.8.2
+ zfs_send_one at Base 0.8.2
+ zfs_send_progress at Base 2.0
+ zfs_send_resume at Base 0.8.2
+ zfs_send_resume_token_to_nvlist at Base 0.8.2
+ zfs_send_saved at Base 2.0
+ zfs_set_fsacl at Base 0.8.2
+ zfs_setproctitle at Base 2.2
+ zfs_setproctitle_init at Base 2.2
+ zfs_share at Base 0.8.2
+ zfs_show_diffs at Base 0.8.2
+ zfs_smb_acl_add at Base 0.8.2
+ zfs_smb_acl_purge at Base 0.8.2
+ zfs_smb_acl_remove at Base 0.8.2
+ zfs_smb_acl_rename at Base 0.8.2
+ zfs_snapshot at Base 0.8.2
+ zfs_snapshot_nvl at Base 0.8.2
+ zfs_spa_version at Base 0.8.2
+ zfs_spa_version_map at Base 0.8.2
+ zfs_special_devs at Base 0.8.3
+ zfs_standard_error at Base 0.8.2
+ zfs_strcmp_pathname at Base 2.2
+ zfs_strip_partition at Base 2.2
+ zfs_strip_path at Base 2.2
+ zfs_truncate_shares at Base 2.2
+ zfs_type_to_name at Base 0.8.2
+ zfs_unmount at Base 0.8.2
+ zfs_unmountall at Base 0.8.2
+ zfs_unshare at Base 0.8.2
+ zfs_unshareall at Base 0.8.2
+ zfs_userns at Base 2.2
+ zfs_userquota_prop_prefixes at Base 0.8.2
+ zfs_userspace at Base 0.8.2
+ zfs_valid_proplist at Base 0.8.2
+ zfs_version_kernel at Base 0.8.2
+ zfs_version_print at Base 0.8.2
+ zfs_version_userland at Base 0.8.2
+ zfs_wait_status at Base 2.0
+ zfs_zpl_version_map at Base 0.8.2
+ zpool_add at Base 0.8.2
+ zpool_checkpoint at Base 0.8.2
+ zpool_clear at Base 0.8.2
+ zpool_clear_label at Base 0.8.2
+ zpool_close at Base 0.8.2
+ zpool_create at Base 0.8.2
+ zpool_default_search_paths at Base 2.2
+ zpool_destroy at Base 0.8.2
+ zpool_disable_datasets at Base 0.8.2
+ zpool_disable_datasets_os at Base 2.2
+ zpool_disable_volume_os at Base 2.2
+ zpool_discard_checkpoint at Base 0.8.2
+ zpool_dump_ddt at Base 2.2
+ zpool_enable_datasets at Base 0.8.2
+ zpool_events_clear at Base 0.8.2
+ zpool_events_next at Base 0.8.2
+ zpool_events_seek at Base 0.8.2
+ zpool_expand_proplist at Base 0.8.2
+ zpool_explain_recover at Base 0.8.2
+ zpool_export at Base 0.8.2
+ zpool_export_force at Base 0.8.2
+ zpool_feature_init at Base 0.8.2
+ zpool_find_config at Base 2.2
+ zpool_find_vdev at Base 0.8.2
+ zpool_find_vdev_by_physpath at Base 0.8.2
+ zpool_free_handles at Base 0.8.2
+ zpool_get_all_vdev_props at Base 2.2
+ zpool_get_bootenv at Base 2.0
+ zpool_get_config at Base 0.8.2
+ zpool_get_errlog at Base 0.8.2
+ zpool_get_features at Base 0.8.2
+ zpool_get_handle at Base 0.8.2
+ zpool_get_history at Base 0.8.2
+ zpool_get_load_policy at Base 0.8.2
+ zpool_get_name at Base 0.8.2
+ zpool_get_prop at Base 0.8.2
+ zpool_get_prop_int at Base 0.8.2
+ zpool_get_state at Base 0.8.2
+ zpool_get_state_str at Base 0.8.2
+ zpool_get_status at Base 0.8.2
+ zpool_get_userprop at Base 2.2
+ zpool_get_vdev_prop at Base 2.2
+ zpool_get_vdev_prop_value at Base 2.2
+ zpool_history_unpack at Base 2.2
+ zpool_import at Base 0.8.2
+ zpool_import_props at Base 0.8.2
+ zpool_import_status at Base 0.8.2
+ zpool_in_use at Base 0.8.2
+ zpool_initialize at Base 0.8.2
+ zpool_initialize_wait at Base 2.0
+ zpool_is_draid_spare at Base 2.1
+ zpool_iter at Base 0.8.2
+ zpool_label_disk at Base 0.8.2
+ zpool_label_disk_wait at Base 2.2
+ zpool_load_compat at Base 2.1
+ zpool_log_history at Base 0.8.2
+ zpool_name_to_prop at Base 0.8.2
+ zpool_obj_to_path at Base 0.8.2
+ zpool_obj_to_path_ds at Base 2.0
+ zpool_open at Base 0.8.2
+ zpool_open_canfail at Base 0.8.2
+ zpool_pool_state_to_name at Base 0.8.2
+ zpool_prepare_and_label_disk at Base 2.2.1
+ zpool_prepare_disk at Base 2.2.1
+ zpool_print_unsup_feat at Base 0.8.2
+ zpool_prop_align_right at Base 0.8.2
+ zpool_prop_column_name at Base 0.8.2
+ zpool_prop_default_numeric at Base 0.8.2
+ zpool_prop_default_string at Base 0.8.2
+ zpool_prop_feature at Base 0.8.2
+ zpool_prop_get_feature at Base 0.8.2
+ zpool_prop_get_table at Base 0.8.2
+ zpool_prop_get_type at Base 0.8.2
+ zpool_prop_index_to_string at Base 0.8.2
+ zpool_prop_init at Base 0.8.2
+ zpool_prop_random_value at Base 0.8.2
+ zpool_prop_readonly at Base 0.8.2
+ zpool_prop_setonce at Base 0.8.2
+ zpool_prop_string_to_index at Base 0.8.2
+ zpool_prop_to_name at Base 0.8.2
+ zpool_prop_unsupported at Base 0.8.2
+ zpool_prop_values at Base 0.8.2
+ zpool_prop_vdev at Base 2.2
+ zpool_props_refresh at Base 2.0
+ zpool_read_label at Base 2.2
+ zpool_refresh_stats at Base 0.8.2
+ zpool_reguid at Base 0.8.2
+ zpool_reopen_one at Base 0.8.2
+ zpool_scan at Base 0.8.2
+ zpool_search_import at Base 2.2
+ zpool_set_bootenv at Base 2.0
+ zpool_set_prop at Base 0.8.2
+ zpool_set_vdev_prop at Base 2.2
+ zpool_skip_pool at Base 0.8.2
+ zpool_state_to_name at Base 0.8.2
+ zpool_sync_one at Base 0.8.2
+ zpool_trim at Base 0.8.2
+ zpool_upgrade at Base 0.8.2
+ zpool_vdev_attach at Base 0.8.2
+ zpool_vdev_clear at Base 0.8.2
+ zpool_vdev_degrade at Base 0.8.2
+ zpool_vdev_detach at Base 0.8.2
+ zpool_vdev_fault at Base 0.8.2
+ zpool_vdev_indirect_size at Base 0.8.2
+ zpool_vdev_name at Base 0.8.2
+ zpool_vdev_offline at Base 0.8.2
+ zpool_vdev_online at Base 0.8.2
+ zpool_vdev_path_to_guid at Base 0.8.2
+ zpool_vdev_remove at Base 0.8.2
+ zpool_vdev_remove_cancel at Base 0.8.2
+ zpool_vdev_remove_wanted at Base 2.1.11
+ zpool_vdev_script_alloc_env at Base 2.2.1
+ zpool_vdev_script_free_env at Base 2.2.1
+ zpool_vdev_split at Base 0.8.2
+ zpool_wait at Base 2.0
+ zpool_wait_status at Base 2.0
+ zprop_free_list at Base 0.8.2
+ zprop_get_list at Base 0.8.2
+ zprop_index_to_string at Base 0.8.2
+ zprop_iter at Base 0.8.2
+ zprop_iter_common at Base 0.8.2
+ zprop_name_to_prop at Base 0.8.2
+ zprop_print_one_property at Base 0.8.2
+ zprop_random_value at Base 0.8.2
+ zprop_register_hidden at Base 0.8.2
+ zprop_register_impl at Base 0.8.2
+ zprop_register_index at Base 0.8.2
+ zprop_register_number at Base 0.8.2
+ zprop_register_string at Base 0.8.2
+ zprop_string_to_index at Base 0.8.2
+ zprop_valid_char at Base 2.2
+ zprop_valid_for_type at Base 0.8.2
+ zprop_values at Base 0.8.2
+ zprop_width at Base 0.8.2
+ zvol_volsize_to_reservation at Base 0.8.2
+libzfs_core.so.3 libzfs4linux #MINVER#
+ _sol_getmntent at Base 2.0
+ atomic_add_16 at Base 2.0
+ atomic_add_16_nv at Base 2.0
+ atomic_add_32 at Base 2.0
+ atomic_add_32_nv at Base 2.0
+ atomic_add_64 at Base 2.0
+ atomic_add_64_nv at Base 2.0
+ atomic_add_8 at Base 2.0
+ atomic_add_8_nv at Base 2.0
+ atomic_add_char at Base 2.0
+ atomic_add_char_nv at Base 2.0
+ atomic_add_int at Base 2.0
+ atomic_add_int_nv at Base 2.0
+ atomic_add_long at Base 2.0
+ atomic_add_long_nv at Base 2.0
+ atomic_add_ptr at Base 2.0
+ atomic_add_ptr_nv at Base 2.0
+ atomic_add_short at Base 2.0
+ atomic_add_short_nv at Base 2.0
+ atomic_and_16 at Base 2.0
+ atomic_and_16_nv at Base 2.0
+ atomic_and_32 at Base 2.0
+ atomic_and_32_nv at Base 2.0
+ atomic_and_64 at Base 2.0
+ atomic_and_64_nv at Base 2.0
+ atomic_and_8 at Base 2.0
+ atomic_and_8_nv at Base 2.0
+ atomic_and_uchar at Base 2.0
+ atomic_and_uchar_nv at Base 2.0
+ atomic_and_uint at Base 2.0
+ atomic_and_uint_nv at Base 2.0
+ atomic_and_ulong at Base 2.0
+ atomic_and_ulong_nv at Base 2.0
+ atomic_and_ushort at Base 2.0
+ atomic_and_ushort_nv at Base 2.0
+ atomic_cas_16 at Base 2.0
+ atomic_cas_32 at Base 2.0
+ atomic_cas_64 at Base 2.0
+ atomic_cas_8 at Base 2.0
+ atomic_cas_ptr at Base 2.0
+ atomic_cas_uchar at Base 2.0
+ atomic_cas_uint at Base 2.0
+ atomic_cas_ulong at Base 2.0
+ atomic_cas_ushort at Base 2.0
+ atomic_clear_long_excl at Base 2.0
+ atomic_dec_16 at Base 2.0
+ atomic_dec_16_nv at Base 2.0
+ atomic_dec_32 at Base 2.0
+ atomic_dec_32_nv at Base 2.0
+ atomic_dec_64 at Base 2.0
+ atomic_dec_64_nv at Base 2.0
+ atomic_dec_8 at Base 2.0
+ atomic_dec_8_nv at Base 2.0
+ atomic_dec_uchar at Base 2.0
+ atomic_dec_uchar_nv at Base 2.0
+ atomic_dec_uint at Base 2.0
+ atomic_dec_uint_nv at Base 2.0
+ atomic_dec_ulong at Base 2.0
+ atomic_dec_ulong_nv at Base 2.0
+ atomic_dec_ushort at Base 2.0
+ atomic_dec_ushort_nv at Base 2.0
+ atomic_inc_16 at Base 2.0
+ atomic_inc_16_nv at Base 2.0
+ atomic_inc_32 at Base 2.0
+ atomic_inc_32_nv at Base 2.0
+ atomic_inc_64 at Base 2.0
+ atomic_inc_64_nv at Base 2.0
+ atomic_inc_8 at Base 2.0
+ atomic_inc_8_nv at Base 2.0
+ atomic_inc_uchar at Base 2.0
+ atomic_inc_uchar_nv at Base 2.0
+ (arch-bits=32)atomic_load_64 at Base 2.0
+ atomic_inc_uint at Base 2.0
+ atomic_inc_uint_nv at Base 2.0
+ atomic_inc_ulong at Base 2.0
+ atomic_inc_ulong_nv at Base 2.0
+ atomic_inc_ushort at Base 2.0
+ atomic_inc_ushort_nv at Base 2.0
+ atomic_or_16 at Base 2.0
+ atomic_or_16_nv at Base 2.0
+ atomic_or_32 at Base 2.0
+ atomic_or_32_nv at Base 2.0
+ atomic_or_64 at Base 2.0
+ atomic_or_64_nv at Base 2.0
+ atomic_or_8 at Base 2.0
+ atomic_or_8_nv at Base 2.0
+ atomic_or_uchar at Base 2.0
+ atomic_or_uchar_nv at Base 2.0
+ atomic_or_uint at Base 2.0
+ atomic_or_uint_nv at Base 2.0
+ atomic_or_ulong at Base 2.0
+ atomic_or_ulong_nv at Base 2.0
+ atomic_or_ushort at Base 2.0
+ atomic_or_ushort_nv at Base 2.0
+ atomic_set_long_excl at Base 2.0
+ (arch-bits=32)atomic_store_64 at Base 2.0
+ atomic_sub_16 at Base 2.0
+ atomic_sub_16_nv at Base 2.0
+ atomic_sub_32 at Base 2.0
+ atomic_sub_32_nv at Base 2.0
+ atomic_sub_64 at Base 2.0
+ atomic_sub_64_nv at Base 2.0
+ atomic_sub_8 at Base 2.0
+ atomic_sub_8_nv at Base 2.0
+ atomic_sub_char at Base 2.0
+ atomic_sub_char_nv at Base 2.0
+ atomic_sub_int at Base 2.0
+ atomic_sub_int_nv at Base 2.0
+ atomic_sub_long at Base 2.0
+ atomic_sub_long_nv at Base 2.0
+ atomic_sub_ptr at Base 2.0
+ atomic_sub_ptr_nv at Base 2.0
+ atomic_sub_short at Base 2.0
+ atomic_sub_short_nv at Base 2.0
+ atomic_swap_16 at Base 2.0
+ atomic_swap_32 at Base 2.0
+ atomic_swap_64 at Base 2.0
+ atomic_swap_8 at Base 2.0
+ atomic_swap_ptr at Base 2.0
+ atomic_swap_uchar at Base 2.0
+ atomic_swap_uint at Base 2.0
+ atomic_swap_ulong at Base 2.0
+ atomic_swap_ushort at Base 2.0
+ get_system_hostid at Base 2.0
+ getexecname at Base 2.0
+ getextmntent at Base 2.0
+ getmntany at Base 2.0
+ getzoneid at Base 2.0
+ libspl_assertf at Base 2.0
+ libspl_set_assert_ok at Base 2.2
+ libzfs_core_fini at Base 0.8.2
+ libzfs_core_init at Base 0.8.2
+ list_create at Base 2.0
+ list_destroy at Base 2.0
+ list_head at Base 2.0
+ list_insert_after at Base 2.0
+ list_insert_before at Base 2.0
+ list_insert_head at Base 2.0
+ list_insert_tail at Base 2.0
+ list_is_empty at Base 2.0
+ list_link_active at Base 2.0
+ list_link_init at Base 2.0
+ list_link_replace at Base 2.0
+ list_move_tail at Base 2.0
+ list_next at Base 2.0
+ list_prev at Base 2.0
+ list_remove at Base 2.0
+ list_remove_head at Base 2.0
+ list_remove_tail at Base 2.0
+ list_tail at Base 2.0
+ lzc_bookmark at Base 0.8.2
+ lzc_change_key at Base 0.8.2
+ lzc_channel_program at Base 0.8.2
+ lzc_channel_program_nosync at Base 0.8.2
+ lzc_clone at Base 0.8.2
+ lzc_create at Base 0.8.2
+ lzc_destroy at Base 0.8.2
+ lzc_destroy_bookmarks at Base 0.8.2
+ lzc_destroy_snaps at Base 0.8.2
+ lzc_exists at Base 0.8.2
+ lzc_get_bookmark_props at Base 2.0
+ lzc_get_bookmarks at Base 0.8.2
+ lzc_get_bootenv at Base 2.0
+ lzc_get_holds at Base 0.8.2
+ lzc_get_vdev_prop at Base 2.2
+ lzc_hold at Base 0.8.2
+ lzc_initialize at Base 0.8.2
+ lzc_ioctl_fd at Base 2.2
+ lzc_load_key at Base 0.8.2
+ lzc_pool_checkpoint at Base 0.8.2
+ lzc_pool_checkpoint_discard at Base 0.8.2
+ lzc_promote at Base 0.8.2
+ lzc_receive at Base 0.8.2
+ lzc_receive_one at Base 0.8.2
+ lzc_receive_resumable at Base 0.8.2
+ lzc_receive_with_cmdprops at Base 0.8.2
+ lzc_receive_with_header at Base 0.8.2
+ lzc_receive_with_heal at Base 2.2
+ lzc_redact at Base 2.0
+ lzc_release at Base 0.8.2
+ lzc_rename at Base 0.8.2
+ lzc_reopen at Base 0.8.2
+ lzc_rollback at Base 0.8.2
+ lzc_rollback_to at Base 0.8.2
+ lzc_scrub at Base 2.2
+ lzc_send at Base 0.8.2
+ lzc_send_redacted at Base 2.0
+ lzc_send_resume at Base 0.8.2
+ lzc_send_resume_redacted at Base 2.0
+ lzc_send_space at Base 0.8.2
+ lzc_send_space_resume_redacted at Base 2.0
+ lzc_send_wrapper at Base 2.2
+ lzc_set_bootenv at Base 2.0
+ lzc_set_vdev_prop at Base 2.2
+ lzc_snaprange_space at Base 0.8.2
+ lzc_snapshot at Base 0.8.2
+ lzc_sync at Base 0.8.2
+ lzc_trim at Base 0.8.2
+ lzc_unload_key at Base 0.8.2
+ lzc_wait at Base 2.0
+ lzc_wait_fs at Base 2.0
+ lzc_wait_tag at Base 2.0
+ membar_consumer at Base 2.0
+ membar_enter at Base 2.0
+ membar_exit at Base 2.0
+ membar_producer at Base 2.0
+ membar_sync at Base 2.2
+ mkdirp at Base 2.0
+ print_timestamp at Base 2.0
+ spl_pagesize at Base 2.0
+ strlcat at Base 2.0
+ strlcpy at Base 2.0
diff -Nru zfs-linux-2.2.2/debian/libzfsbootenv1linux.docs zfs-linux-2.2.2/debian/libzfsbootenv1linux.docs
--- zfs-linux-2.2.2/debian/libzfsbootenv1linux.docs	2023-06-15 01:47:08.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzfsbootenv1linux.docs	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-COPYRIGHT
-LICENSE
diff -Nru zfs-linux-2.2.2/debian/libzfsbootenv1linux.install.in zfs-linux-2.2.2/debian/libzfsbootenv1linux.install.in
--- zfs-linux-2.2.2/debian/libzfsbootenv1linux.install.in	2023-06-15 01:47:08.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzfsbootenv1linux.install.in	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-lib/@DEB_HOST_MULTIARCH@/libzfsbootenv.so.*
diff -Nru zfs-linux-2.2.2/debian/libzfsbootenv1linux.lintian-overrides zfs-linux-2.2.2/debian/libzfsbootenv1linux.lintian-overrides
--- zfs-linux-2.2.2/debian/libzfsbootenv1linux.lintian-overrides	2023-06-15 01:47:08.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzfsbootenv1linux.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-package-name-doesnt-match-sonames
-extra-license-file [usr/share/doc/libzfsbootenv1linux/LICENSE.gz]
diff -Nru zfs-linux-2.2.2/debian/libzfsbootenv1linux.symbols zfs-linux-2.2.2/debian/libzfsbootenv1linux.symbols
--- zfs-linux-2.2.2/debian/libzfsbootenv1linux.symbols	2023-06-15 01:47:08.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzfsbootenv1linux.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,10 +0,0 @@
-libzfsbootenv.so.1 libzfsbootenv1linux #MINVER#
-* Build-Depends-Package: libzfslinux-dev
- lzbe_add_pair at Base 2.0
- lzbe_bootenv_print at Base 2.0
- lzbe_get_boot_device at Base 2.0
- lzbe_nvlist_free at Base 2.0
- lzbe_nvlist_get at Base 2.0
- lzbe_nvlist_set at Base 2.0
- lzbe_remove_pair at Base 2.0
- lzbe_set_boot_device at Base 2.0
diff -Nru zfs-linux-2.2.2/debian/libzfsbootenv1t64linux.docs zfs-linux-2.2.2/debian/libzfsbootenv1t64linux.docs
--- zfs-linux-2.2.2/debian/libzfsbootenv1t64linux.docs	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzfsbootenv1t64linux.docs	2023-06-15 01:47:08.000000000 +0000
@@ -0,0 +1,2 @@
+COPYRIGHT
+LICENSE
diff -Nru zfs-linux-2.2.2/debian/libzfsbootenv1t64linux.install.in zfs-linux-2.2.2/debian/libzfsbootenv1t64linux.install.in
--- zfs-linux-2.2.2/debian/libzfsbootenv1t64linux.install.in	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzfsbootenv1t64linux.install.in	2023-06-15 01:47:08.000000000 +0000
@@ -0,0 +1 @@
+lib/@DEB_HOST_MULTIARCH@/libzfsbootenv.so.*
diff -Nru zfs-linux-2.2.2/debian/libzfsbootenv1t64linux.lintian-overrides zfs-linux-2.2.2/debian/libzfsbootenv1t64linux.lintian-overrides
--- zfs-linux-2.2.2/debian/libzfsbootenv1t64linux.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzfsbootenv1t64linux.lintian-overrides	2024-02-14 06:13:33.000000000 +0000
@@ -0,0 +1,3 @@
+package-name-doesnt-match-sonames
+extra-license-file [usr/share/doc/libzfsbootenv1t64linux/LICENSE.gz]
+libzfsbootenv1t64linux: package-name-doesnt-match-sonames libzfsbootenv1linux
diff -Nru zfs-linux-2.2.2/debian/libzfsbootenv1t64linux.symbols zfs-linux-2.2.2/debian/libzfsbootenv1t64linux.symbols
--- zfs-linux-2.2.2/debian/libzfsbootenv1t64linux.symbols	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzfsbootenv1t64linux.symbols	2024-02-14 06:13:33.000000000 +0000
@@ -0,0 +1,10 @@
+libzfsbootenv.so.1 libzfsbootenv1t64linux #MINVER#
+* Build-Depends-Package: libzfslinux-dev
+ lzbe_add_pair at Base 2.0
+ lzbe_bootenv_print at Base 2.0
+ lzbe_get_boot_device at Base 2.0
+ lzbe_nvlist_free at Base 2.0
+ lzbe_nvlist_get at Base 2.0
+ lzbe_nvlist_set at Base 2.0
+ lzbe_remove_pair at Base 2.0
+ lzbe_set_boot_device at Base 2.0
diff -Nru zfs-linux-2.2.2/debian/libzpool5linux.docs zfs-linux-2.2.2/debian/libzpool5linux.docs
--- zfs-linux-2.2.2/debian/libzpool5linux.docs	2023-06-15 01:47:08.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzpool5linux.docs	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-COPYRIGHT
-LICENSE
diff -Nru zfs-linux-2.2.2/debian/libzpool5linux.install.in zfs-linux-2.2.2/debian/libzpool5linux.install.in
--- zfs-linux-2.2.2/debian/libzpool5linux.install.in	2023-06-15 01:47:08.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzpool5linux.install.in	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-lib/@DEB_HOST_MULTIARCH@/libzpool.so.*
diff -Nru zfs-linux-2.2.2/debian/libzpool5linux.lintian-overrides zfs-linux-2.2.2/debian/libzpool5linux.lintian-overrides
--- zfs-linux-2.2.2/debian/libzpool5linux.lintian-overrides	2023-06-15 01:47:08.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzpool5linux.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-package-name-doesnt-match-sonames
-extra-license-file [usr/share/doc/libzpool5linux/LICENSE.gz]
diff -Nru zfs-linux-2.2.2/debian/libzpool5linux.symbols zfs-linux-2.2.2/debian/libzpool5linux.symbols
--- zfs-linux-2.2.2/debian/libzpool5linux.symbols	2024-01-05 17:45:17.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzpool5linux.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,3334 +0,0 @@
-libzpool.so.5 libzpool5linux #MINVER#
-* Build-Depends-Package: libzfslinux-dev
- ARC_anon at Base 2.0
- ARC_l2c_only at Base 2.0
- ARC_mfu at Base 2.0
- ARC_mfu_ghost at Base 2.0
- ARC_mru at Base 2.0
- ARC_mru_ghost at Base 2.0
- ARC_uncached at Base 2.2.0
- Blake3_Final at Base 2.2.0
- Blake3_FinalSeek at Base 2.2.0
- Blake3_Init at Base 2.2.0
- Blake3_InitKeyed at Base 2.2.0
- Blake3_Update at Base 2.2.0
- EdonRFinal at Base 0.8.2
- EdonRHash at Base 0.8.2
- EdonRInit at Base 0.8.2
- EdonRUpdate at Base 0.8.2
- LZ4_uncompress_unknownOutputSize at Base 2.2.0
- SHA2Final at Base 0.8.2
- SHA2Init at Base 0.8.2
- SHA2Update at Base 0.8.2
- SKEIN1024_IV_1024 at Base 0.8.2
- SKEIN1024_IV_384 at Base 0.8.2
- SKEIN1024_IV_512 at Base 0.8.2
- SKEIN_256_IV_128 at Base 0.8.2
- SKEIN_256_IV_160 at Base 0.8.2
- SKEIN_256_IV_224 at Base 0.8.2
- SKEIN_256_IV_256 at Base 0.8.2
- SKEIN_512_IV_224 at Base 0.8.2
- SKEIN_512_IV_256 at Base 0.8.2
- SKEIN_512_IV_384 at Base 0.8.2
- SKEIN_512_IV_512 at Base 0.8.2
- Skein1024_Final at Base 0.8.2
- Skein1024_Final_Pad at Base 0.8.2
- Skein1024_Init at Base 0.8.2
- Skein1024_InitExt at Base 0.8.2
- Skein1024_Output at Base 0.8.2
- Skein1024_Process_Block at Base 0.8.2
- Skein1024_Update at Base 0.8.2
- Skein_256_Final at Base 0.8.2
- Skein_256_Final_Pad at Base 0.8.2
- Skein_256_Init at Base 0.8.2
- Skein_256_InitExt at Base 0.8.2
- Skein_256_Output at Base 0.8.2
- Skein_256_Process_Block at Base 0.8.2
- Skein_256_Update at Base 0.8.2
- Skein_512_Final at Base 0.8.2
- Skein_512_Final_Pad at Base 0.8.2
- Skein_512_Init at Base 0.8.2
- Skein_512_InitExt at Base 0.8.2
- Skein_512_Output at Base 0.8.2
- Skein_512_Process_Block at Base 0.8.2
- Skein_512_Update at Base 0.8.2
- __dmu_object_info_from_dnode at Base 0.8.2
- __dprintf at Base 0.8.2
- __set_error at Base 0.8.2
- __spl_pf_fstrans_check at Base 0.8.2
- __zfs_dbgmsg at Base 0.8.2
- (arch=amd64)_key_expansion_128 at Base 0.8.2
- (arch=amd64)_key_expansion_192a at Base 0.8.2
- (arch=amd64)_key_expansion_192b at Base 0.8.2
- (arch=amd64)_key_expansion_256a at Base 0.8.2
- (arch=amd64)_key_expansion_256b at Base 0.8.2
- _sol_getmntent at Base 2.2.0
- abd_alloc at Base 0.8.2
- abd_alloc_chunks at Base 2.0
- abd_alloc_for_io at Base 0.8.2
- abd_alloc_gang at Base 2.1
- abd_alloc_linear at Base 0.8.2
- abd_alloc_sametype at Base 0.8.2
- abd_alloc_struct at Base 2.0
- abd_alloc_struct_impl at Base 2.1
- abd_borrow_buf at Base 0.8.2
- abd_borrow_buf_copy at Base 0.8.2
- abd_cache_reap_now at Base 2.0
- abd_checksum_blake3_byteswap at Base 2.2.0
- abd_checksum_blake3_native at Base 2.2.0
- abd_checksum_blake3_tmpl_free at Base 2.2.0
- abd_checksum_blake3_tmpl_init at Base 2.2.0
- abd_checksum_edonr_byteswap at Base 0.8.2
- abd_checksum_edonr_native at Base 0.8.2
- abd_checksum_edonr_tmpl_free at Base 0.8.2
- abd_checksum_edonr_tmpl_init at Base 0.8.2
- abd_checksum_sha256 at Base 2.2.0
- abd_checksum_sha512_byteswap at Base 2.2.0
- abd_checksum_sha512_native at Base 2.2.0
- abd_checksum_skein_byteswap at Base 0.8.2
- abd_checksum_skein_native at Base 0.8.2
- abd_checksum_skein_tmpl_free at Base 0.8.2
- abd_checksum_skein_tmpl_init at Base 0.8.2
- abd_cmp at Base 0.8.2
- abd_cmp_buf_off at Base 0.8.2
- abd_copy_from_buf_off at Base 0.8.2
- abd_copy_off at Base 0.8.2
- abd_copy_to_buf_off at Base 0.8.2
- abd_fini at Base 0.8.2
- abd_fletcher_4_byteswap at Base 0.8.2
- abd_fletcher_4_native at Base 0.8.2
- abd_free at Base 0.8.2
- abd_free_chunks at Base 2.0
- abd_free_linear_page at Base 2.0
- abd_free_struct at Base 2.0
- abd_free_struct_impl at Base 2.1
- abd_gang_add at Base 2.0
- abd_gang_get_offset at Base 2.0
- abd_get_from_buf at Base 0.8.2
- abd_get_offset at Base 0.8.2
- abd_get_offset_scatter at Base 2.0
- abd_get_offset_size at Base 0.8.2
- abd_get_offset_struct at Base 2.1
- abd_get_zeros at Base 2.0
- abd_init at Base 0.8.2
- abd_iter_advance at Base 2.1
- abd_iter_at_end at Base 2.1
- abd_iter_init at Base 2.1
- abd_iter_map at Base 2.0
- abd_iter_unmap at Base 2.0
- abd_iterate_func2 at Base 0.8.2
- abd_iterate_func at Base 0.8.2
- abd_raidz_gen_iterate at Base 0.8.2
- abd_raidz_rec_iterate at Base 0.8.2
- abd_release_ownership_of_buf at Base 0.8.2
- abd_return_buf at Base 0.8.2
- abd_return_buf_copy at Base 0.8.2
- abd_size_alloc_linear at Base 2.0
- abd_take_ownership_of_buf at Base 0.8.2
- abd_to_buf at Base 0.8.2
- abd_update_linear_stats at Base 2.0
- abd_update_scatter_stats at Base 2.0
- abd_verify at Base 2.0
- abd_verify_scatter at Base 2.0
- abd_zero_off at Base 0.8.2
- abd_zero_scatter at Base 2.0
- (arch=amd64)aes_aesni_impl at Base 0.8.2
- aes_alloc_keysched at Base 0.8.2
- aes_copy_block at Base 0.8.2
- (arch=amd64)aes_decrypt_amd64 at Base 0.8.2
- aes_decrypt_block at Base 0.8.2
- aes_decrypt_contiguous_blocks at Base 0.8.2
- (arch=amd64)aes_decrypt_intel at Base 0.8.2
- (arch=amd64)aes_encrypt_amd64 at Base 0.8.2
- aes_encrypt_block at Base 0.8.2
- aes_encrypt_contiguous_blocks at Base 0.8.2
- (arch=amd64)aes_encrypt_intel at Base 0.8.2
- aes_generic_impl at Base 0.8.2
- aes_impl_get_ops at Base 0.8.2
- aes_impl_init at Base 0.8.2
- aes_impl_set at Base 0.8.2
- aes_init_keysched at Base 0.8.2
- aes_mod_fini at Base 0.8.2
- aes_mod_init at Base 0.8.2
- (arch=amd64)aes_x86_64_impl at Base 0.8.2
- aes_xor_block at Base 0.8.2
- (arch=amd64)aesni_gcm_decrypt at Base 0.8.4
- (arch=amd64)aesni_gcm_encrypt at Base 0.8.4
- aggsum_add at Base 0.8.2
- aggsum_compare at Base 0.8.2
- aggsum_fini at Base 0.8.2
- aggsum_init at Base 0.8.2
- aggsum_lower_bound at Base 0.8.2
- aggsum_upper_bound at Base 0.8.2
- aggsum_value at Base 0.8.2
- arc_add_prune_callback at Base 0.8.2
- arc_all_memory at Base 2.0
- arc_alloc_buf at Base 0.8.2
- arc_alloc_compressed_buf at Base 0.8.2
- arc_alloc_raw_buf at Base 0.8.2
- arc_available_memory at Base 2.0
- arc_bcopy_func at Base 0.8.2
- arc_buf_access at Base 0.8.2
- arc_buf_destroy at Base 0.8.2
- arc_buf_freeze at Base 0.8.2
- arc_buf_info at Base 0.8.2
- arc_buf_lsize at Base 0.8.2
- arc_buf_sigsegv at Base 0.8.2
- arc_buf_size at Base 0.8.2
- arc_buf_thaw at Base 0.8.2
- arc_convert_to_raw at Base 0.8.2
- arc_default_max at Base 2.0
- arc_fini at Base 0.8.2
- arc_flush at Base 0.8.2
- arc_free_memory at Base 2.0
- arc_freed at Base 0.8.2
- arc_get_complevel at Base 2.0
- arc_get_compression at Base 0.8.2
- arc_get_raw_params at Base 0.8.2
- arc_getbuf_func at Base 0.8.2
- arc_grow_retry at Base 2.0
- arc_growtime at Base 2.0
- arc_init at Base 0.8.2
- arc_is_encrypted at Base 0.8.2
- arc_is_metadata at Base 0.8.2
- arc_is_unauthenticated at Base 0.8.2
- arc_kmem_reap_soon at Base 2.0
- arc_loan_buf at Base 0.8.2
- arc_loan_compressed_buf at Base 0.8.2
- arc_loan_inuse_buf at Base 0.8.2
- arc_loan_raw_buf at Base 0.8.2
- arc_lotsfree_percent at Base 0.8.2
- arc_memory_throttle at Base 2.0
- arc_no_grow_shift at Base 0.8.2
- arc_prune_list at Base 2.0
- arc_prune_mtx at Base 2.0
- arc_prune_taskq at Base 2.0
- arc_read at Base 0.8.2
- arc_reclaim_needed at Base 2.0
- arc_reduce_target_size at Base 2.0
- arc_referenced at Base 2.0
- arc_register_hotplug at Base 2.1
- arc_release at Base 0.8.2
- arc_released at Base 0.8.2
- arc_remove_prune_callback at Base 0.8.2
- arc_return_buf at Base 0.8.2
- arc_set_limits at Base 2.1
- arc_shrink_shift at Base 2.0
- arc_space_consume at Base 0.8.2
- arc_space_return at Base 0.8.2
- arc_stats at Base 2.0
- arc_sums at Base 2.1
- arc_target_bytes at Base 0.8.2
- arc_tempreserve_clear at Base 0.8.2
- arc_tempreserve_space at Base 0.8.2
- arc_tuning_update at Base 2.0
- arc_unregister_hotplug at Base 2.1
- arc_untransform at Base 0.8.2
- arc_wait_for_eviction at Base 2.0
- arc_warm at Base 2.0
- arc_watch at Base 0.8.2
- arc_write at Base 0.8.2
- atomic_add_16 at Base 2.2.0
- atomic_add_16_nv at Base 2.2.0
- atomic_add_32 at Base 2.2.0
- atomic_add_32_nv at Base 2.2.0
- atomic_add_64 at Base 2.2.0
- atomic_add_64_nv at Base 2.2.0
- atomic_add_8 at Base 2.2.0
- atomic_add_8_nv at Base 2.2.0
- atomic_add_char at Base 2.2.0
- atomic_add_char_nv at Base 2.2.0
- atomic_add_int at Base 2.2.0
- atomic_add_int_nv at Base 2.2.0
- atomic_add_long at Base 2.2.0
- atomic_add_long_nv at Base 2.2.0
- atomic_add_ptr at Base 2.2.0
- atomic_add_ptr_nv at Base 2.2.0
- atomic_add_short at Base 2.2.0
- atomic_add_short_nv at Base 2.2.0
- atomic_and_16 at Base 2.2.0
- atomic_and_16_nv at Base 2.2.0
- atomic_and_32 at Base 2.2.0
- atomic_and_32_nv at Base 2.2.0
- atomic_and_64 at Base 2.2.0
- atomic_and_64_nv at Base 2.2.0
- atomic_and_8 at Base 2.2.0
- atomic_and_8_nv at Base 2.2.0
- atomic_and_uchar at Base 2.2.0
- atomic_and_uchar_nv at Base 2.2.0
- atomic_and_uint at Base 2.2.0
- atomic_and_uint_nv at Base 2.2.0
- atomic_and_ulong at Base 2.2.0
- atomic_and_ulong_nv at Base 2.2.0
- atomic_and_ushort at Base 2.2.0
- atomic_and_ushort_nv at Base 2.2.0
- atomic_cas_16 at Base 2.2.0
- atomic_cas_32 at Base 2.2.0
- atomic_cas_64 at Base 2.2.0
- atomic_cas_8 at Base 2.2.0
- atomic_cas_ptr at Base 2.2.0
- atomic_cas_uchar at Base 2.2.0
- atomic_cas_uint at Base 2.2.0
- atomic_cas_ulong at Base 2.2.0
- atomic_cas_ushort at Base 2.2.0
- atomic_clear_long_excl at Base 2.2.0
- atomic_dec_16 at Base 2.2.0
- atomic_dec_16_nv at Base 2.2.0
- atomic_dec_32 at Base 2.2.0
- atomic_dec_32_nv at Base 2.2.0
- atomic_dec_64 at Base 2.2.0
- atomic_dec_64_nv at Base 2.2.0
- atomic_dec_8 at Base 2.2.0
- atomic_dec_8_nv at Base 2.2.0
- atomic_dec_uchar at Base 2.2.0
- atomic_dec_uchar_nv at Base 2.2.0
- atomic_dec_uint at Base 2.2.0
- atomic_dec_uint_nv at Base 2.2.0
- atomic_dec_ulong at Base 2.2.0
- atomic_dec_ulong_nv at Base 2.2.0
- atomic_dec_ushort at Base 2.2.0
- atomic_dec_ushort_nv at Base 2.2.0
- atomic_inc_16 at Base 2.2.0
- atomic_inc_16_nv at Base 2.2.0
- atomic_inc_32 at Base 2.2.0
- atomic_inc_32_nv at Base 2.2.0
- atomic_inc_64 at Base 2.2.0
- atomic_inc_64_nv at Base 2.2.0
- atomic_inc_8 at Base 2.2.0
- atomic_inc_8_nv at Base 2.2.0
- atomic_inc_uchar at Base 2.2.0
- atomic_inc_uchar_nv at Base 2.2.0
- atomic_inc_uint at Base 2.2.0
- atomic_inc_uint_nv at Base 2.2.0
- atomic_inc_ulong at Base 2.2.0
- atomic_inc_ulong_nv at Base 2.2.0
- atomic_inc_ushort at Base 2.2.0
- atomic_inc_ushort_nv at Base 2.2.0
- (arch-bits=32)atomic_load_64 at Base 2.2.0
- atomic_or_16 at Base 2.2.0
- atomic_or_16_nv at Base 2.2.0
- atomic_or_32 at Base 2.2.0
- atomic_or_32_nv at Base 2.2.0
- atomic_or_64 at Base 2.2.0
- atomic_or_64_nv at Base 2.2.0
- atomic_or_8 at Base 2.2.0
- atomic_or_8_nv at Base 2.2.0
- atomic_or_uchar at Base 2.2.0
- atomic_or_uchar_nv at Base 2.2.0
- atomic_or_uint at Base 2.2.0
- atomic_or_uint_nv at Base 2.2.0
- atomic_or_ulong at Base 2.2.0
- atomic_or_ulong_nv at Base 2.2.0
- atomic_or_ushort at Base 2.2.0
- atomic_or_ushort_nv at Base 2.2.0
- atomic_set_long_excl at Base 2.2.0
- (arch-bits=32)atomic_store_64 at Base 2.2.0
- atomic_sub_16 at Base 2.2.0
- atomic_sub_16_nv at Base 2.2.0
- atomic_sub_32 at Base 2.2.0
- atomic_sub_32_nv at Base 2.2.0
- atomic_sub_64 at Base 2.2.0
- atomic_sub_64_nv at Base 2.2.0
- atomic_sub_8 at Base 2.2.0
- atomic_sub_8_nv at Base 2.2.0
- atomic_sub_char at Base 2.2.0
- atomic_sub_char_nv at Base 2.2.0
- atomic_sub_int at Base 2.2.0
- atomic_sub_int_nv at Base 2.2.0
- atomic_sub_long at Base 2.2.0
- atomic_sub_long_nv at Base 2.2.0
- atomic_sub_ptr at Base 2.2.0
- atomic_sub_ptr_nv at Base 2.2.0
- atomic_sub_short at Base 2.2.0
- atomic_sub_short_nv at Base 2.2.0
- atomic_swap_16 at Base 2.2.0
- atomic_swap_32 at Base 2.2.0
- atomic_swap_64 at Base 2.2.0
- atomic_swap_8 at Base 2.2.0
- atomic_swap_ptr at Base 2.2.0
- atomic_swap_uchar at Base 2.2.0
- atomic_swap_uint at Base 2.2.0
- atomic_swap_ulong at Base 2.2.0
- atomic_swap_ushort at Base 2.2.0
- (arch=amd64)atomic_toggle_boolean_nv at Base 0.8.4
- avl_add at Base 2.2.0
- avl_create at Base 2.2.0
- avl_destroy at Base 2.2.0
- avl_destroy_nodes at Base 2.2.0
- avl_find at Base 2.2.0
- avl_first at Base 2.2.0
- avl_insert at Base 2.2.0
- avl_insert_here at Base 2.2.0
- avl_is_empty at Base 2.2.0
- avl_last at Base 2.2.0
- avl_nearest at Base 2.2.0
- avl_numnodes at Base 2.2.0
- avl_remove at Base 2.2.0
- avl_swap at Base 2.2.0
- avl_update at Base 2.2.0
- avl_update_gt at Base 2.2.0
- avl_update_lt at Base 2.2.0
- avl_walk at Base 2.2.0
- (arch=amd64)blake3_avx2_impl at Base 2.2.0
- (arch=amd64)blake3_avx512_impl at Base 2.2.0
- blake3_generic_impl at Base 2.2.0
- blake3_get_ops at Base 2.2.0
- (arch=amd64 arm64 ppc64el)blake3_sse2_impl at Base 2.2.0
- (arch=amd64 arm64 ppc64el)blake3_sse41_impl at Base 2.2.0
- bookmark_namecheck at Base 2.1
- bp_get_dsize at Base 0.8.2
- bp_get_dsize_sync at Base 0.8.2
- bplist_append at Base 0.8.2
- bplist_append_cb at Base 2.0
- bplist_clear at Base 2.0
- bplist_create at Base 0.8.2
- bplist_destroy at Base 0.8.2
- bplist_iterate at Base 0.8.2
- bpobj_alloc at Base 0.8.2
- bpobj_alloc_empty at Base 0.8.2
- bpobj_close at Base 0.8.2
- bpobj_decr_empty at Base 0.8.2
- bpobj_enqueue at Base 0.8.2
- bpobj_enqueue_alloc_cb at Base 2.0
- bpobj_enqueue_free_cb at Base 2.0
- bpobj_enqueue_subobj at Base 0.8.2
- bpobj_free at Base 0.8.2
- bpobj_is_empty at Base 0.8.2
- bpobj_is_open at Base 0.8.2
- bpobj_iterate at Base 0.8.2
- bpobj_iterate_nofree at Base 0.8.2
- bpobj_open at Base 0.8.2
- bpobj_prefetch_subobj at Base 2.1.9
- bpobj_space at Base 0.8.2
- bpobj_space_range at Base 0.8.2
- bptree_add at Base 0.8.2
- bptree_alloc at Base 0.8.2
- bptree_args_t at Base 0.8.2
- bptree_free at Base 0.8.2
- bptree_is_empty at Base 0.8.2
- bptree_iterate at Base 0.8.2
- bqueue_dequeue at Base 0.8.2
- bqueue_destroy at Base 0.8.2
- bqueue_enqueue at Base 0.8.2
- bqueue_enqueue_flush at Base 2.0
- bqueue_init at Base 0.8.2
- brt_create at Base 2.2.0
- brt_entry_decref at Base 2.2.0
- brt_entry_get_refcount at Base 2.2.0
- brt_fini at Base 2.2.0
- brt_get_dspace at Base 2.2.0
- brt_get_ratio at Base 2.2.0
- brt_get_saved at Base 2.2.0
- brt_get_used at Base 2.2.0
- brt_init at Base 2.2.0
- brt_load at Base 2.2.0
- brt_maybe_exists at Base 2.2.0
- brt_pending_add at Base 2.2.0
- brt_pending_apply at Base 2.2.0
- brt_pending_remove at Base 2.2.0
- brt_sums at Base 2.2.0
- brt_sync at Base 2.2.0
- brt_unload at Base 2.2.0
- brt_zap_indirect_blockshift at Base 2.2.0
- brt_zap_leaf_blockshift at Base 2.2.0
- byteswap_uint16_array at Base 0.8.2
- byteswap_uint32_array at Base 0.8.2
- byteswap_uint64_array at Base 0.8.2
- byteswap_uint8_array at Base 0.8.2
- calculate_ccm_mac at Base 0.8.2
- cbc_alloc_ctx at Base 0.8.2
- cbc_decrypt_contiguous_blocks at Base 0.8.2
- cbc_encrypt_contiguous_blocks at Base 0.8.2
- cbc_init_ctx at Base 0.8.2
- ccm_alloc_ctx at Base 0.8.2
- ccm_decrypt_final at Base 0.8.2
- ccm_encrypt_final at Base 0.8.2
- ccm_init_ctx at Base 0.8.2
- ccm_mode_decrypt_contiguous_blocks at Base 0.8.2
- ccm_mode_encrypt_contiguous_blocks at Base 0.8.2
- chksum_fini at Base 2.2.0
- chksum_init at Base 2.2.0
- cityhash4 at Base 0.8.2
- (arch=amd64)clear_fpu_regs_avx at Base 0.8.4
- cmn_err at Base 0.8.2
- crgetgid at Base 0.8.2
- crgetgroups at Base 0.8.2
- crgetngroups at Base 0.8.2
- crgetruid at Base 0.8.2
- crgetuid at Base 0.8.2
- crypto_create_ctx_template at Base 0.8.2
- crypto_decrypt at Base 0.8.2
- crypto_destroy_ctx_template at Base 0.8.2
- crypto_encrypt at Base 0.8.2
- crypto_free_mode_ctx at Base 0.8.2
- crypto_get_ptrs at Base 0.8.2
- crypto_init_ptrs at Base 0.8.2
- crypto_mac at Base 0.8.2
- crypto_mac_final at Base 0.8.2
- crypto_mac_init at Base 0.8.2
- crypto_mac_update at Base 0.8.2
- crypto_mech2id at Base 0.8.2
- crypto_put_output_data at Base 0.8.2
- crypto_register_provider at Base 0.8.2
- crypto_unregister_provider at Base 0.8.2
- crypto_update_iov at Base 0.8.2
- crypto_update_uio at Base 0.8.2
- ctr_alloc_ctx at Base 0.8.2
- ctr_init_ctx at Base 0.8.2
- ctr_mode_contiguous_blocks at Base 0.8.2
- ctr_mode_final at Base 0.8.2
- cv_broadcast at Base 0.8.2
- cv_destroy at Base 0.8.2
- cv_init at Base 0.8.2
- cv_signal at Base 0.8.2
- cv_timedwait at Base 0.8.2
- cv_timedwait_hires at Base 0.8.2
- cv_wait at Base 0.8.2
- cv_wait_sig at Base 0.8.3
- dataset_namecheck at Base 0.8.2
- dataset_nestcheck at Base 0.8.2
- dbuf_add_ref at Base 0.8.2
- dbuf_assign_arcbuf at Base 0.8.2
- dbuf_caches at Base 0.8.2
- dbuf_create_bonus at Base 0.8.2
- dbuf_destroy at Base 0.8.2
- dbuf_dirty at Base 0.8.2
- dbuf_dirty_lightweight at Base 2.1
- dbuf_dnode_findbp at Base 2.0
- dbuf_find at Base 0.8.2
- dbuf_fini at Base 0.8.2
- dbuf_free_range at Base 0.8.2
- dbuf_hold at Base 0.8.2
- dbuf_hold_impl at Base 0.8.2
- dbuf_hold_level at Base 0.8.2
- dbuf_init at Base 0.8.2
- dbuf_is_l2cacheable at Base 2.1.6
- dbuf_is_metadata at Base 0.8.2
- dbuf_loan_arcbuf at Base 0.8.2
- dbuf_new_size at Base 0.8.2
- dbuf_prefetch at Base 0.8.2
- dbuf_prefetch_impl at Base 2.1
- dbuf_read at Base 0.8.2
- dbuf_refcount at Base 0.8.2
- dbuf_rele at Base 0.8.2
- dbuf_rele_and_unlock at Base 0.8.2
- dbuf_release_bp at Base 0.8.2
- dbuf_rm_spill at Base 0.8.2
- dbuf_spill_set_blksz at Base 0.8.2
- dbuf_stats at Base 0.8.2
- dbuf_stats_destroy at Base 0.8.2
- dbuf_stats_init at Base 0.8.2
- dbuf_sums at Base 2.1
- dbuf_sync_list at Base 0.8.2
- dbuf_try_add_ref at Base 0.8.2
- dbuf_undirty at Base 2.2.0
- dbuf_unoverride at Base 0.8.2
- dbuf_whichblock at Base 0.8.2
- ddi_strtoull at Base 0.8.2
- ddt_addref at Base 2.2.0
- ddt_bp_create at Base 0.8.2
- ddt_bp_fill at Base 0.8.2
- ddt_class_contains at Base 0.8.2
- ddt_compress at Base 0.8.2
- ddt_create at Base 0.8.2
- ddt_decompress at Base 0.8.2
- ddt_enter at Base 0.8.2
- ddt_entry_compare at Base 0.8.2
- ddt_exit at Base 0.8.2
- ddt_fini at Base 0.8.2
- ddt_get_dedup_dspace at Base 0.8.2
- ddt_get_dedup_histogram at Base 0.8.2
- ddt_get_dedup_object_stats at Base 0.8.2
- ddt_get_dedup_stats at Base 0.8.2
- ddt_get_pool_dedup_ratio at Base 0.8.2
- ddt_histogram_add at Base 0.8.2
- ddt_histogram_empty at Base 0.8.2
- ddt_histogram_stat at Base 0.8.2
- ddt_init at Base 0.8.2
- ddt_key_fill at Base 0.8.2
- ddt_load at Base 0.8.2
- ddt_lookup at Base 0.8.2
- ddt_object_count at Base 0.8.2
- ddt_object_exists at Base 0.8.2
- ddt_object_info at Base 0.8.2
- ddt_object_name at Base 0.8.2
- ddt_object_update at Base 0.8.2
- ddt_object_walk at Base 0.8.2
- ddt_phys_addref at Base 0.8.2
- ddt_phys_clear at Base 0.8.2
- ddt_phys_decref at Base 0.8.2
- ddt_phys_fill at Base 0.8.2
- ddt_phys_free at Base 0.8.2
- ddt_phys_select at Base 0.8.2
- ddt_phys_total_refcnt at Base 0.8.2
- ddt_prefetch at Base 0.8.2
- ddt_remove at Base 0.8.2
- ddt_repair_done at Base 0.8.2
- ddt_repair_start at Base 0.8.2
- ddt_select at Base 0.8.2
- ddt_stat_add at Base 0.8.2
- ddt_sync at Base 0.8.2
- ddt_unload at Base 0.8.2
- ddt_walk at Base 0.8.2
- ddt_zap_ops at Base 0.8.2
- decode_embedded_bp at Base 0.8.2
- decode_embedded_bp_compressed at Base 0.8.2
- delay at Base 0.8.2
- dmu_assign_arcbuf_by_dbuf at Base 0.8.2
- dmu_assign_arcbuf_by_dnode at Base 0.8.2
- dmu_bonus_hold at Base 0.8.2
- dmu_bonus_hold_by_dnode at Base 0.8.2
- dmu_bonus_max at Base 0.8.2
- dmu_brt_clone at Base 2.2.0
- dmu_buf_add_ref at Base 0.8.2
- dmu_buf_dnode_enter at Base 0.8.2
- dmu_buf_dnode_exit at Base 0.8.2
- dmu_buf_fill_done at Base 0.8.2
- dmu_buf_get_blkptr at Base 0.8.2
- dmu_buf_get_objset at Base 0.8.2
- dmu_buf_get_user at Base 0.8.2
- dmu_buf_hold at Base 0.8.2
- dmu_buf_hold_array at Base 2.2.0
- dmu_buf_hold_array_by_bonus at Base 0.8.2
- dmu_buf_hold_array_by_dnode at Base 2.0
- dmu_buf_hold_by_dnode at Base 0.8.2
- dmu_buf_hold_noread at Base 0.8.2
- dmu_buf_hold_noread_by_dnode at Base 2.2.0
- dmu_buf_is_dirty at Base 0.8.2
- dmu_buf_lock_parent at Base 2.0
- dmu_buf_redact at Base 2.0
- dmu_buf_refcount at Base 0.8.2
- dmu_buf_rele at Base 0.8.2
- dmu_buf_rele_array at Base 0.8.2
- dmu_buf_remove_user at Base 0.8.2
- dmu_buf_replace_user at Base 0.8.2
- dmu_buf_set_crypt_params at Base 0.8.2
- dmu_buf_set_user at Base 0.8.2
- dmu_buf_set_user_ie at Base 0.8.2
- dmu_buf_try_add_ref at Base 0.8.2
- dmu_buf_unlock_parent at Base 2.0
- dmu_buf_user_evict_wait at Base 0.8.2
- dmu_buf_user_refcount at Base 0.8.2
- dmu_buf_will_clone at Base 2.2.0
- dmu_buf_will_dirty at Base 0.8.2
- dmu_buf_will_fill at Base 0.8.2
- dmu_buf_will_not_fill at Base 0.8.2
- dmu_buf_write_embedded at Base 0.8.2
- dmu_diff at Base 0.8.2
- dmu_dir_list_next at Base 0.8.2
- dmu_fini at Base 0.8.2
- dmu_free_long_object at Base 0.8.2
- dmu_free_long_range at Base 0.8.2
- dmu_free_range at Base 0.8.2
- dmu_fsname at Base 0.8.2
- dmu_get_bonustype at Base 0.8.2
- dmu_get_file_info at Base 2.0
- dmu_init at Base 0.8.2
- dmu_lightweight_write_by_dnode at Base 2.1
- dmu_object_alloc at Base 0.8.2
- dmu_object_alloc_chunk_shift at Base 0.8.2
- dmu_object_alloc_dnsize at Base 0.8.2
- dmu_object_alloc_hold at Base 0.8.2
- dmu_object_alloc_ibs at Base 0.8.2
- dmu_object_claim at Base 0.8.2
- dmu_object_claim_dnsize at Base 0.8.2
- dmu_object_dnsize_from_db at Base 0.8.2
- dmu_object_free at Base 0.8.2
- dmu_object_free_zapified at Base 0.8.2
- dmu_object_info at Base 0.8.2
- dmu_object_info_from_db at Base 0.8.2
- dmu_object_info_from_dnode at Base 0.8.2
- dmu_object_next at Base 0.8.2
- dmu_object_reclaim at Base 0.8.2
- dmu_object_reclaim_dnsize at Base 0.8.2
- dmu_object_rm_spill at Base 0.8.2
- dmu_object_set_blocksize at Base 0.8.2
- dmu_object_set_checksum at Base 0.8.2
- dmu_object_set_compress at Base 0.8.2
- dmu_object_set_maxblkid at Base 0.8.2
- dmu_object_set_nlevels at Base 0.8.2
- dmu_object_size_from_db at Base 0.8.2
- dmu_object_zapify at Base 0.8.2
- dmu_objset_byteswap at Base 0.8.2
- dmu_objset_clone at Base 0.8.2
- dmu_objset_create at Base 0.8.2
- dmu_objset_create_crypt_check at Base 0.8.2
- dmu_objset_create_impl at Base 0.8.2
- dmu_objset_create_impl_dnstats at Base 0.8.2
- dmu_objset_disown at Base 0.8.2
- dmu_objset_dnodesize at Base 0.8.2
- dmu_objset_ds at Base 0.8.2
- dmu_objset_evict at Base 0.8.2
- dmu_objset_evict_dbufs at Base 0.8.2
- dmu_objset_evict_done at Base 0.8.2
- dmu_objset_fast_stat at Base 0.8.2
- dmu_objset_find at Base 0.8.2
- dmu_objset_find_dp at Base 0.8.2
- dmu_objset_fini at Base 0.8.2
- dmu_objset_from_ds at Base 0.8.2
- dmu_objset_fsid_guid at Base 0.8.2
- dmu_objset_get_user at Base 0.8.2
- dmu_objset_hold at Base 0.8.2
- dmu_objset_hold_flags at Base 0.8.2
- dmu_objset_id at Base 0.8.2
- dmu_objset_id_quota_upgrade at Base 0.8.2
- dmu_objset_incompatible_encryption_version at Base 0.8.2
- dmu_objset_init at Base 0.8.2
- dmu_objset_is_dirty at Base 0.8.2
- dmu_objset_is_receiving at Base 0.8.2
- dmu_objset_is_snapshot at Base 0.8.2
- dmu_objset_logbias at Base 0.8.2
- dmu_objset_name at Base 0.8.2
- dmu_objset_open_impl at Base 0.8.2
- dmu_objset_own at Base 0.8.2
- dmu_objset_own_obj at Base 0.8.2
- dmu_objset_pool at Base 0.8.2
- dmu_objset_projectquota_enabled at Base 0.8.2
- dmu_objset_projectquota_present at Base 0.8.2
- dmu_objset_projectquota_upgradable at Base 0.8.2
- dmu_objset_refresh_ownership at Base 0.8.2
- dmu_objset_register_type at Base 0.8.2
- dmu_objset_rele at Base 0.8.2
- dmu_objset_rele_flags at Base 0.8.2
- dmu_objset_set_user at Base 0.8.2
- dmu_objset_snap_cmtime at Base 0.8.2
- dmu_objset_snapshot_one at Base 0.8.2
- dmu_objset_spa at Base 0.8.2
- dmu_objset_space at Base 0.8.2
- dmu_objset_stats at Base 0.8.2
- dmu_objset_sync at Base 0.8.2
- dmu_objset_sync_done at Base 2.1
- dmu_objset_syncprop at Base 0.8.2
- dmu_objset_type at Base 0.8.2
- dmu_objset_userobjspace_present at Base 0.8.2
- dmu_objset_userobjspace_upgradable at Base 0.8.2
- dmu_objset_userobjused_enabled at Base 0.8.2
- dmu_objset_userquota_get_ids at Base 0.8.2
- dmu_objset_userspace_present at Base 0.8.2
- dmu_objset_userspace_upgrade at Base 0.8.2
- dmu_objset_userused_enabled at Base 0.8.2
- dmu_objset_willuse_space at Base 0.8.2
- dmu_objset_zil at Base 0.8.2
- dmu_offset_next at Base 0.8.2
- dmu_ot at Base 0.8.2
- dmu_ot_byteswap at Base 0.8.2
- dmu_prealloc at Base 0.8.2
- dmu_prefetch at Base 0.8.2
- dmu_prefetch_max at Base 0.8.2
- dmu_read at Base 0.8.2
- dmu_read_by_dnode at Base 0.8.2
- dmu_read_l0_bps at Base 2.2.0
- dmu_recv_begin at Base 0.8.2
- dmu_recv_end at Base 0.8.2
- dmu_recv_stream at Base 0.8.2
- dmu_redact at Base 2.0
- dmu_redact_snap at Base 2.0
- dmu_request_arcbuf at Base 0.8.2
- dmu_return_arcbuf at Base 0.8.2
- dmu_rm_spill at Base 0.8.2
- dmu_send at Base 0.8.2
- dmu_send_estimate_fast at Base 2.0
- dmu_send_obj at Base 0.8.2
- dmu_set_bonus at Base 0.8.2
- dmu_set_bonustype at Base 0.8.2
- dmu_snapshot_list_next at Base 0.8.2
- dmu_snapshot_lookup at Base 0.8.2
- dmu_snapshot_realname at Base 0.8.2
- dmu_spill_hold_by_bonus at Base 0.8.2
- dmu_spill_hold_by_dnode at Base 0.8.2
- dmu_spill_hold_existing at Base 0.8.2
- dmu_sync at Base 0.8.2
- dmu_tx_abort at Base 0.8.2
- dmu_tx_add_new_object at Base 0.8.2
- dmu_tx_assign at Base 0.8.2
- dmu_tx_callback_register at Base 0.8.2
- dmu_tx_commit at Base 0.8.2
- dmu_tx_create at Base 0.8.2
- dmu_tx_create_assigned at Base 0.8.2
- dmu_tx_create_dd at Base 0.8.2
- dmu_tx_dirty_buf at Base 2.0
- dmu_tx_do_callbacks at Base 0.8.2
- dmu_tx_fini at Base 0.8.2
- dmu_tx_get_txg at Base 0.8.2
- dmu_tx_hold_append at Base 2.1.12
- dmu_tx_hold_append_by_dnode at Base 2.1.12
- dmu_tx_hold_bonus at Base 0.8.2
- dmu_tx_hold_bonus_by_dnode at Base 0.8.2
- dmu_tx_hold_clone_by_dnode at Base 2.2.0
- dmu_tx_hold_free at Base 0.8.2
- dmu_tx_hold_free_by_dnode at Base 0.8.2
- dmu_tx_hold_sa at Base 0.8.2
- dmu_tx_hold_sa_create at Base 0.8.2
- dmu_tx_hold_space at Base 0.8.2
- dmu_tx_hold_spill at Base 0.8.2
- dmu_tx_hold_write at Base 0.8.2
- dmu_tx_hold_write_by_dnode at Base 0.8.2
- dmu_tx_hold_zap at Base 0.8.2
- dmu_tx_hold_zap_by_dnode at Base 0.8.2
- dmu_tx_init at Base 0.8.2
- dmu_tx_is_syncing at Base 0.8.2
- dmu_tx_mark_netfree at Base 0.8.2
- dmu_tx_pool at Base 0.8.2
- dmu_tx_private_ok at Base 0.8.2
- dmu_tx_stats at Base 0.8.2
- dmu_tx_wait at Base 0.8.2
- dmu_write at Base 0.8.2
- dmu_write_by_dnode at Base 0.8.2
- dmu_write_embedded at Base 0.8.2
- dmu_write_policy at Base 0.8.2
- dmu_zfetch at Base 0.8.2
- dmu_zfetch_fini at Base 0.8.2
- dmu_zfetch_init at Base 0.8.2
- dmu_zfetch_prepare at Base 2.1
- dmu_zfetch_run at Base 2.1
- dnode_add_ref at Base 0.8.2
- dnode_allocate at Base 0.8.2
- dnode_block_freed at Base 0.8.2
- dnode_buf_byteswap at Base 0.8.2
- dnode_byteswap at Base 0.8.2
- dnode_diduse_space at Base 0.8.2
- dnode_evict_bonus at Base 0.8.2
- dnode_evict_dbufs at Base 0.8.2
- dnode_fini at Base 0.8.2
- dnode_free at Base 0.8.2
- dnode_free_interior_slots at Base 0.8.2
- dnode_free_range at Base 0.8.2
- dnode_hold at Base 0.8.2
- dnode_hold_impl at Base 0.8.2
- dnode_init at Base 0.8.2
- dnode_is_dirty at Base 2.1.2
- dnode_new_blkid at Base 0.8.2
- dnode_next_offset at Base 0.8.2
- dnode_reallocate at Base 0.8.2
- dnode_rele at Base 0.8.2
- dnode_rele_and_unlock at Base 0.8.2
- dnode_rm_spill at Base 0.8.2
- dnode_set_blksz at Base 0.8.2
- dnode_set_dirtyctx at Base 2.0
- dnode_set_nlevels at Base 0.8.2
- dnode_setbonus_type at Base 0.8.2
- dnode_setbonuslen at Base 0.8.2
- dnode_setdirty at Base 0.8.2
- dnode_special_close at Base 0.8.2
- dnode_special_open at Base 0.8.2
- dnode_stats at Base 0.8.2
- dnode_sums at Base 2.1.11
- dnode_sync at Base 0.8.2
- dnode_try_claim at Base 0.8.2
- dnode_verify at Base 2.0
- dprintf_find_string at Base 0.8.2
- dprintf_setup at Base 0.8.2
- dsl_bookmark_block_killed at Base 2.0
- dsl_bookmark_create at Base 0.8.2
- dsl_bookmark_create_check at Base 2.0
- dsl_bookmark_create_nvl_validate at Base 2.0
- dsl_bookmark_create_redacted at Base 2.0
- dsl_bookmark_create_sync at Base 2.0
- dsl_bookmark_destroy at Base 0.8.2
- dsl_bookmark_ds_destroyed at Base 2.0
- dsl_bookmark_fini_ds at Base 2.0
- dsl_bookmark_init_ds at Base 2.0
- dsl_bookmark_latest_txg at Base 2.0
- dsl_bookmark_lookup at Base 0.8.2
- dsl_bookmark_lookup_impl at Base 2.0
- dsl_bookmark_next_changed at Base 2.0
- dsl_bookmark_node_add at Base 2.0
- dsl_bookmark_snapshotted at Base 2.0
- dsl_bookmark_sync_done at Base 2.0
- dsl_crypto_can_set_keylocation at Base 0.8.2
- dsl_crypto_key_clone_sync at Base 0.8.2
- dsl_crypto_key_create_sync at Base 0.8.2
- dsl_crypto_key_destroy_sync at Base 0.8.2
- dsl_crypto_params_create_nvlist at Base 0.8.2
- dsl_crypto_params_free at Base 0.8.2
- dsl_crypto_populate_key_nvlist at Base 0.8.2
- dsl_crypto_recv_raw at Base 0.8.2
- dsl_crypto_recv_raw_key_check at Base 0.8.2
- dsl_crypto_recv_raw_key_sync at Base 0.8.2
- dsl_dataset_activate_feature at Base 0.8.2
- dsl_dataset_activate_redaction at Base 2.0
- dsl_dataset_block_born at Base 0.8.2
- dsl_dataset_block_kill at Base 0.8.2
- dsl_dataset_block_remapped at Base 0.8.2
- dsl_dataset_check_quota at Base 0.8.2
- dsl_dataset_clone_swap_check_impl at Base 0.8.2
- dsl_dataset_clone_swap_sync_impl at Base 0.8.2
- dsl_dataset_create_crypt_sync at Base 0.8.2
- dsl_dataset_create_key_mapping at Base 0.8.2
- dsl_dataset_create_remap_deadlist at Base 0.8.2
- dsl_dataset_create_sync at Base 0.8.2
- dsl_dataset_create_sync_dd at Base 0.8.2
- dsl_dataset_crypt_stats at Base 0.8.2
- dsl_dataset_deactivate_feature at Base 0.8.2
- dsl_dataset_destroy_remap_deadlist at Base 0.8.2
- dsl_dataset_dirty at Base 0.8.2
- dsl_dataset_disown at Base 0.8.2
- dsl_dataset_fast_stat at Base 0.8.2
- dsl_dataset_feature_is_active at Base 0.8.2
- dsl_dataset_fsid_guid at Base 0.8.2
- dsl_dataset_get_blkptr at Base 0.8.2
- dsl_dataset_get_holds at Base 0.8.2
- dsl_dataset_get_keystatus at Base 2.2.0
- dsl_dataset_get_remap_deadlist_object at Base 0.8.2
- dsl_dataset_get_snapname at Base 0.8.2
- dsl_dataset_get_spa at Base 0.8.2
- dsl_dataset_get_uint64_array_feature at Base 0.8.2
- dsl_dataset_has_owner at Base 0.8.2
- dsl_dataset_has_resume_receive_state at Base 0.8.2
- dsl_dataset_hold at Base 0.8.2
- dsl_dataset_hold_flags at Base 0.8.2
- dsl_dataset_hold_obj at Base 0.8.2
- dsl_dataset_hold_obj_flags at Base 0.8.2
- dsl_dataset_is_before at Base 0.8.2
- dsl_dataset_is_zapified at Base 0.8.2
- dsl_dataset_long_held at Base 0.8.2
- dsl_dataset_long_hold at Base 0.8.2
- dsl_dataset_long_rele at Base 0.8.2
- dsl_dataset_modified_since_snap at Base 0.8.2
- dsl_dataset_name at Base 0.8.2
- dsl_dataset_namelen at Base 0.8.2
- dsl_dataset_oldest_snapshot at Base 2.2.0
- dsl_dataset_own at Base 0.8.2
- dsl_dataset_own_force at Base 2.0
- dsl_dataset_own_obj at Base 0.8.2
- dsl_dataset_own_obj_force at Base 2.0
- dsl_dataset_promote at Base 0.8.2
- dsl_dataset_promote_check at Base 0.8.2
- dsl_dataset_promote_crypt_check at Base 0.8.2
- dsl_dataset_promote_crypt_sync at Base 0.8.2
- dsl_dataset_promote_sync at Base 0.8.2
- dsl_dataset_recalc_head_uniq at Base 0.8.2
- dsl_dataset_rele at Base 0.8.2
- dsl_dataset_rele_flags at Base 0.8.2
- dsl_dataset_remap_deadlist_exists at Base 0.8.2
- dsl_dataset_remove_from_next_clones at Base 0.8.2
- dsl_dataset_remove_key_mapping at Base 0.8.2
- dsl_dataset_rename_snapshot at Base 0.8.2
- dsl_dataset_rename_snapshot_check at Base 2.2.0
- dsl_dataset_rename_snapshot_sync at Base 2.2.0
- dsl_dataset_rollback at Base 0.8.2
- dsl_dataset_rollback_check at Base 0.8.2
- dsl_dataset_rollback_sync at Base 0.8.2
- dsl_dataset_set_compression at Base 2.0
- dsl_dataset_set_refquota at Base 0.8.2
- dsl_dataset_set_refreservation at Base 0.8.2
- dsl_dataset_set_refreservation_sync_impl at Base 0.8.2
- dsl_dataset_snap_lookup at Base 0.8.2
- dsl_dataset_snap_remove at Base 0.8.2
- dsl_dataset_snapshot at Base 0.8.2
- dsl_dataset_snapshot_check at Base 0.8.2
- dsl_dataset_snapshot_check_impl at Base 0.8.2
- dsl_dataset_snapshot_sync at Base 0.8.2
- dsl_dataset_snapshot_sync_impl at Base 0.8.2
- dsl_dataset_snapshot_tmp at Base 0.8.2
- dsl_dataset_space at Base 0.8.2
- dsl_dataset_space_wouldfree at Base 0.8.2
- dsl_dataset_space_written at Base 0.8.2
- dsl_dataset_space_written_bookmark at Base 2.0
- dsl_dataset_stats at Base 0.8.2
- dsl_dataset_sync at Base 0.8.2
- dsl_dataset_sync_done at Base 0.8.2
- dsl_dataset_try_add_ref at Base 0.8.2
- dsl_dataset_tryown at Base 0.8.2
- dsl_dataset_user_hold at Base 0.8.2
- dsl_dataset_user_hold_check_one at Base 0.8.2
- dsl_dataset_user_hold_sync_one at Base 0.8.2
- dsl_dataset_user_release at Base 0.8.2
- dsl_dataset_user_release_tmp at Base 0.8.2
- dsl_dataset_zapify at Base 0.8.2
- dsl_deadlist_add_key at Base 0.8.2
- dsl_deadlist_alloc at Base 0.8.2
- dsl_deadlist_clear_entry at Base 2.0
- dsl_deadlist_clone at Base 0.8.2
- dsl_deadlist_close at Base 0.8.2
- dsl_deadlist_discard_tree at Base 2.0
- dsl_deadlist_first at Base 2.0
- dsl_deadlist_free at Base 0.8.2
- dsl_deadlist_insert at Base 0.8.2
- dsl_deadlist_insert_alloc_cb at Base 2.0
- dsl_deadlist_insert_free_cb at Base 2.0
- dsl_deadlist_is_open at Base 0.8.2
- dsl_deadlist_iterate at Base 2.0
- dsl_deadlist_last at Base 2.0
- dsl_deadlist_merge at Base 0.8.2
- dsl_deadlist_move_bpobj at Base 0.8.2
- dsl_deadlist_open at Base 0.8.2
- dsl_deadlist_remove_entry at Base 2.0
- dsl_deadlist_remove_key at Base 0.8.2
- dsl_deadlist_space at Base 0.8.2
- dsl_deadlist_space_range at Base 0.8.2
- dsl_deleg_access at Base 0.8.2
- dsl_deleg_access_impl at Base 0.8.2
- dsl_deleg_can_allow at Base 0.8.2
- dsl_deleg_can_unallow at Base 0.8.2
- dsl_deleg_destroy at Base 0.8.2
- dsl_deleg_get at Base 0.8.2
- dsl_deleg_set at Base 0.8.2
- dsl_deleg_set_create_perms at Base 0.8.2
- dsl_delegation_on at Base 0.8.2
- dsl_destroy_head at Base 0.8.2
- dsl_destroy_head_check at Base 0.8.2
- dsl_destroy_head_check_impl at Base 0.8.2
- dsl_destroy_head_sync at Base 0.8.2
- dsl_destroy_head_sync_impl at Base 0.8.2
- dsl_destroy_inconsistent at Base 0.8.2
- dsl_destroy_snapshot at Base 0.8.2
- dsl_destroy_snapshot_check at Base 0.8.2
- dsl_destroy_snapshot_check_impl at Base 0.8.2
- dsl_destroy_snapshot_sync at Base 0.8.2
- dsl_destroy_snapshot_sync_impl at Base 0.8.2
- dsl_destroy_snapshots_nvl at Base 0.8.2
- dsl_dir_activate_fs_ss_limit at Base 0.8.2
- dsl_dir_async_rele at Base 0.8.2
- dsl_dir_cancel_waiters at Base 2.0
- dsl_dir_create_sync at Base 0.8.2
- dsl_dir_diduse_space at Base 0.8.2
- dsl_dir_diduse_transfer_space at Base 2.1
- dsl_dir_dirty at Base 0.8.2
- dsl_dir_get_compressed at Base 0.8.2
- dsl_dir_get_compressratio at Base 0.8.2
- dsl_dir_get_filesystem_count at Base 0.8.2
- dsl_dir_get_logicalused at Base 0.8.2
- dsl_dir_get_origin at Base 0.8.2
- dsl_dir_get_quota at Base 0.8.2
- dsl_dir_get_reservation at Base 0.8.2
- dsl_dir_get_snapshot_count at Base 0.8.2
- dsl_dir_get_used at Base 0.8.2
- dsl_dir_get_usedchild at Base 0.8.2
- dsl_dir_get_usedds at Base 0.8.2
- dsl_dir_get_usedrefreserv at Base 0.8.2
- dsl_dir_get_usedsnap at Base 0.8.2
- dsl_dir_hold at Base 0.8.2
- dsl_dir_hold_obj at Base 0.8.2
- dsl_dir_incompatible_encryption_version at Base 0.8.2
- dsl_dir_is_clone at Base 0.8.2
- dsl_dir_is_zapified at Base 0.8.2
- dsl_dir_livelist_close at Base 2.0
- dsl_dir_livelist_open at Base 2.0
- dsl_dir_name at Base 0.8.2
- dsl_dir_namelen at Base 0.8.2
- dsl_dir_rele at Base 0.8.2
- dsl_dir_remove_clones_key at Base 2.0
- dsl_dir_remove_livelist at Base 2.0
- dsl_dir_rename at Base 0.8.2
- dsl_dir_rename_crypt_check at Base 0.8.2
- dsl_dir_set_quota at Base 0.8.2
- dsl_dir_set_reservation at Base 0.8.2
- dsl_dir_set_reservation_sync_impl at Base 0.8.2
- dsl_dir_snap_cmtime at Base 0.8.2
- dsl_dir_snap_cmtime_update at Base 0.8.2
- dsl_dir_space_available at Base 0.8.2
- dsl_dir_stats at Base 0.8.2
- dsl_dir_sync at Base 0.8.2
- dsl_dir_tempreserve_clear at Base 0.8.2
- dsl_dir_tempreserve_space at Base 0.8.2
- dsl_dir_transfer_possible at Base 0.8.2
- dsl_dir_transfer_space at Base 0.8.2
- dsl_dir_wait at Base 2.0
- dsl_dir_willuse_space at Base 0.8.2
- dsl_dir_zapify at Base 0.8.2
- dsl_dsobj_to_dsname at Base 0.8.2
- dsl_early_sync_task at Base 0.8.2
- dsl_early_sync_task_nowait at Base 0.8.2
- dsl_errorscrub_active at Base 2.2.0
- dsl_errorscrub_is_paused at Base 2.2.0
- dsl_errorscrub_sync at Base 2.2.0
- dsl_errorscrubbing at Base 2.2.0
- dsl_free at Base 0.8.2
- dsl_free_sync at Base 0.8.2
- dsl_fs_ss_count_adjust at Base 0.8.2
- dsl_fs_ss_limit_check at Base 0.8.2
- dsl_get_available at Base 0.8.2
- dsl_get_bookmark_props at Base 2.0
- dsl_get_bookmarks at Base 0.8.2
- dsl_get_bookmarks_impl at Base 0.8.2
- dsl_get_compressratio at Base 0.8.2
- dsl_get_creation at Base 0.8.2
- dsl_get_creationtxg at Base 0.8.2
- dsl_get_defer_destroy at Base 0.8.2
- dsl_get_guid at Base 0.8.2
- dsl_get_inconsistent at Base 0.8.2
- dsl_get_logicalreferenced at Base 0.8.2
- dsl_get_mountpoint at Base 0.8.2
- dsl_get_numclones at Base 0.8.2
- dsl_get_objsetid at Base 0.8.2
- dsl_get_prev_snap at Base 0.8.2
- dsl_get_redact_snaps at Base 2.0
- dsl_get_redacted at Base 2.0
- dsl_get_referenced at Base 0.8.2
- dsl_get_refquota at Base 0.8.2
- dsl_get_refratio at Base 0.8.2
- dsl_get_refreservation at Base 0.8.2
- dsl_get_unique at Base 0.8.2
- dsl_get_used at Base 0.8.2
- dsl_get_userrefs at Base 0.8.2
- dsl_get_written at Base 0.8.2
- dsl_pool_adjustedsize at Base 0.8.2
- dsl_pool_clean_tmp_userrefs at Base 0.8.2
- dsl_pool_close at Base 0.8.2
- dsl_pool_config_enter at Base 0.8.2
- dsl_pool_config_enter_prio at Base 0.8.2
- dsl_pool_config_exit at Base 0.8.2
- dsl_pool_config_held at Base 0.8.2
- dsl_pool_config_held_writer at Base 0.8.2
- dsl_pool_create at Base 0.8.2
- dsl_pool_create_obsolete_bpobj at Base 0.8.2
- dsl_pool_create_origin at Base 0.8.2
- dsl_pool_deferred_space at Base 2.1.4
- dsl_pool_destroy_obsolete_bpobj at Base 0.8.2
- dsl_pool_dirty_space at Base 0.8.2
- dsl_pool_hold at Base 0.8.2
- dsl_pool_init at Base 0.8.2
- dsl_pool_mos_diduse_space at Base 0.8.2
- dsl_pool_need_dirty_delay at Base 0.8.2
- dsl_pool_need_wrlog_delay at Base 2.1.6
- dsl_pool_open at Base 0.8.2
- dsl_pool_open_special_dir at Base 0.8.2
- dsl_pool_rele at Base 0.8.2
- dsl_pool_sync at Base 0.8.2
- dsl_pool_sync_context at Base 0.8.2
- dsl_pool_sync_done at Base 0.8.2
- dsl_pool_undirty_space at Base 0.8.2
- dsl_pool_unlinked_drain_taskq at Base 0.8.2
- dsl_pool_unreserved_space at Base 0.8.2
- dsl_pool_upgrade_clones at Base 0.8.2
- dsl_pool_upgrade_dir_clones at Base 0.8.2
- dsl_pool_user_hold at Base 0.8.2
- dsl_pool_user_release at Base 0.8.2
- dsl_pool_wrlog_count at Base 2.1.6
- dsl_pool_zrele_taskq at Base 2.0
- dsl_process_sub_livelist at Base 2.0
- dsl_prop_fini at Base 0.8.2
- dsl_prop_get at Base 0.8.2
- dsl_prop_get_all at Base 0.8.2
- dsl_prop_get_dd at Base 0.8.2
- dsl_prop_get_ds at Base 0.8.2
- dsl_prop_get_hasrecvd at Base 0.8.2
- dsl_prop_get_int_ds at Base 0.8.2
- dsl_prop_get_integer at Base 0.8.2
- dsl_prop_get_received at Base 0.8.2
- dsl_prop_hascb at Base 0.8.2
- dsl_prop_inherit at Base 0.8.2
- dsl_prop_init at Base 0.8.2
- dsl_prop_notify_all at Base 0.8.2
- dsl_prop_nvlist_add_string at Base 0.8.2
- dsl_prop_nvlist_add_uint64 at Base 0.8.2
- dsl_prop_predict at Base 0.8.2
- dsl_prop_register at Base 0.8.2
- dsl_prop_set_hasrecvd at Base 0.8.2
- dsl_prop_set_int at Base 0.8.2
- dsl_prop_set_string at Base 0.8.2
- dsl_prop_set_sync_impl at Base 0.8.2
- dsl_prop_unregister at Base 0.8.2
- dsl_prop_unregister_all at Base 0.8.2
- dsl_prop_unset_hasrecvd at Base 0.8.2
- dsl_props_set at Base 0.8.2
- dsl_props_set_check at Base 2.0
- dsl_props_set_sync at Base 2.0
- dsl_props_set_sync_impl at Base 0.8.2
- dsl_redaction_list_hold_obj at Base 2.0
- dsl_redaction_list_long_held at Base 2.0
- dsl_redaction_list_long_hold at Base 2.0
- dsl_redaction_list_long_rele at Base 2.0
- dsl_redaction_list_rele at Base 2.0
- dsl_redaction_list_traverse at Base 2.0
- dsl_scan at Base 0.8.2
- dsl_scan_active at Base 0.8.2
- dsl_scan_assess_vdev at Base 0.8.3
- dsl_scan_cancel at Base 0.8.2
- dsl_scan_ddt_entry at Base 0.8.2
- dsl_scan_ds_clone_swapped at Base 0.8.2
- dsl_scan_ds_destroyed at Base 0.8.2
- dsl_scan_ds_snapshotted at Base 0.8.2
- dsl_scan_fini at Base 0.8.2
- dsl_scan_freed at Base 0.8.2
- dsl_scan_init at Base 0.8.2
- dsl_scan_io_queue_destroy at Base 0.8.2
- dsl_scan_io_queue_vdev_xfer at Base 0.8.2
- dsl_scan_is_paused_scrub at Base 0.8.2
- dsl_scan_resilver_scheduled at Base 0.8.3
- dsl_scan_resilvering at Base 0.8.2
- dsl_scan_restart_resilver at Base 0.8.3
- dsl_scan_scrubbing at Base 0.8.2
- dsl_scan_setup_check at Base 2.1
- dsl_scan_setup_sync at Base 2.1
- dsl_scan_sync at Base 0.8.2
- dsl_scrub_set_pause_resume at Base 0.8.2
- dsl_sync_task at Base 0.8.2
- dsl_sync_task_nowait at Base 0.8.2
- dsl_sync_task_sig at Base 0.8.3
- dsl_sync_task_sync at Base 0.8.2
- dva_get_dsize_sync at Base 0.8.2
- ecb_alloc_ctx at Base 0.8.2
- ecb_cipher_contiguous_blocks at Base 0.8.2
- efi_alloc_and_init at Base 2.2.0
- efi_alloc_and_read at Base 2.2.0
- efi_debug at Base 2.2.0
- efi_err_check at Base 2.2.0
- efi_free at Base 2.2.0
- efi_rescan at Base 2.2.0
- efi_use_whole_disk at Base 2.2.0
- efi_write at Base 2.2.0
- encode_embedded_bp_compressed at Base 0.8.2
- entity_namecheck at Base 0.8.2
- feature_enable_sync at Base 0.8.2
- feature_get_refcount at Base 0.8.2
- feature_get_refcount_from_disk at Base 0.8.2
- feature_sync at Base 0.8.2
- find_birth_txg at Base 2.2.0
- find_top_affected_fs at Base 2.2.0
- fletcher_2_byteswap at Base 0.8.2
- fletcher_2_incremental_byteswap at Base 0.8.2
- fletcher_2_incremental_native at Base 0.8.2
- fletcher_2_native at Base 0.8.2
- (arch=arm64)fletcher_4_aarch64_neon_ops at Base 0.8.2
- fletcher_4_abd_ops at Base 0.8.2
- (arch=amd64 i386)fletcher_4_avx2_ops at Base 0.8.2
- (arch=amd64)fletcher_4_avx512bw_ops at Base 2.0
- (arch=amd64)fletcher_4_avx512f_ops at Base 0.8.2
- fletcher_4_byteswap at Base 0.8.2
- fletcher_4_fini at Base 0.8.2
- fletcher_4_impl_set at Base 0.8.2
- fletcher_4_incremental_byteswap at Base 0.8.2
- fletcher_4_incremental_native at Base 0.8.2
- fletcher_4_init at Base 0.8.2
- fletcher_4_native at Base 0.8.2
- fletcher_4_native_varsize at Base 0.8.2
- (arch=amd64 i386)fletcher_4_sse2_ops at Base 0.8.2
- (arch=amd64 i386)fletcher_4_ssse3_ops at Base 0.8.2
- fletcher_4_superscalar4_ops at Base 0.8.2
- fletcher_4_superscalar_ops at Base 0.8.2
- fletcher_init at Base 0.8.2
- fm_ena_format_get at Base 0.8.2
- fm_ena_generate at Base 0.8.2
- fm_ena_generate_cpu at Base 0.8.2
- fm_ena_generation_get at Base 0.8.2
- fm_ena_id_get at Base 0.8.2
- fm_ena_increment at Base 0.8.2
- fm_ena_time_get at Base 0.8.2
- fm_ereport_set at Base 0.8.2
- fm_fmri_cpu_set at Base 0.8.2
- fm_fmri_dev_set at Base 0.8.2
- fm_fmri_hc_create at Base 0.8.2
- fm_fmri_hc_set at Base 0.8.2
- fm_fmri_mem_set at Base 0.8.2
- fm_fmri_zfs_set at Base 0.8.2
- fm_ksp at Base 0.8.2
- fm_nva_xcreate at Base 0.8.2
- fm_nva_xdestroy at Base 0.8.2
- fm_nvlist_create at Base 0.8.2
- fm_nvlist_destroy at Base 0.8.2
- fm_payload_set at Base 0.8.2
- free_from_removing_vdev at Base 0.8.2
- fzap_add at Base 0.8.2
- fzap_add_cd at Base 0.8.2
- fzap_byteswap at Base 0.8.2
- fzap_count at Base 0.8.2
- fzap_cursor_retrieve at Base 0.8.2
- fzap_default_block_shift at Base 0.8.2
- fzap_get_stats at Base 0.8.2
- fzap_length at Base 0.8.2
- fzap_lookup at Base 0.8.2
- fzap_prefetch at Base 0.8.2
- fzap_remove at Base 0.8.2
- fzap_update at Base 0.8.2
- fzap_upgrade at Base 0.8.2
- gcm_alloc_ctx at Base 0.8.2
- (arch=amd64)gcm_avx_can_use_movbe at Base 0.8.4
- gcm_clear_ctx at Base 2.2.0
- gcm_decrypt_final at Base 0.8.2
- gcm_encrypt_final at Base 0.8.2
- gcm_generic_impl at Base 0.8.2
- (arch=amd64)gcm_ghash_avx at Base 0.8.4
- (arch=amd64)gcm_gmult_avx at Base 0.8.4
- (arch=amd64)gcm_gmult_clmul at Base 0.8.4
- gcm_impl_get_ops at Base 0.8.2
- gcm_impl_init at Base 0.8.2
- gcm_impl_set at Base 0.8.2
- gcm_init_ctx at Base 0.8.2
- (arch=amd64)gcm_init_htab_avx at Base 0.8.4
- gcm_mode_decrypt_contiguous_blocks at Base 0.8.2
- gcm_mode_encrypt_contiguous_blocks at Base 0.8.2
- (arch=amd64)gcm_mul_pclmulqdq at Base 0.8.2
- (arch=amd64)gcm_pclmulqdq_impl at Base 0.8.2
- (arch=amd64)gcm_xor_avx at Base 0.8.4
- get_clones_stat at Base 0.8.2
- get_clones_stat_impl at Base 0.8.2
- get_dataset_depth at Base 0.8.2
- get_receive_resume_token at Base 2.2.0
- get_system_hostid at Base 2.2.0
- getexecname at Base 2.2.0
- getextmntent at Base 2.2.0
- getmntany at Base 2.2.0
- getzoneid at Base 2.2.0
- (optional)gf_clmul_mod_lt at Base 0.8.2
- gmac_alloc_ctx at Base 0.8.2
- gmac_init_ctx at Base 0.8.2
- gzip_compress at Base 0.8.2
- gzip_decompress at Base 0.8.2
- highbit64 at Base 0.8.2
- hkdf_sha512 at Base 0.8.2
- hostid at Base 2.2.0
- hw_utsname at Base 0.8.2
- i_fm_payload_set at Base 0.8.2
- icp_fini at Base 0.8.2
- icp_init at Base 0.8.2
- impl_ops at Base 2.2.0
- is_mpath_whole_disk at Base 2.2.0
- kcf_add_mech_provider at Base 0.8.2
- kcf_alloc_provider_desc at Base 0.8.2
- kcf_destroy_mech_tabs at Base 0.8.2
- kcf_free_context at Base 0.8.2
- kcf_free_provider_desc at Base 0.8.2
- kcf_free_triedlist at Base 0.8.2
- kcf_get_mech_entry at Base 0.8.2
- kcf_get_mech_provider at Base 0.8.2
- kcf_get_sw_prov at Base 0.8.2
- kcf_init_mech_tabs at Base 0.8.2
- kcf_insert_triedlist at Base 0.8.2
- kcf_mech_tabs_tab at Base 0.8.2
- kcf_new_ctx at Base 0.8.2
- kcf_prov_tab_add_provider at Base 0.8.2
- kcf_prov_tab_destroy at Base 0.8.2
- kcf_prov_tab_init at Base 0.8.2
- kcf_prov_tab_lookup at Base 0.8.2
- kcf_prov_tab_rem_provider at Base 0.8.2
- kcf_provider_zero_refcnt at Base 0.8.2
- kcf_remove_mech_provider at Base 0.8.2
- kcf_sched_destroy at Base 0.8.2
- kcf_sched_init at Base 0.8.2
- kernel_fini at Base 0.8.2
- kernel_init at Base 0.8.2
- key_mapping_add_ref at Base 0.8.2
- key_mapping_rele at Base 0.8.2
- kmem_asprintf at Base 0.8.2
- kmem_cache_reap_active at Base 0.8.2
- kmem_scnprintf at Base 2.2.0
- kmem_vasprintf at Base 0.8.2
- ksid_lookupdomain at Base 0.8.2
- ksiddomain_rele at Base 0.8.2
- kstat_create at Base 0.8.2
- kstat_delete at Base 0.8.2
- kstat_install at Base 0.8.2
- kstat_set_raw_ops at Base 0.8.2
- l2arc_add_vdev at Base 0.8.2
- l2arc_dev_hdr_update at Base 2.0
- l2arc_exclude_special at Base 2.1.6
- l2arc_feed_again at Base 0.8.2
- l2arc_feed_min_ms at Base 0.8.2
- l2arc_feed_secs at Base 0.8.2
- l2arc_fini at Base 0.8.2
- l2arc_headroom at Base 0.8.2
- l2arc_headroom_boost at Base 0.8.2
- l2arc_init at Base 0.8.2
- l2arc_log_blkptr_valid at Base 2.0
- l2arc_noprefetch at Base 0.8.2
- l2arc_norw at Base 0.8.2
- l2arc_range_check_overlap at Base 2.0
- l2arc_rebuild_vdev at Base 2.0
- l2arc_remove_vdev at Base 0.8.2
- l2arc_spa_rebuild_start at Base 2.0
- l2arc_start at Base 0.8.2
- l2arc_stop at Base 0.8.2
- l2arc_vdev_get at Base 2.0
- l2arc_vdev_present at Base 0.8.2
- l2arc_write_boost at Base 0.8.2
- l2arc_write_max at Base 0.8.2
- lcompat_hashnum at Base 0.8.2
- lcompat_pow at Base 0.8.2
- lcompat_sprintf at Base 0.8.2
- lcompat_strtoll at Base 0.8.2
- libpc_error_description at Base 2.2.0
- libspl_assertf at Base 2.2.0
- libspl_set_assert_ok at Base 2.2.0
- libzpool_config_ops at Base 0.8.2
- list_create at Base 2.2.0
- list_destroy at Base 2.2.0
- list_head at Base 2.2.0
- list_insert_after at Base 2.2.0
- list_insert_before at Base 2.2.0
- list_insert_head at Base 2.2.0
- list_insert_tail at Base 2.2.0
- list_is_empty at Base 2.2.0
- list_link_active at Base 2.2.0
- list_link_init at Base 2.2.0
- list_link_replace at Base 2.2.0
- list_move_tail at Base 2.2.0
- list_next at Base 2.2.0
- list_prev at Base 2.2.0
- list_remove at Base 2.2.0
- list_remove_head at Base 2.2.0
- list_remove_tail at Base 2.2.0
- list_tail at Base 2.2.0
- livelist_bpobj_iterate_from_nofree at Base 2.0
- lowbit64 at Base 0.8.2
- luaL_addlstring at Base 0.8.2
- luaL_addstring at Base 0.8.2
- luaL_addvalue at Base 0.8.2
- luaL_argerror at Base 0.8.2
- luaL_buffinit at Base 0.8.2
- luaL_buffinitsize at Base 0.8.2
- luaL_callmeta at Base 0.8.2
- luaL_checkany at Base 0.8.2
- luaL_checkinteger at Base 0.8.2
- luaL_checklstring at Base 0.8.2
- luaL_checknumber at Base 0.8.2
- luaL_checkoption at Base 0.8.2
- luaL_checkstack at Base 0.8.2
- luaL_checktype at Base 0.8.2
- luaL_checkudata at Base 0.8.2
- luaL_checkunsigned at Base 0.8.2
- luaL_checkversion_ at Base 0.8.2
- luaL_error at Base 0.8.2
- luaL_getmetafield at Base 0.8.2
- luaL_getsubtable at Base 0.8.2
- luaL_gsub at Base 0.8.2
- luaL_len at Base 0.8.2
- luaL_loadbufferx at Base 0.8.2
- luaL_loadstring at Base 0.8.2
- luaL_newmetatable at Base 0.8.2
- luaL_optinteger at Base 0.8.2
- luaL_optlstring at Base 0.8.2
- luaL_optnumber at Base 0.8.2
- luaL_optunsigned at Base 0.8.2
- luaL_prepbuffsize at Base 0.8.2
- luaL_pushresult at Base 0.8.2
- luaL_pushresultsize at Base 0.8.2
- luaL_ref at Base 0.8.2
- luaL_requiref at Base 0.8.2
- luaL_setfuncs at Base 0.8.2
- luaL_setmetatable at Base 0.8.2
- luaL_testudata at Base 0.8.2
- luaL_tolstring at Base 0.8.2
- luaL_traceback at Base 0.8.2
- luaL_unref at Base 0.8.2
- luaL_where at Base 0.8.2
- lua_absindex at Base 0.8.2
- lua_arith at Base 0.8.2
- lua_atpanic at Base 0.8.2
- lua_callk at Base 0.8.2
- lua_checkstack at Base 0.8.2
- lua_close at Base 0.8.2
- lua_compare at Base 0.8.2
- lua_concat at Base 0.8.2
- lua_copy at Base 0.8.2
- lua_createtable at Base 0.8.2
- lua_error at Base 0.8.2
- lua_gc at Base 0.8.2
- lua_getallocf at Base 0.8.2
- lua_getctx at Base 0.8.2
- lua_getfield at Base 0.8.2
- lua_getglobal at Base 0.8.2
- lua_gethook at Base 0.8.2
- lua_gethookcount at Base 0.8.2
- lua_gethookmask at Base 0.8.2
- lua_getinfo at Base 0.8.2
- lua_getlocal at Base 0.8.2
- lua_getmetatable at Base 0.8.2
- lua_getstack at Base 0.8.2
- lua_gettable at Base 0.8.2
- lua_gettop at Base 0.8.2
- lua_getupvalue at Base 0.8.2
- lua_getuservalue at Base 0.8.2
- lua_ident at Base 0.8.2
- lua_insert at Base 0.8.2
- lua_iscfunction at Base 0.8.2
- lua_isnumber at Base 0.8.2
- lua_isstring at Base 0.8.2
- lua_isuserdata at Base 0.8.2
- lua_len at Base 0.8.2
- lua_load at Base 0.8.2
- lua_newstate at Base 0.8.2
- lua_newthread at Base 0.8.2
- lua_newuserdata at Base 0.8.2
- lua_next at Base 0.8.2
- lua_pcallk at Base 0.8.2
- lua_pushboolean at Base 0.8.2
- lua_pushcclosure at Base 0.8.2
- lua_pushfstring at Base 0.8.2
- lua_pushinteger at Base 0.8.2
- lua_pushlightuserdata at Base 0.8.2
- lua_pushlstring at Base 0.8.2
- lua_pushnil at Base 0.8.2
- lua_pushnumber at Base 0.8.2
- lua_pushstring at Base 0.8.2
- lua_pushthread at Base 0.8.2
- lua_pushunsigned at Base 0.8.2
- lua_pushvalue at Base 0.8.2
- lua_pushvfstring at Base 0.8.2
- lua_rawequal at Base 0.8.2
- lua_rawget at Base 0.8.2
- lua_rawgeti at Base 0.8.2
- lua_rawgetp at Base 0.8.2
- lua_rawlen at Base 0.8.2
- lua_rawset at Base 0.8.2
- lua_rawseti at Base 0.8.2
- lua_rawsetp at Base 0.8.2
- lua_remove at Base 0.8.2
- lua_replace at Base 0.8.2
- lua_resume at Base 0.8.2
- lua_setallocf at Base 0.8.2
- lua_setfield at Base 0.8.2
- lua_setglobal at Base 0.8.2
- lua_sethook at Base 0.8.2
- lua_setlocal at Base 0.8.2
- lua_setmetatable at Base 0.8.2
- lua_settable at Base 0.8.2
- lua_settop at Base 0.8.2
- lua_setupvalue at Base 0.8.2
- lua_setuservalue at Base 0.8.2
- lua_status at Base 0.8.2
- lua_toboolean at Base 0.8.2
- lua_tocfunction at Base 0.8.2
- lua_tointegerx at Base 0.8.2
- lua_tolstring at Base 0.8.2
- lua_tonumberx at Base 0.8.2
- lua_topointer at Base 0.8.2
- lua_tothread at Base 0.8.2
- lua_tounsignedx at Base 0.8.2
- lua_touserdata at Base 0.8.2
- lua_type at Base 0.8.2
- lua_typename at Base 0.8.2
- lua_upvalueid at Base 0.8.2
- lua_upvaluejoin at Base 0.8.2
- lua_version at Base 0.8.2
- lua_xmove at Base 0.8.2
- lua_yieldk at Base 0.8.2
- luaopen_base at Base 0.8.2
- luaopen_coroutine at Base 0.8.2
- luaopen_string at Base 0.8.2
- luaopen_table at Base 0.8.2
- lz4_compress_zfs at Base 0.8.2
- lz4_decompress_zfs at Base 0.8.2
- lz4_fini at Base 0.8.2
- lz4_init at Base 0.8.2
- lzjb_compress at Base 0.8.2
- lzjb_decompress at Base 0.8.2
- membar_consumer at Base 2.2.0
- membar_enter at Base 2.2.0
- membar_exit at Base 2.2.0
- membar_producer at Base 2.2.0
- membar_sync at Base 2.2.0
- metaslab_alloc at Base 0.8.2
- metaslab_alloc_dva at Base 0.8.2
- metaslab_alloc_trace_cache at Base 2.1
- metaslab_allocated_space at Base 0.8.2
- metaslab_calculate_range_tree_type at Base 2.0
- metaslab_check_free at Base 0.8.2
- metaslab_claim at Base 0.8.2
- metaslab_claim_impl at Base 0.8.2
- metaslab_class_create at Base 0.8.2
- metaslab_class_destroy at Base 0.8.2
- metaslab_class_evict_old at Base 2.0
- metaslab_class_expandable_space at Base 0.8.2
- metaslab_class_fragmentation at Base 0.8.2
- metaslab_class_get_alloc at Base 0.8.2
- metaslab_class_get_deferred at Base 0.8.2
- metaslab_class_get_dspace at Base 0.8.2
- metaslab_class_get_space at Base 0.8.2
- metaslab_class_histogram_verify at Base 0.8.2
- metaslab_class_throttle_reserve at Base 0.8.2
- metaslab_class_throttle_unreserve at Base 0.8.2
- metaslab_class_validate at Base 0.8.2
- metaslab_debug_load at Base 0.8.2
- metaslab_df_alloc_threshold at Base 0.8.2
- metaslab_df_free_pct at Base 0.8.2
- metaslab_disable at Base 0.8.2
- metaslab_enable at Base 0.8.2
- metaslab_fini at Base 0.8.2
- metaslab_flush at Base 2.0
- metaslab_force_ganging at Base 0.8.2
- metaslab_force_ganging_pct at Base 2.2.0
- metaslab_free at Base 0.8.2
- metaslab_free_concrete at Base 0.8.2
- metaslab_free_dva at Base 0.8.2
- metaslab_free_impl_cb at Base 0.8.2
- metaslab_group_activate at Base 0.8.2
- metaslab_group_alloc_decrement at Base 0.8.2
- metaslab_group_alloc_verify at Base 0.8.2
- metaslab_group_create at Base 0.8.2
- metaslab_group_destroy at Base 0.8.2
- metaslab_group_fragmentation at Base 0.8.2
- metaslab_group_get_space at Base 0.8.2
- metaslab_group_histogram_remove at Base 0.8.2
- metaslab_group_histogram_verify at Base 0.8.2
- metaslab_group_initialized at Base 0.8.2
- metaslab_group_passivate at Base 0.8.2
- metaslab_init at Base 0.8.2
- metaslab_largest_allocatable at Base 2.0
- metaslab_load at Base 0.8.2
- metaslab_preload_limit at Base 0.8.2
- metaslab_recalculate_weight_and_sort at Base 0.8.2
- metaslab_set_selected_txg at Base 2.0
- metaslab_set_unflushed_dirty at Base 2.1.6
- metaslab_set_unflushed_txg at Base 2.0
- metaslab_sort_by_flushed at Base 2.0
- metaslab_space_update at Base 2.0
- metaslab_stat_fini at Base 2.0
- metaslab_stat_init at Base 2.0
- metaslab_sync at Base 0.8.2
- metaslab_sync_done at Base 0.8.2
- metaslab_sync_reassess at Base 0.8.2
- metaslab_trace_fini at Base 0.8.2
- metaslab_trace_init at Base 0.8.2
- metaslab_unalloc_dva at Base 0.8.2
- metaslab_unflushed_bump at Base 2.1.6
- metaslab_unflushed_changes_memused at Base 2.0
- metaslab_unflushed_dirty at Base 2.1.6
- metaslab_unflushed_txg at Base 2.0
- metaslab_unload at Base 0.8.2
- mkdirp at Base 2.2.0
- mmp_fini at Base 0.8.2
- mmp_init at Base 0.8.2
- mmp_signal_all_threads at Base 0.8.2
- mmp_thread_start at Base 0.8.2
- mmp_thread_stop at Base 0.8.2
- mmp_update_uberblock at Base 0.8.2
- mountpoint_namecheck at Base 0.8.2
- multilist_create at Base 0.8.2
- multilist_destroy at Base 0.8.2
- multilist_get_num_sublists at Base 0.8.2
- multilist_get_random_index at Base 0.8.2
- multilist_insert at Base 0.8.2
- multilist_is_empty at Base 0.8.2
- multilist_link_active at Base 0.8.2
- multilist_link_init at Base 0.8.2
- multilist_remove at Base 0.8.2
- multilist_sublist_head at Base 0.8.2
- multilist_sublist_insert_head at Base 0.8.2
- multilist_sublist_insert_tail at Base 0.8.2
- multilist_sublist_is_empty at Base 0.8.2
- multilist_sublist_is_empty_idx at Base 0.8.2
- multilist_sublist_lock at Base 0.8.2
- multilist_sublist_lock_obj at Base 0.8.2
- multilist_sublist_move_forward at Base 0.8.2
- multilist_sublist_next at Base 0.8.2
- multilist_sublist_prev at Base 0.8.2
- multilist_sublist_remove at Base 0.8.2
- multilist_sublist_tail at Base 0.8.2
- multilist_sublist_unlock at Base 0.8.2
- mutex_destroy at Base 0.8.2
- mutex_enter at Base 0.8.2
- mutex_enter_check_return at Base 2.2.1
- mutex_exit at Base 0.8.2
- mutex_init at Base 0.8.2
- mutex_tryenter at Base 0.8.2
- mzap_create_impl at Base 0.8.2
- name_to_errphys at Base 2.2.0
- objlist_create at Base 2.0
- objlist_destroy at Base 2.0
- objlist_exists at Base 2.0
- objlist_insert at Base 2.0
- os_lock at Base 0.8.2
- p0 at Base 0.8.2
- panic at Base 0.8.2
- permset_namecheck at Base 0.8.2
- physmem at Base 0.8.2
- pn_alloc at Base 0.8.2
- pn_alloc_sz at Base 0.8.2
- pn_free at Base 0.8.2
- pool_namecheck at Base 0.8.2
- print_timestamp at Base 2.2.0
- procfs_list_add at Base 0.8.2
- procfs_list_destroy at Base 0.8.2
- procfs_list_install at Base 0.8.2
- procfs_list_uninstall at Base 0.8.2
- prop_valid_for_ds at Base 0.8.2
- raidz_gen_name at Base 0.8.2
- raidz_rec_name at Base 0.8.2
- raidz_will_scalar_work at Base 0.8.2
- random_fini at Base 0.8.2
- random_get_bytes at Base 0.8.2
- random_get_pseudo_bytes at Base 0.8.2
- random_init at Base 0.8.2
- random_path at Base 0.8.2
- range_tree_add at Base 0.8.2
- range_tree_adjust_fill at Base 0.8.2
- range_tree_clear at Base 0.8.2
- range_tree_contains at Base 0.8.2
- range_tree_create at Base 0.8.2
- range_tree_create_gap at Base 2.1.6
- range_tree_destroy at Base 0.8.2
- range_tree_find at Base 0.8.2
- range_tree_find_in at Base 2.0
- range_tree_first at Base 0.8.2
- range_tree_is_empty at Base 0.8.2
- range_tree_max at Base 0.8.2
- range_tree_min at Base 0.8.2
- range_tree_numsegs at Base 2.0
- range_tree_remove at Base 0.8.2
- range_tree_remove_fill at Base 0.8.2
- range_tree_remove_xor_add at Base 2.0
- range_tree_remove_xor_add_segment at Base 2.0
- range_tree_resize_segment at Base 0.8.2
- range_tree_space at Base 0.8.2
- range_tree_span at Base 0.8.2
- range_tree_stat_verify at Base 0.8.2
- range_tree_swap at Base 0.8.2
- range_tree_vacate at Base 0.8.2
- range_tree_verify_not_present at Base 0.8.2
- range_tree_walk at Base 0.8.2
- recv_clone_name at Base 0.8.2
- reference_tracking_enable at Base 0.8.2
- (arch=amd64)rijndael_key_setup_dec_amd64 at Base 0.8.2
- (arch=amd64)rijndael_key_setup_dec_intel at Base 0.8.2
- (arch=amd64)rijndael_key_setup_enc_amd64 at Base 0.8.2
- (arch=amd64)rijndael_key_setup_enc_intel at Base 0.8.2
- rrm_destroy at Base 0.8.2
- rrm_enter at Base 0.8.2
- rrm_enter_read at Base 0.8.2
- rrm_enter_write at Base 0.8.2
- rrm_exit at Base 0.8.2
- rrm_held at Base 0.8.2
- rrm_init at Base 0.8.2
- rrw_destroy at Base 0.8.2
- rrw_enter at Base 0.8.2
- rrw_enter_read at Base 0.8.2
- rrw_enter_read_prio at Base 0.8.2
- rrw_enter_write at Base 0.8.2
- rrw_exit at Base 0.8.2
- rrw_held at Base 0.8.2
- rrw_init at Base 0.8.2
- rrw_tsd_destroy at Base 0.8.2
- rrw_tsd_key at Base 0.8.2
- rw_destroy at Base 0.8.2
- rw_enter at Base 0.8.2
- rw_exit at Base 0.8.2
- rw_init at Base 0.8.2
- rw_tryenter at Base 0.8.2
- rw_tryupgrade at Base 0.8.2
- sa_buf_hold at Base 0.8.2
- sa_buf_rele at Base 0.8.2
- sa_bulk_lookup at Base 0.8.2
- sa_bulk_lookup_locked at Base 0.8.2
- sa_bulk_update at Base 0.8.2
- sa_cache_fini at Base 0.8.2
- sa_cache_init at Base 0.8.2
- sa_default_locator at Base 0.8.2
- sa_enabled at Base 0.8.2
- sa_get_db at Base 0.8.2
- sa_get_userdata at Base 0.8.2
- sa_handle_destroy at Base 0.8.2
- sa_handle_get at Base 0.8.2
- sa_handle_get_from_db at Base 0.8.2
- sa_handle_lock at Base 0.8.2
- sa_handle_object at Base 0.8.2
- sa_handle_unlock at Base 0.8.2
- sa_hdrsize at Base 0.8.2
- sa_lookup at Base 0.8.2
- sa_object_info at Base 0.8.2
- sa_object_size at Base 0.8.2
- sa_register_update_callback at Base 0.8.2
- sa_register_update_callback_locked at Base 0.8.2
- sa_remove at Base 0.8.2
- sa_replace_all_by_template at Base 0.8.2
- sa_replace_all_by_template_locked at Base 0.8.2
- sa_set_sa_object at Base 0.8.2
- sa_set_userp at Base 0.8.2
- sa_setup at Base 0.8.2
- sa_size at Base 0.8.2
- sa_spill_rele at Base 0.8.2
- sa_tear_down at Base 0.8.2
- sa_update at Base 0.8.2
- scan_fini at Base 0.8.2
- scan_init at Base 0.8.2
- secpolicy_zfs at Base 0.8.2
- secpolicy_zfs_proc at Base 2.0
- seq_printf at Base 0.8.2
- set_global_var at Base 0.8.2
- (arch=armel armhf arm64)sha256_armv7_impl at Base 2.2.0
- (arch=armhf arm64)sha256_armv8_impl at Base 2.2.0
- (arch=amd64)sha256_avx2_impl at Base 2.2.0
- (arch=amd64)sha256_avx_impl at Base 2.2.0
- sha256_generic_impl at Base 2.2.0
- sha256_get_ops at Base 2.2.0
- (arch=armhf arm64)sha256_neon_impl at Base 2.2.0
- (arch=ppc64el)sha256_power8_impl at Base 2.2.1
- (arch=ppc64el)sha256_ppc_impl at Base 2.2.1
- (arch=amd64)sha256_shani_impl at Base 2.2.0
- (arch=amd64)sha256_ssse3_impl at Base 2.2.0
- (arch=amd64)sha256_x64_impl at Base 2.2.0
- sha2_mod_fini at Base 0.8.2
- sha2_mod_init at Base 0.8.2
- (arch=armel armhf arm64)sha512_armv7_impl at Base 2.2.0
- (arch=arm64)sha512_armv8_impl at Base 2.2.0
- (arch=amd64)sha512_avx2_impl at Base 2.2.0
- (arch=amd64)sha512_avx_impl at Base 2.2.0
- sha512_generic_impl at Base 2.2.0
- sha512_get_ops at Base 2.2.0
- (arch=armhf)sha512_neon_impl at Base 2.2.0
- (arch=ppc64el)sha512_power8_impl at Base 2.2.1
- (arch=ppc64el)sha512_ppc_impl at Base 2.2.1
- (arch=amd64)sha512_x64_impl at Base 2.2.0
- show_pool_stats at Base 0.8.2
- skein_mod_fini at Base 0.8.2
- skein_mod_init at Base 0.8.2
- sm_entry_is_debug at Base 0.8.2
- sm_entry_is_double_word at Base 0.8.2
- sm_entry_is_single_word at Base 0.8.2
- snapshot_namecheck at Base 2.0
- snprintf_blkptr at Base 0.8.2
- spa_activate_allocation_classes at Base 0.8.2
- spa_activate_mos_feature at Base 0.8.2
- spa_activate_os at Base 2.2.0
- spa_add at Base 0.8.2
- spa_all_configs at Base 0.8.2
- spa_altroot at Base 0.8.2
- spa_approx_errlog_size at Base 2.2.0
- spa_asize_inflation at Base 0.8.2
- spa_async_close at Base 0.8.2
- spa_async_request at Base 0.8.2
- spa_async_resume at Base 0.8.2
- spa_async_suspend at Base 0.8.2
- spa_async_tasks at Base 0.8.3
- spa_boot_init at Base 0.8.2
- spa_bootfs at Base 0.8.2
- spa_by_guid at Base 0.8.2
- spa_change_guid at Base 0.8.2
- spa_checkpoint at Base 0.8.2
- spa_checkpoint_discard at Base 0.8.2
- spa_checkpoint_discard_thread at Base 0.8.2
- spa_checkpoint_discard_thread_check at Base 0.8.2
- spa_checkpoint_get_stats at Base 0.8.2
- spa_claim_notify at Base 0.8.2
- spa_cleanup_old_sm_logs at Base 2.0
- spa_close at Base 0.8.2
- spa_condense_fini at Base 0.8.2
- spa_condense_indirect_start_sync at Base 0.8.2
- spa_condense_init at Base 0.8.2
- spa_config_enter at Base 0.8.2
- spa_config_enter_mmp at Base 2.1.12
- spa_config_exit at Base 0.8.2
- spa_config_generate at Base 0.8.2
- spa_config_held at Base 0.8.2
- spa_config_load at Base 0.8.2
- spa_config_parse at Base 2.0
- spa_config_path at Base 0.8.2
- spa_config_set at Base 0.8.2
- spa_config_tryenter at Base 0.8.2
- spa_config_update at Base 0.8.2
- spa_configfile_set at Base 0.8.2
- spa_create at Base 0.8.2
- spa_crypt_get_salt at Base 0.8.2
- spa_deactivate_mos_feature at Base 0.8.2
- spa_deactivate_os at Base 2.2.0
- spa_deadman at Base 0.8.2
- spa_deadman_synctime at Base 0.8.2
- spa_deadman_ziotime at Base 0.8.2
- spa_dedup_checksum at Base 0.8.2
- spa_dedup_class at Base 0.8.2
- spa_deflate at Base 0.8.2
- spa_delegation at Base 0.8.2
- spa_delete_dataset_errlog at Base 2.2.0
- spa_destroy at Base 0.8.2
- spa_dirty_data at Base 0.8.2
- spa_do_crypt_abd at Base 0.8.2
- spa_do_crypt_mac_abd at Base 0.8.2
- spa_do_crypt_objset_mac_abd at Base 0.8.2
- spa_embedded_log_class at Base 2.1
- spa_errlog_drain at Base 0.8.2
- spa_errlog_rotate at Base 0.8.2
- spa_errlog_sync at Base 0.8.2
- spa_event_create at Base 0.8.2
- spa_event_notify at Base 0.8.2
- spa_event_post at Base 0.8.2
- spa_evict_all at Base 0.8.2
- spa_evicting_os_deregister at Base 0.8.2
- spa_evicting_os_register at Base 0.8.2
- spa_evicting_os_wait at Base 0.8.2
- spa_export at Base 0.8.2
- spa_export_os at Base 2.2.0
- spa_feature_create_zap_objects at Base 0.8.2
- spa_feature_decr at Base 0.8.2
- spa_feature_enable at Base 0.8.2
- spa_feature_enabled_txg at Base 0.8.2
- spa_feature_incr at Base 0.8.2
- spa_feature_is_active at Base 0.8.2
- spa_feature_is_enabled at Base 0.8.2
- spa_feature_table at Base 0.8.2
- spa_features_check at Base 0.8.2
- spa_final_dirty_txg at Base 0.8.2
- spa_fini at Base 0.8.2
- spa_first_txg at Base 0.8.2
- spa_flush_all_logs_requested at Base 2.0
- spa_flush_metaslabs at Base 2.0
- spa_freeze at Base 0.8.2
- spa_freeze_txg at Base 0.8.2
- spa_generate_guid at Base 0.8.2
- spa_generate_syncing_log_sm at Base 2.0
- spa_get_autotrim at Base 0.8.2
- spa_get_checkpoint_space at Base 0.8.2
- spa_get_deadman_failmode at Base 0.8.2
- spa_get_dsl at Base 0.8.2
- spa_get_dspace at Base 0.8.2
- spa_get_errlists at Base 0.8.2
- spa_get_errlog at Base 0.8.2
- spa_get_failmode at Base 0.8.2
- spa_get_hostid at Base 0.8.2
- spa_get_last_errlog_size at Base 2.2.0
- spa_get_last_removal_txg at Base 0.8.2
- spa_get_log_state at Base 0.8.2
- spa_get_rootblkptr at Base 0.8.2
- spa_get_slop_space at Base 0.8.2
- spa_get_stats at Base 0.8.2
- spa_get_worst_case_asize at Base 0.8.2
- spa_guid at Base 0.8.2
- spa_guid_exists at Base 0.8.2
- spa_handle_ignored_writes at Base 0.8.2
- spa_has_checkpoint at Base 0.8.2
- spa_has_l2cache at Base 2.2.0
- spa_has_pending_synctask at Base 0.8.2
- spa_has_slogs at Base 0.8.2
- spa_has_spare at Base 0.8.2
- spa_history_create_obj at Base 0.8.2
- spa_history_get at Base 0.8.2
- spa_history_log at Base 0.8.2
- spa_history_log_internal at Base 0.8.2
- spa_history_log_internal_dd at Base 0.8.2
- spa_history_log_internal_ds at Base 0.8.2
- spa_history_log_nvl at Base 0.8.2
- spa_history_log_version at Base 0.8.2
- spa_history_zone at Base 2.0
- spa_import at Base 0.8.2
- spa_import_os at Base 2.2.0
- spa_import_progress_add at Base 0.8.2
- spa_import_progress_list at Base 0.8.2
- spa_import_progress_remove at Base 0.8.2
- spa_import_progress_set_max_txg at Base 0.8.2
- spa_import_progress_set_mmp_check at Base 0.8.2
- spa_import_progress_set_state at Base 0.8.2
- spa_importing_readonly_checkpoint at Base 0.8.2
- spa_indirect_vdevs_loaded at Base 0.8.2
- spa_init at Base 0.8.2
- spa_inject_addref at Base 0.8.2
- spa_inject_delref at Base 0.8.2
- spa_iostats_trim_add at Base 0.8.2
- spa_is_initializing at Base 0.8.2
- spa_is_root at Base 0.8.2
- spa_keystore_change_key at Base 0.8.2
- spa_keystore_create_mapping at Base 0.8.2
- spa_keystore_dsl_key_rele at Base 0.8.2
- spa_keystore_fini at Base 0.8.2
- spa_keystore_init at Base 0.8.2
- spa_keystore_load_wkey at Base 0.8.2
- spa_keystore_load_wkey_impl at Base 0.8.2
- spa_keystore_lookup_key at Base 0.8.2
- spa_keystore_remove_mapping at Base 0.8.2
- spa_keystore_unload_wkey at Base 0.8.2
- spa_keystore_unload_wkey_impl at Base 0.8.2
- spa_l2cache_activate at Base 0.8.2
- spa_l2cache_add at Base 0.8.2
- spa_l2cache_drop at Base 0.8.2
- spa_l2cache_exists at Base 0.8.2
- spa_l2cache_remove at Base 0.8.2
- spa_last_synced_txg at Base 0.8.2
- spa_ld_log_spacemaps at Base 2.0
- spa_livelist_delete_check at Base 2.0
- spa_load_failed at Base 0.8.2
- spa_load_guid at Base 0.8.2
- spa_load_l2cache at Base 0.8.2
- spa_load_note at Base 0.8.2
- spa_load_spares at Base 0.8.2
- spa_load_state at Base 0.8.2
- spa_load_verify_dryrun at Base 0.8.2
- spa_log_class at Base 0.8.2
- spa_log_error at Base 0.8.2
- spa_log_sm_blocklimit at Base 2.0
- spa_log_sm_decrement_mscount at Base 2.0
- spa_log_sm_increment_current_mscount at Base 2.0
- spa_log_sm_memused at Base 2.0
- spa_log_sm_nblocks at Base 2.0
- spa_log_sm_set_blocklimit at Base 2.0
- spa_log_summary_add_flushed_metaslab at Base 2.0
- spa_log_summary_decrement_blkcount at Base 2.0
- spa_log_summary_decrement_mscount at Base 2.0
- spa_log_summary_dirty_flushed_metaslab at Base 2.1.6
- spa_lookup at Base 0.8.2
- spa_lookup_by_guid at Base 0.8.2
- spa_max_replication at Base 0.8.2
- spa_maxblocksize at Base 0.8.2
- spa_maxdnodesize at Base 0.8.2
- spa_meta_objset at Base 0.8.2
- spa_min_claim_txg at Base 0.8.2
- spa_missing_tvds_allowed at Base 0.8.2
- spa_mmp_history_add at Base 0.8.2
- spa_mmp_history_set at Base 0.8.2
- spa_mmp_history_set_skip at Base 0.8.2
- spa_mode at Base 0.8.2
- spa_mode_global at Base 0.8.2
- spa_mode_readable_spacemaps at Base 2.1.5
- spa_multihost at Base 0.8.2
- spa_name at Base 0.8.2
- spa_namespace_lock at Base 0.8.2
- spa_next at Base 0.8.2
- spa_normal_class at Base 0.8.2
- spa_notify_waiters at Base 2.0
- spa_open at Base 0.8.2
- spa_open_ref at Base 0.8.2
- spa_open_rewind at Base 0.8.2
- spa_preferred_class at Base 0.8.2
- spa_prev_software_version at Base 0.8.2
- spa_prop_clear_bootfs at Base 0.8.2
- spa_prop_get at Base 0.8.2
- spa_prop_set at Base 0.8.2
- spa_read_history_add at Base 0.8.2
- spa_refcount_zero at Base 0.8.2
- spa_remap_blkptr at Base 0.8.2
- spa_removal_get_stats at Base 0.8.2
- spa_remove at Base 0.8.2
- spa_remove_error at Base 2.2.0
- spa_remove_init at Base 0.8.2
- spa_remove_max_segment at Base 0.8.2
- spa_reset at Base 0.8.2
- spa_reset_logs at Base 0.8.2
- spa_restart_removal at Base 0.8.2
- spa_scan at Base 0.8.2
- spa_scan_get_stats at Base 0.8.2
- spa_scan_stat_init at Base 0.8.2
- spa_scan_stop at Base 0.8.2
- spa_scrub_pause_resume at Base 0.8.2
- spa_set_deadman_failmode at Base 0.8.2
- spa_set_deadman_synctime at Base 2.0
- spa_set_deadman_ziotime at Base 2.0
- spa_set_log_state at Base 0.8.2
- spa_set_missing_tvds at Base 0.8.2
- spa_set_rootblkptr at Base 0.8.2
- spa_shutting_down at Base 0.8.2
- spa_slop_shift at Base 0.8.2
- spa_spare_activate at Base 0.8.2
- spa_spare_add at Base 0.8.2
- spa_spare_exists at Base 0.8.2
- spa_spare_remove at Base 0.8.2
- spa_special_class at Base 0.8.2
- spa_start_indirect_condensing_thread at Base 0.8.2
- spa_state at Base 0.8.2
- spa_state_to_name at Base 0.8.2
- spa_stats_destroy at Base 0.8.2
- spa_stats_init at Base 0.8.2
- spa_strdup at Base 0.8.2
- spa_strfree at Base 0.8.2
- spa_suspend_async_destroy at Base 0.8.2
- spa_suspended at Base 0.8.2
- spa_swap_errlog at Base 2.2.0
- spa_sync at Base 0.8.2
- spa_sync_allpools at Base 0.8.2
- spa_sync_close_syncing_log_sm at Base 2.0
- spa_sync_pass at Base 0.8.2
- spa_syncing_log_sm at Base 2.0
- spa_syncing_txg at Base 0.8.2
- spa_taskq_dispatch_ent at Base 0.8.2
- spa_taskq_dispatch_sync at Base 0.8.2
- spa_top_vdevs_spacemap_addressable at Base 0.8.2
- spa_total_metaslabs at Base 2.0
- spa_trust_config at Base 0.8.2
- spa_tryimport at Base 0.8.2
- spa_tx_assign_add_nsecs at Base 0.8.2
- spa_txg_history_add at Base 0.8.2
- spa_txg_history_fini_io at Base 0.8.2
- spa_txg_history_init_io at Base 0.8.2
- spa_txg_history_set at Base 0.8.2
- spa_update_dspace at Base 0.8.2
- spa_upgrade at Base 0.8.2
- spa_upgrade_errlog at Base 2.2.0
- spa_vdev_add at Base 0.8.2
- spa_vdev_alloc at Base 2.2.0
- spa_vdev_attach at Base 0.8.2
- spa_vdev_config_enter at Base 0.8.2
- spa_vdev_config_exit at Base 0.8.2
- spa_vdev_detach at Base 0.8.2
- spa_vdev_detach_enter at Base 2.0
- spa_vdev_enter at Base 0.8.2
- spa_vdev_exit at Base 0.8.2
- spa_vdev_indirect_mark_obsolete at Base 0.8.2
- spa_vdev_initialize at Base 0.8.2
- spa_vdev_noalloc at Base 2.2.0
- spa_vdev_removal_destroy at Base 0.8.2
- spa_vdev_remove at Base 0.8.2
- spa_vdev_remove_cancel at Base 0.8.2
- spa_vdev_remove_suspend at Base 0.8.2
- spa_vdev_setfru at Base 0.8.2
- spa_vdev_setpath at Base 0.8.2
- spa_vdev_split_mirror at Base 0.8.2
- spa_vdev_state_enter at Base 0.8.2
- spa_vdev_state_exit at Base 0.8.2
- spa_vdev_trim at Base 0.8.2
- spa_version at Base 0.8.2
- spa_wait at Base 2.0
- spa_wait_tag at Base 2.0
- spa_wake_waiters at Base 2.0
- spa_write_cachefile at Base 0.8.2
- spa_writeable at Base 0.8.2
- space_map_alloc at Base 0.8.2
- space_map_allocated at Base 0.8.2
- space_map_close at Base 0.8.2
- space_map_estimate_optimal_size at Base 0.8.2
- space_map_free at Base 0.8.2
- space_map_free_obj at Base 0.8.2
- space_map_histogram_add at Base 0.8.2
- space_map_histogram_clear at Base 0.8.2
- space_map_histogram_verify at Base 0.8.2
- space_map_ibs at Base 0.8.2
- space_map_incremental_destroy at Base 0.8.2
- space_map_iterate at Base 0.8.2
- space_map_length at Base 0.8.2
- space_map_load at Base 0.8.2
- space_map_load_length at Base 0.8.2
- space_map_nblocks at Base 2.0
- space_map_object at Base 0.8.2
- space_map_open at Base 0.8.2
- space_map_truncate at Base 0.8.2
- space_map_write at Base 0.8.2
- space_reftree_add_map at Base 0.8.2
- space_reftree_add_seg at Base 0.8.2
- space_reftree_create at Base 0.8.2
- space_reftree_destroy at Base 0.8.2
- space_reftree_generate_map at Base 0.8.2
- spl_fstrans_mark at Base 0.8.2
- spl_fstrans_unmark at Base 0.8.2
- spl_pagesize at Base 2.2.0
- strlcat at Base 2.2.0
- strlcpy at Base 2.2.0
- svr_sync at Base 0.8.2
- sync_error_list at Base 2.2.0
- system_delay_taskq at Base 0.8.2
- system_taskq at Base 0.8.2
- system_taskq_fini at Base 0.8.2
- system_taskq_init at Base 0.8.2
- taskq_cancel_id at Base 0.8.2
- taskq_create at Base 0.8.2
- taskq_destroy at Base 0.8.2
- taskq_dispatch at Base 0.8.2
- taskq_dispatch_delay at Base 0.8.2
- taskq_dispatch_ent at Base 0.8.2
- taskq_empty_ent at Base 0.8.2
- taskq_init_ent at Base 0.8.2
- taskq_member at Base 0.8.2
- taskq_now at Base 0.8.2
- taskq_of_curthread at Base 2.0
- taskq_wait at Base 0.8.2
- taskq_wait_id at Base 0.8.2
- taskq_wait_outstanding at Base 0.8.2
- tpool_abandon at Base 2.2.0
- tpool_create at Base 2.2.0
- tpool_destroy at Base 2.2.0
- tpool_dispatch at Base 2.2.0
- tpool_member at Base 2.2.0
- tpool_resume at Base 2.2.0
- tpool_suspend at Base 2.2.0
- tpool_suspended at Base 2.2.0
- tpool_wait at Base 2.2.0
- traverse_dataset at Base 0.8.2
- traverse_dataset_destroyed at Base 0.8.2
- traverse_dataset_resume at Base 0.8.2
- traverse_pool at Base 0.8.2
- txg_all_lists_empty at Base 0.8.2
- txg_delay at Base 0.8.2
- txg_fini at Base 0.8.2
- txg_hold_open at Base 0.8.2
- txg_init at Base 0.8.2
- txg_kick at Base 0.8.2
- txg_list_add at Base 0.8.2
- txg_list_add_tail at Base 0.8.2
- txg_list_create at Base 0.8.2
- txg_list_destroy at Base 0.8.2
- txg_list_empty at Base 0.8.2
- txg_list_head at Base 0.8.2
- txg_list_member at Base 0.8.2
- txg_list_next at Base 0.8.2
- txg_list_remove at Base 0.8.2
- txg_list_remove_this at Base 0.8.2
- txg_register_callbacks at Base 0.8.2
- txg_rele_to_quiesce at Base 0.8.2
- txg_rele_to_sync at Base 0.8.2
- txg_stalled at Base 0.8.2
- txg_sync_start at Base 0.8.2
- txg_sync_stop at Base 0.8.2
- txg_sync_waiting at Base 0.8.2
- txg_verify at Base 2.0
- txg_wait_callbacks at Base 0.8.2
- txg_wait_open at Base 0.8.2
- txg_wait_synced at Base 0.8.2
- txg_wait_synced_sig at Base 0.8.3
- u8_strcmp at Base 0.8.2
- u8_textprep_str at Base 0.8.2
- u8_validate at Base 0.8.2
- uberblock_update at Base 0.8.2
- uberblock_verify at Base 0.8.2
- uconv_u16tou32 at Base 0.8.2
- uconv_u16tou8 at Base 0.8.2
- uconv_u32tou16 at Base 0.8.2
- uconv_u32tou8 at Base 0.8.2
- uconv_u8tou16 at Base 0.8.2
- uconv_u8tou32 at Base 0.8.2
- undo_register_provider at Base 0.8.2
- unique_create at Base 0.8.2
- unique_fini at Base 0.8.2
- unique_init at Base 0.8.2
- unique_insert at Base 0.8.2
- unique_remove at Base 0.8.2
- update_vdev_config_dev_strs at Base 2.2.0
- urandom_path at Base 0.8.2
- utsname at Base 0.8.2
- vcmn_err at Base 0.8.2
- vdev_accessible at Base 0.8.2
- vdev_add_child at Base 0.8.2
- vdev_add_parent at Base 0.8.2
- vdev_alloc at Base 0.8.2
- vdev_alloc_common at Base 0.8.2
- vdev_allocatable at Base 0.8.2
- vdev_autotrim at Base 0.8.2
- vdev_autotrim_kick at Base 2.2.0
- vdev_autotrim_restart at Base 0.8.2
- vdev_autotrim_stop_all at Base 0.8.2
- vdev_autotrim_stop_wait at Base 0.8.2
- vdev_best_ashift at Base 2.1.6
- vdev_checkpoint_sm_object at Base 0.8.2
- vdev_children_are_offline at Base 0.8.2
- vdev_clear at Base 0.8.2
- vdev_clear_kobj_evt at Base 2.1.11
- vdev_clear_resilver_deferred at Base 0.8.3
- vdev_clear_stats at Base 0.8.2
- vdev_close at Base 0.8.2
- vdev_compact_children at Base 0.8.2
- vdev_config_clean at Base 0.8.2
- vdev_config_dirty at Base 0.8.2
- vdev_config_generate at Base 0.8.2
- vdev_config_generate_stats at Base 0.8.2
- vdev_config_sync at Base 0.8.2
- vdev_construct_zaps at Base 0.8.2
- vdev_copy_path_relaxed at Base 0.8.2
- vdev_copy_path_strict at Base 0.8.2
- vdev_count_leaves at Base 0.8.2
- vdev_create at Base 0.8.2
- vdev_create_link_zap at Base 0.8.2
- vdev_dbgmsg at Base 0.8.2
- vdev_dbgmsg_print_tree at Base 0.8.2
- vdev_deadman at Base 0.8.2
- vdev_default_asize at Base 0.8.2
- vdev_default_min_asize at Base 2.1
- vdev_default_need_resilver at Base 2.1
- vdev_default_xlate at Base 0.8.2
- vdev_defer_resilver at Base 0.8.3
- vdev_deflated_space at Base 0.8.2
- vdev_degrade at Base 0.8.2
- vdev_destroy_spacemaps at Base 0.8.2
- vdev_destroy_unlink_zap at Base 0.8.2
- vdev_dirty at Base 0.8.2
- vdev_dirty_leaves at Base 0.8.2
- vdev_disk_ops at Base 0.8.2
- vdev_draid_asize_to_psize at Base 2.1
- vdev_draid_generate_perms at Base 2.1
- vdev_draid_lookup_map at Base 2.1
- vdev_draid_map_alloc_empty at Base 2.1
- vdev_draid_map_verify_empty at Base 2.1.4
- vdev_draid_missing at Base 2.1
- vdev_draid_ops at Base 2.1
- vdev_draid_rand at Base 2.1
- vdev_draid_read_config_spare at Base 2.1
- vdev_draid_readable at Base 2.1
- vdev_draid_spare_create at Base 2.1
- vdev_draid_spare_get_child at Base 2.1
- vdev_draid_spare_get_parent at Base 2.1
- vdev_draid_spare_ops at Base 2.1
- vdev_dtl_contains at Base 0.8.2
- vdev_dtl_dirty at Base 0.8.2
- vdev_dtl_empty at Base 0.8.2
- vdev_dtl_load at Base 0.8.2
- vdev_dtl_need_resilver at Base 0.8.2
- vdev_dtl_reassess at Base 0.8.2
- vdev_dtl_required at Base 0.8.2
- vdev_expand at Base 0.8.2
- vdev_fault at Base 0.8.2
- vdev_file_fini at Base 0.8.2
- vdev_file_init at Base 0.8.2
- vdev_file_ops at Base 0.8.2
- vdev_free at Base 0.8.2
- vdev_get_mg at Base 2.1
- vdev_get_min_alloc at Base 2.1
- vdev_get_min_asize at Base 0.8.2
- vdev_get_ndisks at Base 2.1
- vdev_get_nparity at Base 2.1
- vdev_get_stats at Base 0.8.2
- vdev_get_stats_ex at Base 0.8.2
- vdev_hold at Base 0.8.2
- vdev_hole_ops at Base 0.8.2
- vdev_indirect_births_add_entry at Base 0.8.2
- vdev_indirect_births_alloc at Base 0.8.2
- vdev_indirect_births_close at Base 0.8.2
- vdev_indirect_births_count at Base 0.8.2
- vdev_indirect_births_free at Base 0.8.2
- vdev_indirect_births_last_entry_txg at Base 0.8.2
- vdev_indirect_births_object at Base 0.8.2
- vdev_indirect_births_open at Base 0.8.2
- vdev_indirect_births_physbirth at Base 0.8.2
- vdev_indirect_mapping_add_entries at Base 0.8.2
- vdev_indirect_mapping_alloc at Base 0.8.2
- vdev_indirect_mapping_bytes_mapped at Base 0.8.2
- vdev_indirect_mapping_close at Base 0.8.2
- vdev_indirect_mapping_entry_for_offset at Base 0.8.2
- vdev_indirect_mapping_entry_for_offset_or_next at Base 0.8.2
- vdev_indirect_mapping_free at Base 0.8.2
- vdev_indirect_mapping_free_obsolete_counts at Base 0.8.2
- vdev_indirect_mapping_increment_obsolete_count at Base 0.8.2
- vdev_indirect_mapping_load_obsolete_counts at Base 0.8.2
- vdev_indirect_mapping_load_obsolete_spacemap at Base 0.8.2
- vdev_indirect_mapping_max_offset at Base 0.8.2
- vdev_indirect_mapping_num_entries at Base 0.8.2
- vdev_indirect_mapping_object at Base 0.8.2
- vdev_indirect_mapping_open at Base 0.8.2
- vdev_indirect_mapping_size at Base 0.8.2
- vdev_indirect_mark_obsolete at Base 0.8.2
- vdev_indirect_ops at Base 0.8.2
- vdev_indirect_should_condense at Base 0.8.2
- vdev_indirect_sync_obsolete at Base 0.8.2
- vdev_initialize at Base 0.8.2
- vdev_initialize_restart at Base 0.8.2
- vdev_initialize_stop at Base 0.8.2
- vdev_initialize_stop_all at Base 0.8.2
- vdev_initialize_stop_wait at Base 0.8.2
- vdev_is_bootable at Base 0.8.2
- vdev_is_concrete at Base 0.8.2
- vdev_is_dead at Base 0.8.2
- vdev_is_spacemap_addressable at Base 0.8.2
- vdev_label_init at Base 0.8.2
- vdev_label_number at Base 0.8.2
- vdev_label_offset at Base 0.8.2
- vdev_label_read_bootenv at Base 2.0
- vdev_label_read_config at Base 0.8.2
- vdev_label_write at Base 0.8.2
- vdev_label_write_bootenv at Base 2.0
- vdev_load at Base 0.8.2
- vdev_log_state_valid at Base 0.8.2
- vdev_lookup_by_guid at Base 0.8.2
- vdev_lookup_top at Base 0.8.2
- vdev_metaslab_fini at Base 0.8.2
- vdev_metaslab_group_create at Base 2.1
- vdev_metaslab_init at Base 0.8.2
- vdev_metaslab_set_size at Base 0.8.2
- vdev_mirror_ops at Base 0.8.2
- vdev_mirror_stat_fini at Base 0.8.2
- vdev_mirror_stat_init at Base 0.8.2
- vdev_missing_ops at Base 0.8.2
- vdev_name_to_prop at Base 2.2.0
- vdev_obsolete_counts_are_precise at Base 0.8.2
- vdev_obsolete_sm_object at Base 0.8.2
- vdev_offline at Base 0.8.2
- vdev_online at Base 0.8.2
- vdev_open at Base 0.8.2
- vdev_open_children at Base 0.8.2
- vdev_open_children_subset at Base 2.1
- vdev_post_kobj_evt at Base 2.1.11
- vdev_probe at Base 0.8.2
- vdev_prop_align_right at Base 2.2.0
- vdev_prop_column_name at Base 2.2.0
- vdev_prop_default_numeric at Base 2.2.0
- vdev_prop_default_string at Base 2.2.0
- vdev_prop_get at Base 2.2.0
- vdev_prop_get_table at Base 2.2.0
- vdev_prop_get_type at Base 2.2.0
- vdev_prop_index_to_string at Base 2.2.0
- vdev_prop_init at Base 2.2.0
- vdev_prop_random_value at Base 2.2.0
- vdev_prop_readonly at Base 2.2.0
- vdev_prop_set at Base 2.2.0
- vdev_prop_string_to_index at Base 2.2.0
- vdev_prop_to_name at Base 2.2.0
- vdev_prop_user at Base 2.2.0
- vdev_prop_values at Base 2.2.0
- vdev_propagate_state at Base 0.8.2
- vdev_psize_to_asize at Base 0.8.2
- vdev_queue_change_io_priority at Base 0.8.2
- vdev_queue_class_length at Base 2.2.0
- vdev_queue_fini at Base 0.8.2
- vdev_queue_init at Base 0.8.2
- vdev_queue_io at Base 0.8.2
- vdev_queue_io_done at Base 0.8.2
- vdev_queue_last_offset at Base 0.8.2
- vdev_queue_length at Base 0.8.2
- (arch=amd64)vdev_raidz_avx2_impl at Base 0.8.2
- (arch=amd64)vdev_raidz_avx512bw_impl at Base 0.8.2
- (arch=amd64)vdev_raidz_avx512f_impl at Base 0.8.2
- (arch=arm64)vdev_raidz_aarch64_neon_impl at Base 0.8.2
- (arch=arm64)vdev_raidz_aarch64_neonx2_impl at Base 0.8.2
- vdev_raidz_checksum_error at Base 2.1.4
- vdev_raidz_child_done at Base 2.1
- vdev_raidz_generate_parity at Base 0.8.2
- vdev_raidz_generate_parity_row at Base 2.1
- vdev_raidz_impl_set at Base 0.8.2
- vdev_raidz_io_done at Base 2.1
- vdev_raidz_log2 at Base 0.8.2
- vdev_raidz_map_alloc at Base 0.8.2
- vdev_raidz_map_free at Base 0.8.2
- vdev_raidz_math_fini at Base 0.8.2
- vdev_raidz_math_generate at Base 0.8.2
- vdev_raidz_math_get_ops at Base 0.8.2
- vdev_raidz_math_init at Base 0.8.2
- vdev_raidz_math_reconstruct at Base 0.8.2
- vdev_raidz_ops at Base 0.8.2
- vdev_raidz_pow2 at Base 0.8.2
- (arch=ppc64el ppc64)vdev_raidz_powerpc_altivec_impl at Base 2.1
- vdev_raidz_reconstruct at Base 0.8.2
- vdev_raidz_scalar_impl at Base 0.8.2
- (arch=amd64)vdev_raidz_sse2_impl at Base 0.8.2
- (arch=amd64)vdev_raidz_ssse3_impl at Base 0.8.2
- vdev_raidz_vsd_ops at Base 2.1
- vdev_readable at Base 0.8.2
- vdev_rebuild at Base 2.0
- vdev_rebuild_active at Base 2.0
- vdev_rebuild_clear_sync at Base 2.0
- vdev_rebuild_get_stats at Base 2.0
- vdev_rebuild_load at Base 2.0
- vdev_rebuild_restart at Base 2.0
- vdev_rebuild_stop_all at Base 2.0
- vdev_rebuild_stop_wait at Base 2.0
- vdev_rele at Base 0.8.2
- vdev_removal_max_span at Base 0.8.2
- vdev_remove_child at Base 0.8.2
- vdev_remove_parent at Base 0.8.2
- vdev_remove_wanted at Base 2.1.11
- vdev_reopen at Base 0.8.2
- vdev_replace_in_progress at Base 2.0
- vdev_replacing_ops at Base 0.8.2
- vdev_resilver_needed at Base 0.8.2
- vdev_root_ops at Base 0.8.2
- vdev_scan_stat_init at Base 0.8.2
- vdev_set_min_asize at Base 0.8.2
- vdev_set_state at Base 0.8.2
- vdev_space_update at Base 0.8.2
- vdev_spare_ops at Base 0.8.2
- vdev_split at Base 0.8.2
- vdev_stat_update at Base 0.8.2
- vdev_state_clean at Base 0.8.2
- vdev_state_dirty at Base 0.8.2
- vdev_sync at Base 0.8.2
- vdev_sync_done at Base 0.8.2
- vdev_top_config_generate at Base 0.8.2
- vdev_trim at Base 0.8.2
- vdev_trim_l2arc at Base 2.0
- vdev_trim_restart at Base 0.8.2
- vdev_trim_simple at Base 2.0
- vdev_trim_stop at Base 0.8.2
- vdev_trim_stop_all at Base 0.8.2
- vdev_trim_stop_wait at Base 0.8.2
- vdev_uberblock_load at Base 0.8.2
- vdev_uninitialize at Base 2.1.12
- vdev_validate at Base 0.8.2
- vdev_validate_aux at Base 0.8.2
- vdev_validate_skip at Base 0.8.2
- vdev_writeable at Base 0.8.2
- vdev_xlate at Base 0.8.2
- vdev_xlate_is_empty at Base 2.1
- vdev_xlate_walk at Base 2.1
- vn_dumpdir at Base 0.8.2
- vpanic at Base 0.8.2
- zap_add at Base 0.8.2
- zap_add_by_dnode at Base 0.8.2
- zap_add_int at Base 0.8.2
- zap_add_int_key at Base 0.8.2
- zap_add_uint64 at Base 0.8.2
- zap_byteswap at Base 0.8.2
- zap_contains at Base 0.8.2
- zap_count at Base 0.8.2
- zap_create at Base 0.8.2
- zap_create_claim at Base 0.8.2
- zap_create_claim_dnsize at Base 0.8.2
- zap_create_claim_norm at Base 0.8.2
- zap_create_claim_norm_dnsize at Base 0.8.2
- zap_create_dnsize at Base 0.8.2
- zap_create_flags at Base 0.8.2
- zap_create_flags_dnsize at Base 0.8.2
- zap_create_hold at Base 0.8.2
- zap_create_link at Base 0.8.2
- zap_create_link_dnsize at Base 0.8.2
- zap_create_norm at Base 0.8.2
- zap_create_norm_dnsize at Base 0.8.2
- zap_cursor_advance at Base 0.8.2
- zap_cursor_fini at Base 0.8.2
- zap_cursor_init at Base 0.8.2
- zap_cursor_init_noprefetch at Base 0.8.2
- zap_cursor_init_serialized at Base 0.8.2
- zap_cursor_retrieve at Base 0.8.2
- zap_cursor_serialize at Base 0.8.2
- zap_destroy at Base 0.8.2
- zap_entry_create at Base 0.8.2
- zap_entry_normalization_conflict at Base 0.8.2
- zap_entry_read at Base 0.8.2
- zap_entry_read_name at Base 0.8.2
- zap_entry_remove at Base 0.8.2
- zap_entry_update at Base 0.8.2
- zap_evict_sync at Base 0.8.2
- zap_get_stats at Base 0.8.2
- zap_getflags at Base 0.8.2
- zap_hashbits at Base 0.8.2
- zap_increment at Base 0.8.2
- zap_increment_int at Base 0.8.2
- zap_join at Base 0.8.2
- zap_join_increment at Base 0.8.2
- zap_join_key at Base 0.8.2
- zap_leaf_byteswap at Base 0.8.2
- zap_leaf_init at Base 0.8.2
- zap_leaf_lookup at Base 0.8.2
- zap_leaf_lookup_closest at Base 0.8.2
- zap_leaf_split at Base 0.8.2
- zap_leaf_stats at Base 0.8.2
- zap_length at Base 0.8.2
- zap_length_uint64 at Base 0.8.2
- zap_lockdir at Base 0.8.2
- zap_lookup at Base 0.8.2
- zap_lookup_by_dnode at Base 0.8.2
- zap_lookup_int at Base 0.8.2
- zap_lookup_int_key at Base 0.8.2
- zap_lookup_norm at Base 0.8.2
- zap_lookup_norm_by_dnode at Base 0.8.2
- zap_lookup_uint64 at Base 0.8.2
- zap_match at Base 0.8.2
- zap_maxcd at Base 0.8.2
- zap_micro_max_size at Base 2.2.0
- zap_name_alloc_str at Base 2.1.9
- zap_name_free at Base 0.8.2
- zap_prefetch at Base 0.8.2
- zap_prefetch_uint64 at Base 0.8.2
- zap_put_leaf at Base 0.8.2
- zap_remove at Base 0.8.2
- zap_remove_by_dnode at Base 0.8.2
- zap_remove_int at Base 0.8.2
- zap_remove_norm at Base 0.8.2
- zap_remove_uint64 at Base 0.8.2
- zap_unlockdir at Base 0.8.2
- zap_update at Base 0.8.2
- zap_update_int_key at Base 0.8.2
- zap_update_uint64 at Base 0.8.2
- zap_value_search at Base 0.8.2
- zbookmark_compare at Base 0.8.2
- zbookmark_subtree_completed at Base 0.8.2
- zbookmark_subtree_tbd at Base 2.1.6
- zcp_argerror at Base 0.8.2
- zcp_cleanup at Base 0.8.2
- zcp_dataset_hold at Base 0.8.2
- zcp_dataset_hold_error at Base 0.8.2
- zcp_deregister_cleanup at Base 0.8.2
- zcp_eval at Base 0.8.2
- zcp_load_get_lib at Base 0.8.2
- zcp_load_globals at Base 0.8.2
- zcp_load_list_lib at Base 0.8.2
- zcp_load_synctask_lib at Base 0.8.2
- zcp_nvlist_to_lua at Base 0.8.2
- zcp_parse_args at Base 0.8.2
- zcp_register_cleanup at Base 0.8.2
- zcp_run_info at Base 0.8.2
- zcp_set_prop_check at Base 2.0
- zcp_set_prop_sync at Base 2.0
- zep_to_zb at Base 2.2.0
- zfeature_checks_disable at Base 0.8.2
- zfeature_depends_on at Base 0.8.2
- zfeature_is_supported at Base 0.8.2
- zfeature_is_valid_guid at Base 0.8.2
- zfeature_lookup_guid at Base 0.8.2
- zfeature_lookup_name at Base 0.8.2
- zfetch_fini at Base 0.8.2
- zfetch_init at Base 0.8.2
- zfetch_max_distance at Base 0.8.2
- zfetch_max_idistance at Base 0.8.2
- zfetch_sums at Base 2.1
- zfs_ERR_getErrorString at Base 2.0
- zfs_FSE_NCountWriteBound at Base 2.0
- zfs_FSE_buildCTable at Base 2.0
- zfs_FSE_buildCTable_raw at Base 2.0
- zfs_FSE_buildCTable_rle at Base 2.0
- zfs_FSE_buildCTable_wksp at Base 2.0
- zfs_FSE_buildDTable at Base 2.0
- zfs_FSE_buildDTable_raw at Base 2.0
- zfs_FSE_buildDTable_rle at Base 2.0
- zfs_FSE_compress2 at Base 2.0
- zfs_FSE_compress at Base 2.0
- zfs_FSE_compressBound at Base 2.0
- zfs_FSE_compress_usingCTable at Base 2.0
- zfs_FSE_compress_wksp at Base 2.0
- zfs_FSE_createCTable at Base 2.0
- zfs_FSE_decompress at Base 2.0
- zfs_FSE_decompress_usingDTable at Base 2.0
- zfs_FSE_decompress_wksp at Base 2.0
- zfs_FSE_freeCTable at Base 2.0
- zfs_FSE_getErrorName at Base 2.0
- zfs_FSE_isError at Base 2.0
- zfs_FSE_normalizeCount at Base 2.0
- zfs_FSE_optimalTableLog at Base 2.0
- zfs_FSE_optimalTableLog_internal at Base 2.0
- zfs_FSE_readNCount at Base 2.0
- zfs_FSE_versionNumber at Base 2.0
- zfs_FSE_writeNCount at Base 2.0
- zfs_HIST_count at Base 2.0
- zfs_HIST_countFast at Base 2.0
- zfs_HIST_countFast_wksp at Base 2.0
- zfs_HIST_count_simple at Base 2.0
- zfs_HIST_count_wksp at Base 2.0
- zfs_HIST_isError at Base 2.1.5
- zfs_HUF_buildCTable at Base 2.0
- zfs_HUF_buildCTable_wksp at Base 2.0
- zfs_HUF_compress1X at Base 2.0
- zfs_HUF_compress1X_repeat at Base 2.0
- zfs_HUF_compress1X_usingCTable at Base 2.0
- zfs_HUF_compress1X_wksp at Base 2.0
- zfs_HUF_compress2 at Base 2.0
- zfs_HUF_compress4X_repeat at Base 2.0
- zfs_HUF_compress4X_usingCTable at Base 2.0
- zfs_HUF_compress4X_wksp at Base 2.0
- zfs_HUF_compress at Base 2.0
- zfs_HUF_compressBound at Base 2.0
- zfs_HUF_decompress1X1 at Base 2.0
- zfs_HUF_decompress1X1_DCtx at Base 2.0
- zfs_HUF_decompress1X1_DCtx_wksp at Base 2.0
- zfs_HUF_decompress1X1_DCtx_wksp_bmi2 at Base 2.0
- zfs_HUF_decompress1X1_usingDTable at Base 2.0
- zfs_HUF_decompress1X2 at Base 2.0
- zfs_HUF_decompress1X2_DCtx at Base 2.0
- zfs_HUF_decompress1X2_DCtx_wksp at Base 2.0
- zfs_HUF_decompress1X2_usingDTable at Base 2.0
- zfs_HUF_decompress1X_DCtx at Base 2.0
- zfs_HUF_decompress1X_DCtx_wksp at Base 2.0
- zfs_HUF_decompress1X_usingDTable at Base 2.0
- zfs_HUF_decompress1X_usingDTable_bmi2 at Base 2.0
- zfs_HUF_decompress4X1 at Base 2.0
- zfs_HUF_decompress4X1_DCtx at Base 2.0
- zfs_HUF_decompress4X1_DCtx_wksp at Base 2.0
- zfs_HUF_decompress4X1_usingDTable at Base 2.0
- zfs_HUF_decompress4X2 at Base 2.0
- zfs_HUF_decompress4X2_DCtx at Base 2.0
- zfs_HUF_decompress4X2_DCtx_wksp at Base 2.0
- zfs_HUF_decompress4X2_usingDTable at Base 2.0
- zfs_HUF_decompress4X_DCtx at Base 2.0
- zfs_HUF_decompress4X_hufOnly at Base 2.0
- zfs_HUF_decompress4X_hufOnly_wksp at Base 2.0
- zfs_HUF_decompress4X_hufOnly_wksp_bmi2 at Base 2.0
- zfs_HUF_decompress4X_usingDTable at Base 2.0
- zfs_HUF_decompress4X_usingDTable_bmi2 at Base 2.0
- zfs_HUF_decompress at Base 2.0
- zfs_HUF_estimateCompressedSize at Base 2.0
- zfs_HUF_getErrorName at Base 2.0
- zfs_HUF_getNbBits at Base 2.0
- zfs_HUF_isError at Base 2.0
- zfs_HUF_optimalTableLog at Base 2.0
- zfs_HUF_readCTable at Base 2.0
- zfs_HUF_readDTableX1 at Base 2.0
- zfs_HUF_readDTableX1_wksp at Base 2.0
- zfs_HUF_readDTableX2 at Base 2.0
- zfs_HUF_readDTableX2_wksp at Base 2.0
- zfs_HUF_readStats at Base 2.0
- zfs_HUF_selectDecoder at Base 2.0
- zfs_HUF_validateCTable at Base 2.0
- zfs_HUF_writeCTable at Base 2.0
- zfs_POOL_add at Base 2.0
- zfs_POOL_create at Base 2.0
- zfs_POOL_create_advanced at Base 2.0
- zfs_POOL_free at Base 2.0
- zfs_POOL_resize at Base 2.0
- zfs_POOL_sizeof at Base 2.0
- zfs_POOL_tryAdd at Base 2.0
- zfs_ZSTD_CCtxParams_getParameter at Base 2.0
- zfs_ZSTD_CCtxParams_init at Base 2.0
- zfs_ZSTD_CCtxParams_init_advanced at Base 2.0
- zfs_ZSTD_CCtxParams_reset at Base 2.0
- zfs_ZSTD_CCtxParams_setParameter at Base 2.0
- zfs_ZSTD_CCtx_getParameter at Base 2.0
- zfs_ZSTD_CCtx_loadDictionary at Base 2.0
- zfs_ZSTD_CCtx_loadDictionary_advanced at Base 2.0
- zfs_ZSTD_CCtx_loadDictionary_byReference at Base 2.0
- zfs_ZSTD_CCtx_refCDict at Base 2.0
- zfs_ZSTD_CCtx_refPrefix at Base 2.0
- zfs_ZSTD_CCtx_refPrefix_advanced at Base 2.0
- zfs_ZSTD_CCtx_reset at Base 2.0
- zfs_ZSTD_CCtx_setParameter at Base 2.0
- zfs_ZSTD_CCtx_setParametersUsingCCtxParams at Base 2.0
- zfs_ZSTD_CCtx_setPledgedSrcSize at Base 2.0
- zfs_ZSTD_CStreamInSize at Base 2.0
- zfs_ZSTD_CStreamOutSize at Base 2.0
- zfs_ZSTD_DCtx_loadDictionary at Base 2.0
- zfs_ZSTD_DCtx_loadDictionary_advanced at Base 2.0
- zfs_ZSTD_DCtx_loadDictionary_byReference at Base 2.0
- zfs_ZSTD_DCtx_refDDict at Base 2.0
- zfs_ZSTD_DCtx_refPrefix at Base 2.0
- zfs_ZSTD_DCtx_refPrefix_advanced at Base 2.0
- zfs_ZSTD_DCtx_reset at Base 2.0
- zfs_ZSTD_DCtx_setFormat at Base 2.0
- zfs_ZSTD_DCtx_setMaxWindowSize at Base 2.0
- zfs_ZSTD_DCtx_setParameter at Base 2.0
- zfs_ZSTD_DDict_dictContent at Base 2.0
- zfs_ZSTD_DDict_dictSize at Base 2.0
- zfs_ZSTD_DStreamInSize at Base 2.0
- zfs_ZSTD_DStreamOutSize at Base 2.0
- zfs_ZSTD_adjustCParams at Base 2.0
- zfs_ZSTD_buildCTable at Base 2.0
- zfs_ZSTD_buildFSETable at Base 2.0
- zfs_ZSTD_cParam_getBounds at Base 2.0
- zfs_ZSTD_calloc at Base 2.0
- zfs_ZSTD_checkCParams at Base 2.0
- zfs_ZSTD_checkContinuity at Base 2.0
- zfs_ZSTD_compress2 at Base 2.0
- zfs_ZSTD_compress at Base 2.0
- zfs_ZSTD_compressBegin at Base 2.0
- zfs_ZSTD_compressBegin_advanced at Base 2.0
- zfs_ZSTD_compressBegin_advanced_internal at Base 2.0
- zfs_ZSTD_compressBegin_usingCDict at Base 2.0
- zfs_ZSTD_compressBegin_usingCDict_advanced at Base 2.0
- zfs_ZSTD_compressBegin_usingDict at Base 2.0
- zfs_ZSTD_compressBlock at Base 2.0
- zfs_ZSTD_compressBlock_btlazy2 at Base 2.0
- zfs_ZSTD_compressBlock_btlazy2_dictMatchState at Base 2.0
- zfs_ZSTD_compressBlock_btlazy2_extDict at Base 2.0
- zfs_ZSTD_compressBlock_btopt at Base 2.0
- zfs_ZSTD_compressBlock_btopt_dictMatchState at Base 2.0
- zfs_ZSTD_compressBlock_btopt_extDict at Base 2.0
- zfs_ZSTD_compressBlock_btultra2 at Base 2.0
- zfs_ZSTD_compressBlock_btultra at Base 2.0
- zfs_ZSTD_compressBlock_btultra_dictMatchState at Base 2.0
- zfs_ZSTD_compressBlock_btultra_extDict at Base 2.0
- zfs_ZSTD_compressBlock_doubleFast at Base 2.0
- zfs_ZSTD_compressBlock_doubleFast_dictMatchState at Base 2.0
- zfs_ZSTD_compressBlock_doubleFast_extDict at Base 2.0
- zfs_ZSTD_compressBlock_fast at Base 2.0
- zfs_ZSTD_compressBlock_fast_dictMatchState at Base 2.0
- zfs_ZSTD_compressBlock_fast_extDict at Base 2.0
- zfs_ZSTD_compressBlock_greedy at Base 2.0
- zfs_ZSTD_compressBlock_greedy_dictMatchState at Base 2.0
- zfs_ZSTD_compressBlock_greedy_extDict at Base 2.0
- zfs_ZSTD_compressBlock_lazy2 at Base 2.0
- zfs_ZSTD_compressBlock_lazy2_dictMatchState at Base 2.0
- zfs_ZSTD_compressBlock_lazy2_extDict at Base 2.0
- zfs_ZSTD_compressBlock_lazy at Base 2.0
- zfs_ZSTD_compressBlock_lazy_dictMatchState at Base 2.0
- zfs_ZSTD_compressBlock_lazy_extDict at Base 2.0
- zfs_ZSTD_compressBound at Base 2.0
- zfs_ZSTD_compressCCtx at Base 2.0
- zfs_ZSTD_compressContinue at Base 2.0
- zfs_ZSTD_compressEnd at Base 2.0
- zfs_ZSTD_compressLiterals at Base 2.0
- zfs_ZSTD_compressRleLiteralsBlock at Base 2.0
- zfs_ZSTD_compressStream2 at Base 2.0
- zfs_ZSTD_compressStream2_simpleArgs at Base 2.0
- zfs_ZSTD_compressStream at Base 2.0
- zfs_ZSTD_compressSuperBlock at Base 2.0
- zfs_ZSTD_compress_advanced at Base 2.0
- zfs_ZSTD_compress_advanced_internal at Base 2.0
- zfs_ZSTD_compress_usingCDict at Base 2.0
- zfs_ZSTD_compress_usingCDict_advanced at Base 2.0
- zfs_ZSTD_compress_usingDict at Base 2.0
- zfs_ZSTD_copyCCtx at Base 2.0
- zfs_ZSTD_copyDCtx at Base 2.0
- zfs_ZSTD_copyDDictParameters at Base 2.0
- zfs_ZSTD_createCCtx at Base 2.0
- zfs_ZSTD_createCCtxParams at Base 2.0
- zfs_ZSTD_createCCtx_advanced at Base 2.0
- zfs_ZSTD_createCDict at Base 2.0
- zfs_ZSTD_createCDict_advanced at Base 2.0
- zfs_ZSTD_createCDict_byReference at Base 2.0
- zfs_ZSTD_createCStream at Base 2.0
- zfs_ZSTD_createCStream_advanced at Base 2.0
- zfs_ZSTD_createDCtx at Base 2.0
- zfs_ZSTD_createDCtx_advanced at Base 2.0
- zfs_ZSTD_createDDict at Base 2.0
- zfs_ZSTD_createDDict_advanced at Base 2.0
- zfs_ZSTD_createDDict_byReference at Base 2.0
- zfs_ZSTD_createDStream at Base 2.0
- zfs_ZSTD_createDStream_advanced at Base 2.0
- zfs_ZSTD_crossEntropyCost at Base 2.0
- zfs_ZSTD_cycleLog at Base 2.0
- zfs_ZSTD_dParam_getBounds at Base 2.0
- zfs_ZSTD_decodeLiteralsBlock at Base 2.0
- zfs_ZSTD_decodeSeqHeaders at Base 2.0
- zfs_ZSTD_decodingBufferSize_min at Base 2.0
- zfs_ZSTD_decompress at Base 2.0
- zfs_ZSTD_decompressBegin at Base 2.0
- zfs_ZSTD_decompressBegin_usingDDict at Base 2.0
- zfs_ZSTD_decompressBegin_usingDict at Base 2.0
- zfs_ZSTD_decompressBlock at Base 2.0
- zfs_ZSTD_decompressBlock_internal at Base 2.0
- zfs_ZSTD_decompressBound at Base 2.0
- zfs_ZSTD_decompressContinue at Base 2.0
- zfs_ZSTD_decompressDCtx at Base 2.0
- zfs_ZSTD_decompressStream at Base 2.0
- zfs_ZSTD_decompressStream_simpleArgs at Base 2.0
- zfs_ZSTD_decompress_usingDDict at Base 2.0
- zfs_ZSTD_decompress_usingDict at Base 2.0
- zfs_ZSTD_encodeSequences at Base 2.0
- zfs_ZSTD_endStream at Base 2.0
- zfs_ZSTD_estimateCCtxSize at Base 2.0
- zfs_ZSTD_estimateCCtxSize_usingCCtxParams at Base 2.0
- zfs_ZSTD_estimateCCtxSize_usingCParams at Base 2.0
- zfs_ZSTD_estimateCDictSize at Base 2.0
- zfs_ZSTD_estimateCDictSize_advanced at Base 2.0
- zfs_ZSTD_estimateCStreamSize at Base 2.0
- zfs_ZSTD_estimateCStreamSize_usingCCtxParams at Base 2.0
- zfs_ZSTD_estimateCStreamSize_usingCParams at Base 2.0
- zfs_ZSTD_estimateDCtxSize at Base 2.0
- zfs_ZSTD_estimateDDictSize at Base 2.0
- zfs_ZSTD_estimateDStreamSize at Base 2.0
- zfs_ZSTD_estimateDStreamSize_fromFrame at Base 2.0
- zfs_ZSTD_fillDoubleHashTable at Base 2.0
- zfs_ZSTD_fillHashTable at Base 2.0
- zfs_ZSTD_findDecompressedSize at Base 2.0
- zfs_ZSTD_findFrameCompressedSize at Base 2.0
- zfs_ZSTD_flushStream at Base 2.0
- zfs_ZSTD_frameHeaderSize at Base 2.0
- zfs_ZSTD_free at Base 2.0
- zfs_ZSTD_freeCCtx at Base 2.0
- zfs_ZSTD_freeCCtxParams at Base 2.0
- zfs_ZSTD_freeCDict at Base 2.0
- zfs_ZSTD_freeCStream at Base 2.0
- zfs_ZSTD_freeDCtx at Base 2.0
- zfs_ZSTD_freeDDict at Base 2.0
- zfs_ZSTD_freeDStream at Base 2.0
- zfs_ZSTD_fseBitCost at Base 2.0
- zfs_ZSTD_getBlockSize at Base 2.0
- zfs_ZSTD_getCParams at Base 2.0
- zfs_ZSTD_getCParamsFromCCtxParams at Base 2.0
- zfs_ZSTD_getCParamsFromCDict at Base 2.0
- zfs_ZSTD_getDecompressedSize at Base 2.0
- zfs_ZSTD_getDictID_fromDDict at Base 2.0
- zfs_ZSTD_getDictID_fromDict at Base 2.0
- zfs_ZSTD_getDictID_fromFrame at Base 2.0
- zfs_ZSTD_getErrorCode at Base 2.0
- zfs_ZSTD_getErrorName at Base 2.0
- zfs_ZSTD_getErrorString at Base 2.0
- zfs_ZSTD_getFrameContentSize at Base 2.0
- zfs_ZSTD_getFrameHeader at Base 2.0
- zfs_ZSTD_getFrameHeader_advanced at Base 2.0
- zfs_ZSTD_getFrameProgression at Base 2.0
- zfs_ZSTD_getParams at Base 2.0
- zfs_ZSTD_getSeqStore at Base 2.0
- zfs_ZSTD_getSequences at Base 2.0
- zfs_ZSTD_getcBlockSize at Base 2.0
- zfs_ZSTD_initCStream at Base 2.0
- zfs_ZSTD_initCStream_advanced at Base 2.0
- zfs_ZSTD_initCStream_internal at Base 2.0
- zfs_ZSTD_initCStream_srcSize at Base 2.0
- zfs_ZSTD_initCStream_usingCDict at Base 2.0
- zfs_ZSTD_initCStream_usingCDict_advanced at Base 2.0
- zfs_ZSTD_initCStream_usingDict at Base 2.0
- zfs_ZSTD_initDStream at Base 2.0
- zfs_ZSTD_initDStream_usingDDict at Base 2.0
- zfs_ZSTD_initDStream_usingDict at Base 2.0
- zfs_ZSTD_initStaticCCtx at Base 2.0
- zfs_ZSTD_initStaticCDict at Base 2.0
- zfs_ZSTD_initStaticCStream at Base 2.0
- zfs_ZSTD_initStaticDCtx at Base 2.0
- zfs_ZSTD_initStaticDDict at Base 2.0
- zfs_ZSTD_initStaticDStream at Base 2.0
- zfs_ZSTD_insertAndFindFirstIndex at Base 2.0
- zfs_ZSTD_insertBlock at Base 2.0
- zfs_ZSTD_invalidateRepCodes at Base 2.0
- zfs_ZSTD_isError at Base 2.1.2
- zfs_ZSTD_isFrame at Base 2.0
- zfs_ZSTD_ldm_adjustParameters at Base 2.0
- zfs_ZSTD_ldm_blockCompress at Base 2.0
- zfs_ZSTD_ldm_fillHashTable at Base 2.0
- zfs_ZSTD_ldm_generateSequences at Base 2.0
- zfs_ZSTD_ldm_getMaxNbSeq at Base 2.0
- zfs_ZSTD_ldm_getTableSize at Base 2.0
- zfs_ZSTD_ldm_skipSequences at Base 2.0
- zfs_ZSTD_loadCEntropy at Base 2.0
- zfs_ZSTD_loadDEntropy at Base 2.0
- zfs_ZSTD_malloc at Base 2.0
- zfs_ZSTD_maxCLevel at Base 2.0
- zfs_ZSTD_minCLevel at Base 2.0
- zfs_ZSTD_nextInputType at Base 2.0
- zfs_ZSTD_nextSrcSizeToDecompress at Base 2.0
- zfs_ZSTD_noCompressLiterals at Base 2.0
- zfs_ZSTD_referenceExternalSequences at Base 2.0
- zfs_ZSTD_resetCStream at Base 2.0
- zfs_ZSTD_resetDStream at Base 2.0
- zfs_ZSTD_resetSeqStore at Base 2.0
- zfs_ZSTD_reset_compressedBlockState at Base 2.0
- zfs_ZSTD_selectBlockCompressor at Base 2.0
- zfs_ZSTD_selectEncodingType at Base 2.0
- zfs_ZSTD_seqToCodes at Base 2.0
- zfs_ZSTD_sizeof_CCtx at Base 2.0
- zfs_ZSTD_sizeof_CDict at Base 2.0
- zfs_ZSTD_sizeof_CStream at Base 2.0
- zfs_ZSTD_sizeof_DCtx at Base 2.0
- zfs_ZSTD_sizeof_DDict at Base 2.0
- zfs_ZSTD_sizeof_DStream at Base 2.0
- zfs_ZSTD_toFlushNow at Base 2.0
- zfs_ZSTD_updateTree at Base 2.0
- zfs_ZSTD_versionNumber at Base 2.0
- zfs_ZSTD_versionString at Base 2.0
- zfs_ZSTD_writeLastEmptyBlock at Base 2.0
- zfs_abd_scatter_enabled at Base 0.8.2
- zfs_acl_byteswap at Base 0.8.2
- zfs_allocatable_devs at Base 0.8.2
- zfs_append_partition at Base 2.2.0
- zfs_arc_average_blocksize at Base 0.8.2
- zfs_arc_max at Base 0.8.2
- zfs_arc_min at Base 0.8.2
- zfs_arc_shrinker_limit at Base 2.0
- zfs_attr_table at Base 0.8.2
- zfs_basename at Base 2.2.0
- (arch=amd64)zfs_blake3_compress_in_place_avx512 at Base 2.2.0
- (arch=amd64 arm64 ppc64el)zfs_blake3_compress_in_place_sse2 at Base 2.2.0
- (arch=amd64 arm64 ppc64el)zfs_blake3_compress_in_place_sse41 at Base 2.2.0
- (arch=amd64)zfs_blake3_compress_xof_avx512 at Base 2.2.0
- (arch=amd64 arm64 ppc64el)zfs_blake3_compress_xof_sse2 at Base 2.2.0
- (arch=amd64 arm64 ppc64el)zfs_blake3_compress_xof_sse41 at Base 2.2.0
- (arch=amd64)zfs_blake3_hash_many_avx2 at Base 2.2.0
- (arch=amd64)zfs_blake3_hash_many_avx512 at Base 2.2.0
- (arch=amd64 arm64 ppc64el)zfs_blake3_hash_many_sse2 at Base 2.2.0
- (arch=amd64 arm64 ppc64el)zfs_blake3_hash_many_sse41 at Base 2.2.0
- zfs_blake3_ops at Base 2.2.0
- zfs_blkptr_verify at Base 2.0
- zfs_brt_prefetch at Base 2.2.0
- zfs_btree_add at Base 2.0
- zfs_btree_add_idx at Base 2.0
- zfs_btree_clear at Base 2.0
- zfs_btree_create at Base 2.0
- zfs_btree_create_custom at Base 2.1.9
- zfs_btree_destroy at Base 2.0
- zfs_btree_destroy_nodes at Base 2.0
- zfs_btree_find at Base 2.0
- zfs_btree_fini at Base 2.0
- zfs_btree_first at Base 2.0
- zfs_btree_get at Base 2.0
- zfs_btree_init at Base 2.0
- zfs_btree_last at Base 2.0
- zfs_btree_leaf_cache at Base 2.0
- zfs_btree_next at Base 2.0
- zfs_btree_numnodes at Base 2.0
- zfs_btree_prev at Base 2.0
- zfs_btree_remove at Base 2.0
- zfs_btree_remove_idx at Base 2.0
- zfs_btree_verify at Base 2.0
- zfs_btree_verify_intensity at Base 2.0
- zfs_ccw_retry_interval at Base 0.8.2
- zfs_component_namecheck at Base 0.8.2
- zfs_compressed_arc_enabled at Base 0.8.2
- zfs_condense_pct at Base 2.2.0
- zfs_crc64_table at Base 0.8.2
- zfs_dataset_name_hidden at Base 0.8.2
- zfs_dbgmsg_enable at Base 0.8.2
- zfs_dbgmsg_fini at Base 0.8.2
- zfs_dbgmsg_init at Base 0.8.2
- zfs_dbgmsg_print at Base 0.8.2
- zfs_dbuf_state_index at Base 0.8.2
- zfs_deadman_checktime_ms at Base 0.8.2
- zfs_deadman_enabled at Base 0.8.2
- zfs_deadman_failmode at Base 0.8.2
- zfs_deadman_synctime_ms at Base 0.8.2
- zfs_deadman_ziotime_ms at Base 0.8.2
- zfs_dedup_prefetch at Base 0.8.2
- zfs_default_bs at Base 0.8.2
- zfs_default_ibs at Base 0.8.2
- zfs_delay_min_dirty_percent at Base 0.8.2
- zfs_delay_scale at Base 0.8.2
- zfs_deleg_canonicalize_perm at Base 0.8.2
- zfs_deleg_perm_tab at Base 0.8.2
- zfs_deleg_verify_nvlist at Base 0.8.2
- zfs_deleg_whokey at Base 0.8.2
- zfs_dev_flush at Base 2.2.0
- zfs_dev_is_dm at Base 2.2.0
- zfs_dev_is_whole_disk at Base 2.2.0
- zfs_device_get_devid at Base 2.2.0
- zfs_device_get_physical at Base 2.2.0
- zfs_dirnamelen at Base 2.2.0
- zfs_dirty_data_max at Base 0.8.2
- zfs_dirty_data_max_max at Base 0.8.2
- zfs_dirty_data_max_max_percent at Base 0.8.2
- zfs_dirty_data_max_percent at Base 0.8.2
- zfs_disable_ivset_guid_check at Base 0.8.2
- zfs_dva_valid at Base 0.8.2
- zfs_ereport_clear at Base 2.1
- zfs_ereport_finish_checksum at Base 0.8.2
- zfs_ereport_free_checksum at Base 0.8.2
- zfs_ereport_is_valid at Base 0.8.2
- zfs_ereport_post at Base 0.8.2
- zfs_ereport_post_checksum at Base 0.8.2
- zfs_ereport_start_checksum at Base 0.8.2
- zfs_event_create at Base 0.8.2
- zfs_file_close at Base 2.0
- zfs_file_fallocate at Base 2.0
- zfs_file_fsync at Base 2.0
- zfs_file_get at Base 2.0
- zfs_file_getattr at Base 2.0
- zfs_file_off at Base 2.0
- zfs_file_open at Base 2.0
- zfs_file_pread at Base 2.0
- zfs_file_put at Base 2.0
- zfs_file_pwrite at Base 2.0
- zfs_file_read at Base 2.0
- zfs_file_seek at Base 2.0
- zfs_file_unlink at Base 2.0
- zfs_file_write at Base 2.0
- zfs_flags at Base 0.8.2
- zfs_force_some_double_word_sm_entries at Base 0.8.2
- zfs_free_leak_on_eio at Base 0.8.2
- zfs_fuid_avl_tree_create at Base 0.8.2
- zfs_fuid_idx_domain at Base 0.8.2
- zfs_fuid_table_destroy at Base 0.8.2
- zfs_fuid_table_load at Base 0.8.2
- zfs_get_enclosure_sysfs_path at Base 2.2.0
- zfs_get_underlying_path at Base 2.2.0
- zfs_get_zplprop at Base 2.2.0
- zfs_history_event_names at Base 0.8.2
- zfs_impl_get_ops at Base 2.2.0
- zfs_isnumber at Base 2.2.0
- zfs_keep_log_spacemaps_at_export at Base 2.0
- zfs_livelist_max_entries at Base 2.0
- zfs_livelist_min_percent_shared at Base 2.0
- zfs_lua_max_instrlimit at Base 0.8.2
- zfs_lua_max_memlimit at Base 0.8.2
- zfs_max_dataset_nesting at Base 0.8.2
- zfs_max_missing_tvds at Base 0.8.2
- zfs_max_missing_tvds_cachefile at Base 0.8.2
- zfs_max_missing_tvds_scan at Base 0.8.2
- zfs_max_recordsize at Base 0.8.2
- zfs_metaslab_ops at Base 0.8.2
- zfs_metaslab_sm_blksz_no_log at Base 2.0
- zfs_metaslab_sm_blksz_with_log at Base 2.0
- zfs_mod_list_supported at Base 2.2.0
- zfs_mod_list_supported_free at Base 2.2.0
- zfs_multihost_fail_intervals at Base 0.8.2
- zfs_multihost_import_intervals at Base 0.8.2
- zfs_multihost_interval at Base 0.8.2
- zfs_multilist_num_sublists at Base 0.8.2
- zfs_name_to_prop at Base 0.8.2
- zfs_nicebytes at Base 2.2.0
- zfs_nicenum at Base 2.2.0
- zfs_nicenum_format at Base 2.2.0
- zfs_niceraw at Base 2.2.0
- zfs_nicetime at Base 2.2.0
- zfs_nocacheflush at Base 0.8.2
- zfs_obj_to_path at Base 0.8.2
- zfs_obj_to_stats at Base 0.8.2
- zfs_oldacl_byteswap at Base 0.8.2
- zfs_onexit_add_cb at Base 0.8.2
- zfs_onexit_fd_hold at Base 0.8.2
- zfs_onexit_fd_rele at Base 0.8.2
- zfs_panic_recover at Base 0.8.2
- zfs_post_autoreplace at Base 0.8.2
- zfs_post_remove at Base 0.8.2
- zfs_post_state_change at Base 0.8.2
- zfs_prop_align_right at Base 0.8.2
- zfs_prop_column_name at Base 0.8.2
- zfs_prop_default_numeric at Base 0.8.2
- zfs_prop_default_string at Base 0.8.2
- zfs_prop_delegatable at Base 0.8.2
- zfs_prop_encryption_key_param at Base 0.8.2
- zfs_prop_get_table at Base 0.8.2
- zfs_prop_get_type at Base 0.8.2
- zfs_prop_index_to_string at Base 0.8.2
- zfs_prop_inheritable at Base 0.8.2
- zfs_prop_init at Base 0.8.2
- zfs_prop_is_string at Base 0.8.2
- zfs_prop_random_value at Base 0.8.2
- zfs_prop_readonly at Base 0.8.2
- zfs_prop_setonce at Base 0.8.2
- zfs_prop_string_to_index at Base 0.8.2
- zfs_prop_to_name at Base 0.8.2
- zfs_prop_user at Base 0.8.2
- zfs_prop_userquota at Base 0.8.2
- zfs_prop_valid_for_type at Base 0.8.2
- zfs_prop_valid_keylocation at Base 0.8.2
- zfs_prop_values at Base 0.8.2
- zfs_prop_visible at Base 0.8.2
- zfs_prop_written at Base 0.8.2
- zfs_racct_read at Base 2.0.4
- zfs_racct_write at Base 2.0.4
- zfs_rangelock_enter at Base 0.8.3
- zfs_rangelock_exit at Base 0.8.3
- zfs_rangelock_fini at Base 0.8.3
- zfs_rangelock_init at Base 0.8.3
- zfs_rangelock_reduce at Base 0.8.3
- zfs_rangelock_tryenter at Base 2.0
- zfs_ratelimit at Base 0.8.2
- zfs_ratelimit_fini at Base 0.8.2
- zfs_ratelimit_init at Base 0.8.2
- zfs_reconstruct_indirect_combinations_max at Base 0.8.2
- zfs_reconstruct_indirect_damage_fraction at Base 0.8.2
- zfs_recover at Base 0.8.2
- zfs_refcount_add at Base 2.0
- zfs_refcount_add_few at Base 2.2.0
- zfs_refcount_add_many at Base 2.0
- zfs_refcount_count at Base 2.0
- zfs_refcount_create at Base 2.0
- zfs_refcount_create_tracked at Base 2.0
- zfs_refcount_create_untracked at Base 2.0
- zfs_refcount_destroy at Base 2.0
- zfs_refcount_destroy_many at Base 2.0
- zfs_refcount_fini at Base 2.0
- zfs_refcount_held at Base 2.0
- zfs_refcount_init at Base 2.0
- zfs_refcount_is_zero at Base 2.0
- zfs_refcount_not_held at Base 2.0
- zfs_refcount_remove at Base 2.0
- zfs_refcount_remove_few at Base 2.2.0
- zfs_refcount_remove_many at Base 2.0
- zfs_refcount_transfer at Base 2.0
- zfs_refcount_transfer_ownership at Base 2.0
- zfs_refcount_transfer_ownership_many at Base 2.0
- zfs_removal_suspend_progress at Base 0.8.2
- zfs_remove_max_segment at Base 0.8.2
- zfs_resolve_shortname at Base 2.2.0
- zfs_scan_suspend_progress at Base 0.8.2
- zfs_secpolicy_destroy_perms at Base 0.8.2
- zfs_secpolicy_rename_perms at Base 0.8.2
- zfs_secpolicy_snapshot_perms at Base 0.8.2
- zfs_setproctitle at Base 2.2.0
- (arch=armel armhf arm64)zfs_sha256_block_armv7 at Base 2.2.0
- (arch=armhf arm64)zfs_sha256_block_armv8 at Base 2.2.0
- (arch=armhf arm64)zfs_sha256_block_neon at Base 2.2.0
- zfs_setproctitle_init at Base 2.2.0
- zfs_sha256_ops at Base 2.2.0
- (arch=ppc64el)zfs_sha256_power8 at Base 2.2.1
- (arch=ppc64el)zfs_sha256_ppc at Base 2.2.1
- (arch=amd64)zfs_sha256_transform_avx2 at Base 2.2.0
- (arch=amd64)zfs_sha256_transform_avx at Base 2.2.0
- (arch=amd64)zfs_sha256_transform_shani at Base 2.2.0
- (arch=amd64)zfs_sha256_transform_ssse3 at Base 2.2.0
- (arch=amd64)zfs_sha256_transform_x64 at Base 2.2.0
- (arch=armel armhf arm64)zfs_sha512_block_armv7 at Base 2.2.0
- (arch=arm64)zfs_sha512_block_armv8 at Base 2.2.0
- (arch=armhf)zfs_sha512_block_neon at Base 2.2.0
- zfs_sha512_ops at Base 2.2.0
- (arch=ppc64el)zfs_sha512_power8 at Base 2.2.1
- (arch=ppc64el)zfs_sha512_ppc at Base 2.2.1
- (arch=amd64)zfs_sha512_transform_avx2 at Base 2.2.0
- (arch=amd64)zfs_sha512_transform_avx at Base 2.2.0
- (arch=amd64)zfs_sha512_transform_x64 at Base 2.2.0
- zfs_snapshot_history_enabled at Base 2.2.0
- zfs_spa_version_map at Base 0.8.2
- zfs_special_devs at Base 0.8.3
- zfs_strcmp_pathname at Base 2.2.0
- zfs_strip_partition at Base 2.2.0
- zfs_strip_path at Base 2.2.0
- zfs_strtonum at Base 0.8.2
- zfs_sync_pass_deferred_free at Base 0.8.2
- zfs_trim_metaslab_skip at Base 0.8.2
- zfs_txg_timeout at Base 0.8.2
- zfs_userquota_prop_prefixes at Base 0.8.2
- zfs_vdev_async_read_max_active at Base 0.8.2
- zfs_vdev_async_write_active_max_dirty_percent at Base 0.8.2
- zfs_vdev_async_write_active_min_dirty_percent at Base 0.8.2
- zfs_vdev_async_write_max_active at Base 0.8.2
- zfs_vdev_def_queue_depth at Base 0.8.2
- zfs_vdev_dtl_sm_blksz at Base 2.0
- zfs_vdev_max_active at Base 0.8.2
- zfs_vdev_max_auto_ashift at Base 2.0
- zfs_vdev_min_auto_ashift at Base 2.0
- zfs_vdev_queue_depth_pct at Base 0.8.2
- zfs_vdev_standard_sm_blksz at Base 2.0
- zfs_wrlog_data_max at Base 2.1.6
- zfs_znode_byteswap at Base 0.8.2
- zfs_zpl_version_map at Base 0.8.2
- zfs_zstd_cache_reap_now at Base 2.0
- zfs_zstd_compress at Base 2.0
- zfs_zstd_compress_wrap at Base 2.2.0
- zfs_zstd_decompress at Base 2.0
- zfs_zstd_decompress_level at Base 2.0
- zfsvfs_update_fromname at Base 2.0
- zil_alloc at Base 0.8.2
- zil_async_to_sync at Base 2.0
- zil_bp_tree_add at Base 0.8.2
- zil_check_log_chain at Base 0.8.2
- zil_claim at Base 0.8.2
- zil_clean at Base 0.8.2
- zil_close at Base 0.8.2
- zil_commit at Base 0.8.2
- zil_commit_impl at Base 0.8.2
- zil_destroy at Base 0.8.2
- zil_destroy_sync at Base 0.8.2
- zil_fini at Base 0.8.2
- zil_free at Base 0.8.2
- zil_init at Base 0.8.2
- zil_itx_assign at Base 0.8.2
- zil_itx_create at Base 0.8.2
- zil_itx_destroy at Base 0.8.2
- zil_kstat_values_update at Base 2.2.0
- zil_lwb_add_block at Base 0.8.2
- zil_lwb_add_txg at Base 0.8.2
- zil_max_copied_data at Base 0.8.3
- zil_max_log_data at Base 0.8.3
- zil_open at Base 0.8.2
- zil_parse at Base 0.8.2
- zil_remove_async at Base 0.8.2
- zil_replay at Base 0.8.2
- zil_replay_disable at Base 0.8.2
- zil_replaying at Base 0.8.2
- zil_reset at Base 0.8.2
- zil_resume at Base 0.8.2
- zil_set_logbias at Base 0.8.2
- zil_set_sync at Base 0.8.2
- zil_sums_fini at Base 2.2.0
- zil_sums_init at Base 2.2.0
- zil_suspend at Base 0.8.2
- zil_sync at Base 0.8.2
- zio_add_child at Base 0.8.2
- zio_add_child_first at Base 2.2.0
- zio_alloc_zil at Base 0.8.2
- zio_bookmark_compare at Base 0.8.2
- zio_buf_alloc at Base 0.8.2
- zio_buf_cache at Base 0.8.2
- zio_buf_free at Base 0.8.2
- zio_change_priority at Base 0.8.2
- zio_checksum_compute at Base 0.8.2
- zio_checksum_dedup_select at Base 0.8.2
- zio_checksum_error at Base 0.8.2
- zio_checksum_error_impl at Base 0.8.2
- zio_checksum_select at Base 0.8.2
- zio_checksum_table at Base 0.8.2
- zio_checksum_templates_free at Base 0.8.2
- zio_checksum_to_feature at Base 0.8.2
- zio_checksum_verified at Base 0.8.2
- zio_claim at Base 0.8.2
- zio_clear_fault at Base 0.8.2
- zio_complevel_select at Base 2.0
- zio_compress_data at Base 0.8.2
- zio_compress_select at Base 0.8.2
- zio_compress_table at Base 0.8.2
- zio_compress_to_feature at Base 2.0
- zio_crypt_copy_dnode_bonus at Base 0.8.2
- zio_crypt_decode_mac_bp at Base 0.8.2
- zio_crypt_decode_mac_zil at Base 0.8.2
- zio_crypt_decode_params_bp at Base 0.8.2
- zio_crypt_do_hmac at Base 0.8.2
- zio_crypt_do_indirect_mac_checksum at Base 0.8.2
- zio_crypt_do_indirect_mac_checksum_abd at Base 0.8.2
- zio_crypt_do_objset_hmacs at Base 0.8.2
- zio_crypt_encode_mac_bp at Base 0.8.2
- zio_crypt_encode_mac_zil at Base 0.8.2
- zio_crypt_encode_params_bp at Base 0.8.2
- zio_crypt_generate_iv at Base 0.8.2
- zio_crypt_generate_iv_salt_dedup at Base 0.8.2
- zio_crypt_key_destroy at Base 0.8.2
- zio_crypt_key_get_salt at Base 0.8.2
- zio_crypt_key_init at Base 0.8.2
- zio_crypt_key_unwrap at Base 0.8.2
- zio_crypt_key_wrap at Base 0.8.2
- zio_crypt_table at Base 0.8.2
- zio_data_buf_alloc at Base 0.8.2
- zio_data_buf_cache at Base 0.8.2
- zio_data_buf_free at Base 0.8.2
- zio_deadman at Base 0.8.2
- zio_decompress_data at Base 0.8.2
- zio_decompress_data_buf at Base 0.8.2
- zio_delay_interrupt at Base 0.8.2
- zio_destroy at Base 2.2.0
- zio_do_crypt_abd at Base 0.8.2
- zio_do_crypt_data at Base 0.8.2
- zio_dva_throttle_enabled at Base 0.8.2
- zio_exclude_metadata at Base 0.8.3
- zio_execute at Base 0.8.2
- zio_fini at Base 0.8.2
- zio_flush at Base 0.8.2
- zio_free at Base 0.8.2
- zio_free_sync at Base 0.8.2
- zio_handle_decrypt_injection at Base 0.8.2
- zio_handle_device_injection at Base 0.8.2
- zio_handle_device_injections at Base 0.8.2
- zio_handle_fault_injection at Base 0.8.2
- zio_handle_ignored_writes at Base 0.8.2
- zio_handle_io_delay at Base 0.8.2
- zio_handle_label_injection at Base 0.8.2
- zio_handle_panic_injection at Base 0.8.2
- zio_init at Base 0.8.2
- zio_inject_fault at Base 0.8.2
- zio_inject_fini at Base 0.8.2
- zio_inject_init at Base 0.8.2
- zio_inject_list_next at Base 0.8.2
- zio_injection_enabled at Base 0.8.2
- zio_interrupt at Base 0.8.2
- zio_ioctl at Base 0.8.2
- zio_nowait at Base 0.8.2
- zio_null at Base 0.8.2
- zio_pop_transforms at Base 0.8.2
- zio_push_transform at Base 0.8.2
- zio_read at Base 0.8.2
- zio_read_phys at Base 0.8.2
- zio_resume at Base 0.8.2
- zio_resume_wait at Base 0.8.2
- zio_rewrite at Base 0.8.2
- zio_root at Base 0.8.2
- zio_shrink at Base 0.8.2
- zio_suspend at Base 0.8.2
- zio_trim at Base 0.8.2
- zio_type_name at Base 0.8.2
- zio_unique_parent at Base 0.8.2
- zio_vdev_child_io at Base 0.8.2
- zio_vdev_delegated_io at Base 0.8.2
- zio_vdev_io_bypass at Base 0.8.2
- zio_vdev_io_redone at Base 0.8.2
- zio_vdev_io_reissue at Base 0.8.2
- zio_vsd_default_cksum_report at Base 0.8.2
- zio_wait at Base 0.8.2
- zio_walk_children at Base 0.8.2
- zio_walk_parents at Base 0.8.2
- zio_worst_error at Base 0.8.2
- zio_write at Base 0.8.2
- zio_write_override at Base 0.8.2
- zio_write_phys at Base 0.8.2
- zk_thread_create at Base 0.8.2
- zle_compress at Base 0.8.2
- zle_decompress at Base 0.8.2
- zone_get_hostid at Base 0.8.2
- zpool_default_search_paths at Base 2.2.0
- zpool_dump_ddt at Base 2.2.0
- zpool_feature_init at Base 0.8.2
- zpool_find_config at Base 2.2.0
- zpool_get_load_policy at Base 0.8.2
- zpool_history_unpack at Base 2.2.0
- zpool_label_disk_wait at Base 2.2.0
- zpool_name_to_prop at Base 0.8.2
- zpool_prop_align_right at Base 0.8.2
- zpool_prop_column_name at Base 0.8.2
- zpool_prop_default_numeric at Base 0.8.2
- zpool_prop_default_string at Base 0.8.2
- zpool_prop_feature at Base 0.8.2
- zpool_prop_get_table at Base 0.8.2
- zpool_prop_get_type at Base 0.8.2
- zpool_prop_index_to_string at Base 0.8.2
- zpool_prop_init at Base 0.8.2
- zpool_prop_random_value at Base 0.8.2
- zpool_prop_readonly at Base 0.8.2
- zpool_prop_setonce at Base 0.8.2
- zpool_prop_string_to_index at Base 0.8.2
- zpool_prop_to_name at Base 0.8.2
- zpool_prop_unsupported at Base 0.8.2
- zpool_prop_values at Base 0.8.2
- zpool_prop_vdev at Base 2.2.0
- zpool_read_label at Base 2.2.0
- zpool_search_import at Base 2.2.0
- zprop_index_to_string at Base 0.8.2
- zprop_iter_common at Base 0.8.2
- zprop_name_to_prop at Base 0.8.2
- zprop_random_value at Base 0.8.2
- zprop_register_hidden at Base 0.8.2
- zprop_register_impl at Base 0.8.2
- zprop_register_index at Base 0.8.2
- zprop_register_number at Base 0.8.2
- zprop_register_string at Base 0.8.2
- zprop_string_to_index at Base 0.8.2
- zprop_valid_char at Base 2.2.0
- zprop_valid_for_type at Base 0.8.2
- zprop_values at Base 0.8.2
- zprop_width at Base 0.8.2
- zrl_add_impl at Base 0.8.2
- zrl_destroy at Base 0.8.2
- zrl_exit at Base 0.8.2
- zrl_init at Base 0.8.2
- zrl_is_locked at Base 0.8.2
- zrl_is_zero at Base 0.8.2
- zrl_owner at Base 2.0
- zrl_remove at Base 0.8.2
- zrl_tryenter at Base 0.8.2
- zstd_fini at Base 2.0
- zstd_init at Base 2.0
- zthr_cancel at Base 0.8.2
- zthr_create at Base 0.8.2
- zthr_create_timer at Base 0.8.2
- zthr_destroy at Base 0.8.2
- zthr_has_waiters at Base 2.0
- zthr_iscancelled at Base 0.8.2
- zthr_iscurthread at Base 2.1.4
- zthr_resume at Base 0.8.2
- zthr_wait_cycle_done at Base 2.0
- zthr_wakeup at Base 0.8.2
- zvol_create_minor at Base 2.0
- zvol_create_minors_recursive at Base 2.0
- zvol_remove_minors at Base 0.8.2
- zvol_rename_minors at Base 0.8.2
diff -Nru zfs-linux-2.2.2/debian/libzpool5t64linux.docs zfs-linux-2.2.2/debian/libzpool5t64linux.docs
--- zfs-linux-2.2.2/debian/libzpool5t64linux.docs	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzpool5t64linux.docs	2023-06-15 01:47:08.000000000 +0000
@@ -0,0 +1,2 @@
+COPYRIGHT
+LICENSE
diff -Nru zfs-linux-2.2.2/debian/libzpool5t64linux.install.in zfs-linux-2.2.2/debian/libzpool5t64linux.install.in
--- zfs-linux-2.2.2/debian/libzpool5t64linux.install.in	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzpool5t64linux.install.in	2023-06-15 01:47:08.000000000 +0000
@@ -0,0 +1 @@
+lib/@DEB_HOST_MULTIARCH@/libzpool.so.*
diff -Nru zfs-linux-2.2.2/debian/libzpool5t64linux.lintian-overrides zfs-linux-2.2.2/debian/libzpool5t64linux.lintian-overrides
--- zfs-linux-2.2.2/debian/libzpool5t64linux.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzpool5t64linux.lintian-overrides	2024-02-14 06:13:33.000000000 +0000
@@ -0,0 +1,3 @@
+package-name-doesnt-match-sonames
+extra-license-file [usr/share/doc/libzpool5t64linux/LICENSE.gz]
+libzpool5t64linux: package-name-doesnt-match-sonames libzpool5linux
diff -Nru zfs-linux-2.2.2/debian/libzpool5t64linux.symbols zfs-linux-2.2.2/debian/libzpool5t64linux.symbols
--- zfs-linux-2.2.2/debian/libzpool5t64linux.symbols	1970-01-01 00:00:00.000000000 +0000
+++ zfs-linux-2.2.2/debian/libzpool5t64linux.symbols	2024-02-14 06:13:33.000000000 +0000
@@ -0,0 +1,3334 @@
+libzpool.so.5 libzpool5t64linux #MINVER#
+* Build-Depends-Package: libzfslinux-dev
+ ARC_anon at Base 2.0
+ ARC_l2c_only at Base 2.0
+ ARC_mfu at Base 2.0
+ ARC_mfu_ghost at Base 2.0
+ ARC_mru at Base 2.0
+ ARC_mru_ghost at Base 2.0
+ ARC_uncached at Base 2.2.0
+ Blake3_Final at Base 2.2.0
+ Blake3_FinalSeek at Base 2.2.0
+ Blake3_Init at Base 2.2.0
+ Blake3_InitKeyed at Base 2.2.0
+ Blake3_Update at Base 2.2.0
+ EdonRFinal at Base 0.8.2
+ EdonRHash at Base 0.8.2
+ EdonRInit at Base 0.8.2
+ EdonRUpdate at Base 0.8.2
+ LZ4_uncompress_unknownOutputSize at Base 2.2.0
+ SHA2Final at Base 0.8.2
+ SHA2Init at Base 0.8.2
+ SHA2Update at Base 0.8.2
+ SKEIN1024_IV_1024 at Base 0.8.2
+ SKEIN1024_IV_384 at Base 0.8.2
+ SKEIN1024_IV_512 at Base 0.8.2
+ SKEIN_256_IV_128 at Base 0.8.2
+ SKEIN_256_IV_160 at Base 0.8.2
+ SKEIN_256_IV_224 at Base 0.8.2
+ SKEIN_256_IV_256 at Base 0.8.2
+ SKEIN_512_IV_224 at Base 0.8.2
+ SKEIN_512_IV_256 at Base 0.8.2
+ SKEIN_512_IV_384 at Base 0.8.2
+ SKEIN_512_IV_512 at Base 0.8.2
+ Skein1024_Final at Base 0.8.2
+ Skein1024_Final_Pad at Base 0.8.2
+ Skein1024_Init at Base 0.8.2
+ Skein1024_InitExt at Base 0.8.2
+ Skein1024_Output at Base 0.8.2
+ Skein1024_Process_Block at Base 0.8.2
+ Skein1024_Update at Base 0.8.2
+ Skein_256_Final at Base 0.8.2
+ Skein_256_Final_Pad at Base 0.8.2
+ Skein_256_Init at Base 0.8.2
+ Skein_256_InitExt at Base 0.8.2
+ Skein_256_Output at Base 0.8.2
+ Skein_256_Process_Block at Base 0.8.2
+ Skein_256_Update at Base 0.8.2
+ Skein_512_Final at Base 0.8.2
+ Skein_512_Final_Pad at Base 0.8.2
+ Skein_512_Init at Base 0.8.2
+ Skein_512_InitExt at Base 0.8.2
+ Skein_512_Output at Base 0.8.2
+ Skein_512_Process_Block at Base 0.8.2
+ Skein_512_Update at Base 0.8.2
+ __dmu_object_info_from_dnode at Base 0.8.2
+ __dprintf at Base 0.8.2
+ __set_error at Base 0.8.2
+ __spl_pf_fstrans_check at Base 0.8.2
+ __zfs_dbgmsg at Base 0.8.2
+ (arch=amd64)_key_expansion_128 at Base 0.8.2
+ (arch=amd64)_key_expansion_192a at Base 0.8.2
+ (arch=amd64)_key_expansion_192b at Base 0.8.2
+ (arch=amd64)_key_expansion_256a at Base 0.8.2
+ (arch=amd64)_key_expansion_256b at Base 0.8.2
+ _sol_getmntent at Base 2.2.0
+ abd_alloc at Base 0.8.2
+ abd_alloc_chunks at Base 2.0
+ abd_alloc_for_io at Base 0.8.2
+ abd_alloc_gang at Base 2.1
+ abd_alloc_linear at Base 0.8.2
+ abd_alloc_sametype at Base 0.8.2
+ abd_alloc_struct at Base 2.0
+ abd_alloc_struct_impl at Base 2.1
+ abd_borrow_buf at Base 0.8.2
+ abd_borrow_buf_copy at Base 0.8.2
+ abd_cache_reap_now at Base 2.0
+ abd_checksum_blake3_byteswap at Base 2.2.0
+ abd_checksum_blake3_native at Base 2.2.0
+ abd_checksum_blake3_tmpl_free at Base 2.2.0
+ abd_checksum_blake3_tmpl_init at Base 2.2.0
+ abd_checksum_edonr_byteswap at Base 0.8.2
+ abd_checksum_edonr_native at Base 0.8.2
+ abd_checksum_edonr_tmpl_free at Base 0.8.2
+ abd_checksum_edonr_tmpl_init at Base 0.8.2
+ abd_checksum_sha256 at Base 2.2.0
+ abd_checksum_sha512_byteswap at Base 2.2.0
+ abd_checksum_sha512_native at Base 2.2.0
+ abd_checksum_skein_byteswap at Base 0.8.2
+ abd_checksum_skein_native at Base 0.8.2
+ abd_checksum_skein_tmpl_free at Base 0.8.2
+ abd_checksum_skein_tmpl_init at Base 0.8.2
+ abd_cmp at Base 0.8.2
+ abd_cmp_buf_off at Base 0.8.2
+ abd_copy_from_buf_off at Base 0.8.2
+ abd_copy_off at Base 0.8.2
+ abd_copy_to_buf_off at Base 0.8.2
+ abd_fini at Base 0.8.2
+ abd_fletcher_4_byteswap at Base 0.8.2
+ abd_fletcher_4_native at Base 0.8.2
+ abd_free at Base 0.8.2
+ abd_free_chunks at Base 2.0
+ abd_free_linear_page at Base 2.0
+ abd_free_struct at Base 2.0
+ abd_free_struct_impl at Base 2.1
+ abd_gang_add at Base 2.0
+ abd_gang_get_offset at Base 2.0
+ abd_get_from_buf at Base 0.8.2
+ abd_get_offset at Base 0.8.2
+ abd_get_offset_scatter at Base 2.0
+ abd_get_offset_size at Base 0.8.2
+ abd_get_offset_struct at Base 2.1
+ abd_get_zeros at Base 2.0
+ abd_init at Base 0.8.2
+ abd_iter_advance at Base 2.1
+ abd_iter_at_end at Base 2.1
+ abd_iter_init at Base 2.1
+ abd_iter_map at Base 2.0
+ abd_iter_unmap at Base 2.0
+ abd_iterate_func2 at Base 0.8.2
+ abd_iterate_func at Base 0.8.2
+ abd_raidz_gen_iterate at Base 0.8.2
+ abd_raidz_rec_iterate at Base 0.8.2
+ abd_release_ownership_of_buf at Base 0.8.2
+ abd_return_buf at Base 0.8.2
+ abd_return_buf_copy at Base 0.8.2
+ abd_size_alloc_linear at Base 2.0
+ abd_take_ownership_of_buf at Base 0.8.2
+ abd_to_buf at Base 0.8.2
+ abd_update_linear_stats at Base 2.0
+ abd_update_scatter_stats at Base 2.0
+ abd_verify at Base 2.0
+ abd_verify_scatter at Base 2.0
+ abd_zero_off at Base 0.8.2
+ abd_zero_scatter at Base 2.0
+ (arch=amd64)aes_aesni_impl at Base 0.8.2
+ aes_alloc_keysched at Base 0.8.2
+ aes_copy_block at Base 0.8.2
+ (arch=amd64)aes_decrypt_amd64 at Base 0.8.2
+ aes_decrypt_block at Base 0.8.2
+ aes_decrypt_contiguous_blocks at Base 0.8.2
+ (arch=amd64)aes_decrypt_intel at Base 0.8.2
+ (arch=amd64)aes_encrypt_amd64 at Base 0.8.2
+ aes_encrypt_block at Base 0.8.2
+ aes_encrypt_contiguous_blocks at Base 0.8.2
+ (arch=amd64)aes_encrypt_intel at Base 0.8.2
+ aes_generic_impl at Base 0.8.2
+ aes_impl_get_ops at Base 0.8.2
+ aes_impl_init at Base 0.8.2
+ aes_impl_set at Base 0.8.2
+ aes_init_keysched at Base 0.8.2
+ aes_mod_fini at Base 0.8.2
+ aes_mod_init at Base 0.8.2
+ (arch=amd64)aes_x86_64_impl at Base 0.8.2
+ aes_xor_block at Base 0.8.2
+ (arch=amd64)aesni_gcm_decrypt at Base 0.8.4
+ (arch=amd64)aesni_gcm_encrypt at Base 0.8.4
+ aggsum_add at Base 0.8.2
+ aggsum_compare at Base 0.8.2
+ aggsum_fini at Base 0.8.2
+ aggsum_init at Base 0.8.2
+ aggsum_lower_bound at Base 0.8.2
+ aggsum_upper_bound at Base 0.8.2
+ aggsum_value at Base 0.8.2
+ arc_add_prune_callback at Base 0.8.2
+ arc_all_memory at Base 2.0
+ arc_alloc_buf at Base 0.8.2
+ arc_alloc_compressed_buf at Base 0.8.2
+ arc_alloc_raw_buf at Base 0.8.2
+ arc_available_memory at Base 2.0
+ arc_bcopy_func at Base 0.8.2
+ arc_buf_access at Base 0.8.2
+ arc_buf_destroy at Base 0.8.2
+ arc_buf_freeze at Base 0.8.2
+ arc_buf_info at Base 0.8.2
+ arc_buf_lsize at Base 0.8.2
+ arc_buf_sigsegv at Base 0.8.2
+ arc_buf_size at Base 0.8.2
+ arc_buf_thaw at Base 0.8.2
+ arc_convert_to_raw at Base 0.8.2
+ arc_default_max at Base 2.0
+ arc_fini at Base 0.8.2
+ arc_flush at Base 0.8.2
+ arc_free_memory at Base 2.0
+ arc_freed at Base 0.8.2
+ arc_get_complevel at Base 2.0
+ arc_get_compression at Base 0.8.2
+ arc_get_raw_params at Base 0.8.2
+ arc_getbuf_func at Base 0.8.2
+ arc_grow_retry at Base 2.0
+ arc_growtime at Base 2.0
+ arc_init at Base 0.8.2
+ arc_is_encrypted at Base 0.8.2
+ arc_is_metadata at Base 0.8.2
+ arc_is_unauthenticated at Base 0.8.2
+ arc_kmem_reap_soon at Base 2.0
+ arc_loan_buf at Base 0.8.2
+ arc_loan_compressed_buf at Base 0.8.2
+ arc_loan_inuse_buf at Base 0.8.2
+ arc_loan_raw_buf at Base 0.8.2
+ arc_lotsfree_percent at Base 0.8.2
+ arc_memory_throttle at Base 2.0
+ arc_no_grow_shift at Base 0.8.2
+ arc_prune_list at Base 2.0
+ arc_prune_mtx at Base 2.0
+ arc_prune_taskq at Base 2.0
+ arc_read at Base 0.8.2
+ arc_reclaim_needed at Base 2.0
+ arc_reduce_target_size at Base 2.0
+ arc_referenced at Base 2.0
+ arc_register_hotplug at Base 2.1
+ arc_release at Base 0.8.2
+ arc_released at Base 0.8.2
+ arc_remove_prune_callback at Base 0.8.2
+ arc_return_buf at Base 0.8.2
+ arc_set_limits at Base 2.1
+ arc_shrink_shift at Base 2.0
+ arc_space_consume at Base 0.8.2
+ arc_space_return at Base 0.8.2
+ arc_stats at Base 2.0
+ arc_sums at Base 2.1
+ arc_target_bytes at Base 0.8.2
+ arc_tempreserve_clear at Base 0.8.2
+ arc_tempreserve_space at Base 0.8.2
+ arc_tuning_update at Base 2.0
+ arc_unregister_hotplug at Base 2.1
+ arc_untransform at Base 0.8.2
+ arc_wait_for_eviction at Base 2.0
+ arc_warm at Base 2.0
+ arc_watch at Base 0.8.2
+ arc_write at Base 0.8.2
+ atomic_add_16 at Base 2.2.0
+ atomic_add_16_nv at Base 2.2.0
+ atomic_add_32 at Base 2.2.0
+ atomic_add_32_nv at Base 2.2.0
+ atomic_add_64 at Base 2.2.0
+ atomic_add_64_nv at Base 2.2.0
+ atomic_add_8 at Base 2.2.0
+ atomic_add_8_nv at Base 2.2.0
+ atomic_add_char at Base 2.2.0
+ atomic_add_char_nv at Base 2.2.0
+ atomic_add_int at Base 2.2.0
+ atomic_add_int_nv at Base 2.2.0
+ atomic_add_long at Base 2.2.0
+ atomic_add_long_nv at Base 2.2.0
+ atomic_add_ptr at Base 2.2.0
+ atomic_add_ptr_nv at Base 2.2.0
+ atomic_add_short at Base 2.2.0
+ atomic_add_short_nv at Base 2.2.0
+ atomic_and_16 at Base 2.2.0
+ atomic_and_16_nv at Base 2.2.0
+ atomic_and_32 at Base 2.2.0
+ atomic_and_32_nv at Base 2.2.0
+ atomic_and_64 at Base 2.2.0
+ atomic_and_64_nv at Base 2.2.0
+ atomic_and_8 at Base 2.2.0
+ atomic_and_8_nv at Base 2.2.0
+ atomic_and_uchar at Base 2.2.0
+ atomic_and_uchar_nv at Base 2.2.0
+ atomic_and_uint at Base 2.2.0
+ atomic_and_uint_nv at Base 2.2.0
+ atomic_and_ulong at Base 2.2.0
+ atomic_and_ulong_nv at Base 2.2.0
+ atomic_and_ushort at Base 2.2.0
+ atomic_and_ushort_nv at Base 2.2.0
+ atomic_cas_16 at Base 2.2.0
+ atomic_cas_32 at Base 2.2.0
+ atomic_cas_64 at Base 2.2.0
+ atomic_cas_8 at Base 2.2.0
+ atomic_cas_ptr at Base 2.2.0
+ atomic_cas_uchar at Base 2.2.0
+ atomic_cas_uint at Base 2.2.0
+ atomic_cas_ulong at Base 2.2.0
+ atomic_cas_ushort at Base 2.2.0
+ atomic_clear_long_excl at Base 2.2.0
+ atomic_dec_16 at Base 2.2.0
+ atomic_dec_16_nv at Base 2.2.0
+ atomic_dec_32 at Base 2.2.0
+ atomic_dec_32_nv at Base 2.2.0
+ atomic_dec_64 at Base 2.2.0
+ atomic_dec_64_nv at Base 2.2.0
+ atomic_dec_8 at Base 2.2.0
+ atomic_dec_8_nv at Base 2.2.0
+ atomic_dec_uchar at Base 2.2.0
+ atomic_dec_uchar_nv at Base 2.2.0
+ atomic_dec_uint at Base 2.2.0
+ atomic_dec_uint_nv at Base 2.2.0
+ atomic_dec_ulong at Base 2.2.0
+ atomic_dec_ulong_nv at Base 2.2.0
+ atomic_dec_ushort at Base 2.2.0
+ atomic_dec_ushort_nv at Base 2.2.0
+ atomic_inc_16 at Base 2.2.0
+ atomic_inc_16_nv at Base 2.2.0
+ atomic_inc_32 at Base 2.2.0
+ atomic_inc_32_nv at Base 2.2.0
+ atomic_inc_64 at Base 2.2.0
+ atomic_inc_64_nv at Base 2.2.0
+ atomic_inc_8 at Base 2.2.0
+ atomic_inc_8_nv at Base 2.2.0
+ atomic_inc_uchar at Base 2.2.0
+ atomic_inc_uchar_nv at Base 2.2.0
+ atomic_inc_uint at Base 2.2.0
+ atomic_inc_uint_nv at Base 2.2.0
+ atomic_inc_ulong at Base 2.2.0
+ atomic_inc_ulong_nv at Base 2.2.0
+ atomic_inc_ushort at Base 2.2.0
+ atomic_inc_ushort_nv at Base 2.2.0
+ (arch-bits=32)atomic_load_64 at Base 2.2.0
+ atomic_or_16 at Base 2.2.0
+ atomic_or_16_nv at Base 2.2.0
+ atomic_or_32 at Base 2.2.0
+ atomic_or_32_nv at Base 2.2.0
+ atomic_or_64 at Base 2.2.0
+ atomic_or_64_nv at Base 2.2.0
+ atomic_or_8 at Base 2.2.0
+ atomic_or_8_nv at Base 2.2.0
+ atomic_or_uchar at Base 2.2.0
+ atomic_or_uchar_nv at Base 2.2.0
+ atomic_or_uint at Base 2.2.0
+ atomic_or_uint_nv at Base 2.2.0
+ atomic_or_ulong at Base 2.2.0
+ atomic_or_ulong_nv at Base 2.2.0
+ atomic_or_ushort at Base 2.2.0
+ atomic_or_ushort_nv at Base 2.2.0
+ atomic_set_long_excl at Base 2.2.0
+ (arch-bits=32)atomic_store_64 at Base 2.2.0
+ atomic_sub_16 at Base 2.2.0
+ atomic_sub_16_nv at Base 2.2.0
+ atomic_sub_32 at Base 2.2.0
+ atomic_sub_32_nv at Base 2.2.0
+ atomic_sub_64 at Base 2.2.0
+ atomic_sub_64_nv at Base 2.2.0
+ atomic_sub_8 at Base 2.2.0
+ atomic_sub_8_nv at Base 2.2.0
+ atomic_sub_char at Base 2.2.0
+ atomic_sub_char_nv at Base 2.2.0
+ atomic_sub_int at Base 2.2.0
+ atomic_sub_int_nv at Base 2.2.0
+ atomic_sub_long at Base 2.2.0
+ atomic_sub_long_nv at Base 2.2.0
+ atomic_sub_ptr at Base 2.2.0
+ atomic_sub_ptr_nv at Base 2.2.0
+ atomic_sub_short at Base 2.2.0
+ atomic_sub_short_nv at Base 2.2.0
+ atomic_swap_16 at Base 2.2.0
+ atomic_swap_32 at Base 2.2.0
+ atomic_swap_64 at Base 2.2.0
+ atomic_swap_8 at Base 2.2.0
+ atomic_swap_ptr at Base 2.2.0
+ atomic_swap_uchar at Base 2.2.0
+ atomic_swap_uint at Base 2.2.0
+ atomic_swap_ulong at Base 2.2.0
+ atomic_swap_ushort at Base 2.2.0
+ (arch=amd64)atomic_toggle_boolean_nv at Base 0.8.4
+ avl_add at Base 2.2.0
+ avl_create at Base 2.2.0
+ avl_destroy at Base 2.2.0
+ avl_destroy_nodes at Base 2.2.0
+ avl_find at Base 2.2.0
+ avl_first at Base 2.2.0
+ avl_insert at Base 2.2.0
+ avl_insert_here at Base 2.2.0
+ avl_is_empty at Base 2.2.0
+ avl_last at Base 2.2.0
+ avl_nearest at Base 2.2.0
+ avl_numnodes at Base 2.2.0
+ avl_remove at Base 2.2.0
+ avl_swap at Base 2.2.0
+ avl_update at Base 2.2.0
+ avl_update_gt at Base 2.2.0
+ avl_update_lt at Base 2.2.0
+ avl_walk at Base 2.2.0
+ (arch=amd64)blake3_avx2_impl at Base 2.2.0
+ (arch=amd64)blake3_avx512_impl at Base 2.2.0
+ blake3_generic_impl at Base 2.2.0
+ blake3_get_ops at Base 2.2.0
+ (arch=amd64 arm64 ppc64el)blake3_sse2_impl at Base 2.2.0
+ (arch=amd64 arm64 ppc64el)blake3_sse41_impl at Base 2.2.0
+ bookmark_namecheck at Base 2.1
+ bp_get_dsize at Base 0.8.2
+ bp_get_dsize_sync at Base 0.8.2
+ bplist_append at Base 0.8.2
+ bplist_append_cb at Base 2.0
+ bplist_clear at Base 2.0
+ bplist_create at Base 0.8.2
+ bplist_destroy at Base 0.8.2
+ bplist_iterate at Base 0.8.2
+ bpobj_alloc at Base 0.8.2
+ bpobj_alloc_empty at Base 0.8.2
+ bpobj_close at Base 0.8.2
+ bpobj_decr_empty at Base 0.8.2
+ bpobj_enqueue at Base 0.8.2
+ bpobj_enqueue_alloc_cb at Base 2.0
+ bpobj_enqueue_free_cb at Base 2.0
+ bpobj_enqueue_subobj at Base 0.8.2
+ bpobj_free at Base 0.8.2
+ bpobj_is_empty at Base 0.8.2
+ bpobj_is_open at Base 0.8.2
+ bpobj_iterate at Base 0.8.2
+ bpobj_iterate_nofree at Base 0.8.2
+ bpobj_open at Base 0.8.2
+ bpobj_prefetch_subobj at Base 2.1.9
+ bpobj_space at Base 0.8.2
+ bpobj_space_range at Base 0.8.2
+ bptree_add at Base 0.8.2
+ bptree_alloc at Base 0.8.2
+ bptree_args_t at Base 0.8.2
+ bptree_free at Base 0.8.2
+ bptree_is_empty at Base 0.8.2
+ bptree_iterate at Base 0.8.2
+ bqueue_dequeue at Base 0.8.2
+ bqueue_destroy at Base 0.8.2
+ bqueue_enqueue at Base 0.8.2
+ bqueue_enqueue_flush at Base 2.0
+ bqueue_init at Base 0.8.2
+ brt_create at Base 2.2.0
+ brt_entry_decref at Base 2.2.0
+ brt_entry_get_refcount at Base 2.2.0
+ brt_fini at Base 2.2.0
+ brt_get_dspace at Base 2.2.0
+ brt_get_ratio at Base 2.2.0
+ brt_get_saved at Base 2.2.0
+ brt_get_used at Base 2.2.0
+ brt_init at Base 2.2.0
+ brt_load at Base 2.2.0
+ brt_maybe_exists at Base 2.2.0
+ brt_pending_add at Base 2.2.0
+ brt_pending_apply at Base 2.2.0
+ brt_pending_remove at Base 2.2.0
+ brt_sums at Base 2.2.0
+ brt_sync at Base 2.2.0
+ brt_unload at Base 2.2.0
+ brt_zap_indirect_blockshift at Base 2.2.0
+ brt_zap_leaf_blockshift at Base 2.2.0
+ byteswap_uint16_array at Base 0.8.2
+ byteswap_uint32_array at Base 0.8.2
+ byteswap_uint64_array at Base 0.8.2
+ byteswap_uint8_array at Base 0.8.2
+ calculate_ccm_mac at Base 0.8.2
+ cbc_alloc_ctx at Base 0.8.2
+ cbc_decrypt_contiguous_blocks at Base 0.8.2
+ cbc_encrypt_contiguous_blocks at Base 0.8.2
+ cbc_init_ctx at Base 0.8.2
+ ccm_alloc_ctx at Base 0.8.2
+ ccm_decrypt_final at Base 0.8.2
+ ccm_encrypt_final at Base 0.8.2
+ ccm_init_ctx at Base 0.8.2
+ ccm_mode_decrypt_contiguous_blocks at Base 0.8.2
+ ccm_mode_encrypt_contiguous_blocks at Base 0.8.2
+ chksum_fini at Base 2.2.0
+ chksum_init at Base 2.2.0
+ cityhash4 at Base 0.8.2
+ (arch=amd64)clear_fpu_regs_avx at Base 0.8.4
+ cmn_err at Base 0.8.2
+ crgetgid at Base 0.8.2
+ crgetgroups at Base 0.8.2
+ crgetngroups at Base 0.8.2
+ crgetruid at Base 0.8.2
+ crgetuid at Base 0.8.2
+ crypto_create_ctx_template at Base 0.8.2
+ crypto_decrypt at Base 0.8.2
+ crypto_destroy_ctx_template at Base 0.8.2
+ crypto_encrypt at Base 0.8.2
+ crypto_free_mode_ctx at Base 0.8.2
+ crypto_get_ptrs at Base 0.8.2
+ crypto_init_ptrs at Base 0.8.2
+ crypto_mac at Base 0.8.2
+ crypto_mac_final at Base 0.8.2
+ crypto_mac_init at Base 0.8.2
+ crypto_mac_update at Base 0.8.2
+ crypto_mech2id at Base 0.8.2
+ crypto_put_output_data at Base 0.8.2
+ crypto_register_provider at Base 0.8.2
+ crypto_unregister_provider at Base 0.8.2
+ crypto_update_iov at Base 0.8.2
+ crypto_update_uio at Base 0.8.2
+ ctr_alloc_ctx at Base 0.8.2
+ ctr_init_ctx at Base 0.8.2
+ ctr_mode_contiguous_blocks at Base 0.8.2
+ ctr_mode_final at Base 0.8.2
+ cv_broadcast at Base 0.8.2
+ cv_destroy at Base 0.8.2
+ cv_init at Base 0.8.2
+ cv_signal at Base 0.8.2
+ cv_timedwait at Base 0.8.2
+ cv_timedwait_hires at Base 0.8.2
+ cv_wait at Base 0.8.2
+ cv_wait_sig at Base 0.8.3
+ dataset_namecheck at Base 0.8.2
+ dataset_nestcheck at Base 0.8.2
+ dbuf_add_ref at Base 0.8.2
+ dbuf_assign_arcbuf at Base 0.8.2
+ dbuf_caches at Base 0.8.2
+ dbuf_create_bonus at Base 0.8.2
+ dbuf_destroy at Base 0.8.2
+ dbuf_dirty at Base 0.8.2
+ dbuf_dirty_lightweight at Base 2.1
+ dbuf_dnode_findbp at Base 2.0
+ dbuf_find at Base 0.8.2
+ dbuf_fini at Base 0.8.2
+ dbuf_free_range at Base 0.8.2
+ dbuf_hold at Base 0.8.2
+ dbuf_hold_impl at Base 0.8.2
+ dbuf_hold_level at Base 0.8.2
+ dbuf_init at Base 0.8.2
+ dbuf_is_l2cacheable at Base 2.1.6
+ dbuf_is_metadata at Base 0.8.2
+ dbuf_loan_arcbuf at Base 0.8.2
+ dbuf_new_size at Base 0.8.2
+ dbuf_prefetch at Base 0.8.2
+ dbuf_prefetch_impl at Base 2.1
+ dbuf_read at Base 0.8.2
+ dbuf_refcount at Base 0.8.2
+ dbuf_rele at Base 0.8.2
+ dbuf_rele_and_unlock at Base 0.8.2
+ dbuf_release_bp at Base 0.8.2
+ dbuf_rm_spill at Base 0.8.2
+ dbuf_spill_set_blksz at Base 0.8.2
+ dbuf_stats at Base 0.8.2
+ dbuf_stats_destroy at Base 0.8.2
+ dbuf_stats_init at Base 0.8.2
+ dbuf_sums at Base 2.1
+ dbuf_sync_list at Base 0.8.2
+ dbuf_try_add_ref at Base 0.8.2
+ dbuf_undirty at Base 2.2.0
+ dbuf_unoverride at Base 0.8.2
+ dbuf_whichblock at Base 0.8.2
+ ddi_strtoull at Base 0.8.2
+ ddt_addref at Base 2.2.0
+ ddt_bp_create at Base 0.8.2
+ ddt_bp_fill at Base 0.8.2
+ ddt_class_contains at Base 0.8.2
+ ddt_compress at Base 0.8.2
+ ddt_create at Base 0.8.2
+ ddt_decompress at Base 0.8.2
+ ddt_enter at Base 0.8.2
+ ddt_entry_compare at Base 0.8.2
+ ddt_exit at Base 0.8.2
+ ddt_fini at Base 0.8.2
+ ddt_get_dedup_dspace at Base 0.8.2
+ ddt_get_dedup_histogram at Base 0.8.2
+ ddt_get_dedup_object_stats at Base 0.8.2
+ ddt_get_dedup_stats at Base 0.8.2
+ ddt_get_pool_dedup_ratio at Base 0.8.2
+ ddt_histogram_add at Base 0.8.2
+ ddt_histogram_empty at Base 0.8.2
+ ddt_histogram_stat at Base 0.8.2
+ ddt_init at Base 0.8.2
+ ddt_key_fill at Base 0.8.2
+ ddt_load at Base 0.8.2
+ ddt_lookup at Base 0.8.2
+ ddt_object_count at Base 0.8.2
+ ddt_object_exists at Base 0.8.2
+ ddt_object_info at Base 0.8.2
+ ddt_object_name at Base 0.8.2
+ ddt_object_update at Base 0.8.2
+ ddt_object_walk at Base 0.8.2
+ ddt_phys_addref at Base 0.8.2
+ ddt_phys_clear at Base 0.8.2
+ ddt_phys_decref at Base 0.8.2
+ ddt_phys_fill at Base 0.8.2
+ ddt_phys_free at Base 0.8.2
+ ddt_phys_select at Base 0.8.2
+ ddt_phys_total_refcnt at Base 0.8.2
+ ddt_prefetch at Base 0.8.2
+ ddt_remove at Base 0.8.2
+ ddt_repair_done at Base 0.8.2
+ ddt_repair_start at Base 0.8.2
+ ddt_select at Base 0.8.2
+ ddt_stat_add at Base 0.8.2
+ ddt_sync at Base 0.8.2
+ ddt_unload at Base 0.8.2
+ ddt_walk at Base 0.8.2
+ ddt_zap_ops at Base 0.8.2
+ decode_embedded_bp at Base 0.8.2
+ decode_embedded_bp_compressed at Base 0.8.2
+ delay at Base 0.8.2
+ dmu_assign_arcbuf_by_dbuf at Base 0.8.2
+ dmu_assign_arcbuf_by_dnode at Base 0.8.2
+ dmu_bonus_hold at Base 0.8.2
+ dmu_bonus_hold_by_dnode at Base 0.8.2
+ dmu_bonus_max at Base 0.8.2
+ dmu_brt_clone at Base 2.2.0
+ dmu_buf_add_ref at Base 0.8.2
+ dmu_buf_dnode_enter at Base 0.8.2
+ dmu_buf_dnode_exit at Base 0.8.2
+ dmu_buf_fill_done at Base 0.8.2
+ dmu_buf_get_blkptr at Base 0.8.2
+ dmu_buf_get_objset at Base 0.8.2
+ dmu_buf_get_user at Base 0.8.2
+ dmu_buf_hold at Base 0.8.2
+ dmu_buf_hold_array at Base 2.2.0
+ dmu_buf_hold_array_by_bonus at Base 0.8.2
+ dmu_buf_hold_array_by_dnode at Base 2.0
+ dmu_buf_hold_by_dnode at Base 0.8.2
+ dmu_buf_hold_noread at Base 0.8.2
+ dmu_buf_hold_noread_by_dnode at Base 2.2.0
+ dmu_buf_is_dirty at Base 0.8.2
+ dmu_buf_lock_parent at Base 2.0
+ dmu_buf_redact at Base 2.0
+ dmu_buf_refcount at Base 0.8.2
+ dmu_buf_rele at Base 0.8.2
+ dmu_buf_rele_array at Base 0.8.2
+ dmu_buf_remove_user at Base 0.8.2
+ dmu_buf_replace_user at Base 0.8.2
+ dmu_buf_set_crypt_params at Base 0.8.2
+ dmu_buf_set_user at Base 0.8.2
+ dmu_buf_set_user_ie at Base 0.8.2
+ dmu_buf_try_add_ref at Base 0.8.2
+ dmu_buf_unlock_parent at Base 2.0
+ dmu_buf_user_evict_wait at Base 0.8.2
+ dmu_buf_user_refcount at Base 0.8.2
+ dmu_buf_will_clone at Base 2.2.0
+ dmu_buf_will_dirty at Base 0.8.2
+ dmu_buf_will_fill at Base 0.8.2
+ dmu_buf_will_not_fill at Base 0.8.2
+ dmu_buf_write_embedded at Base 0.8.2
+ dmu_diff at Base 0.8.2
+ dmu_dir_list_next at Base 0.8.2
+ dmu_fini at Base 0.8.2
+ dmu_free_long_object at Base 0.8.2
+ dmu_free_long_range at Base 0.8.2
+ dmu_free_range at Base 0.8.2
+ dmu_fsname at Base 0.8.2
+ dmu_get_bonustype at Base 0.8.2
+ dmu_get_file_info at Base 2.0
+ dmu_init at Base 0.8.2
+ dmu_lightweight_write_by_dnode at Base 2.1
+ dmu_object_alloc at Base 0.8.2
+ dmu_object_alloc_chunk_shift at Base 0.8.2
+ dmu_object_alloc_dnsize at Base 0.8.2
+ dmu_object_alloc_hold at Base 0.8.2
+ dmu_object_alloc_ibs at Base 0.8.2
+ dmu_object_claim at Base 0.8.2
+ dmu_object_claim_dnsize at Base 0.8.2
+ dmu_object_dnsize_from_db at Base 0.8.2
+ dmu_object_free at Base 0.8.2
+ dmu_object_free_zapified at Base 0.8.2
+ dmu_object_info at Base 0.8.2
+ dmu_object_info_from_db at Base 0.8.2
+ dmu_object_info_from_dnode at Base 0.8.2
+ dmu_object_next at Base 0.8.2
+ dmu_object_reclaim at Base 0.8.2
+ dmu_object_reclaim_dnsize at Base 0.8.2
+ dmu_object_rm_spill at Base 0.8.2
+ dmu_object_set_blocksize at Base 0.8.2
+ dmu_object_set_checksum at Base 0.8.2
+ dmu_object_set_compress at Base 0.8.2
+ dmu_object_set_maxblkid at Base 0.8.2
+ dmu_object_set_nlevels at Base 0.8.2
+ dmu_object_size_from_db at Base 0.8.2
+ dmu_object_zapify at Base 0.8.2
+ dmu_objset_byteswap at Base 0.8.2
+ dmu_objset_clone at Base 0.8.2
+ dmu_objset_create at Base 0.8.2
+ dmu_objset_create_crypt_check at Base 0.8.2
+ dmu_objset_create_impl at Base 0.8.2
+ dmu_objset_create_impl_dnstats at Base 0.8.2
+ dmu_objset_disown at Base 0.8.2
+ dmu_objset_dnodesize at Base 0.8.2
+ dmu_objset_ds at Base 0.8.2
+ dmu_objset_evict at Base 0.8.2
+ dmu_objset_evict_dbufs at Base 0.8.2
+ dmu_objset_evict_done at Base 0.8.2
+ dmu_objset_fast_stat at Base 0.8.2
+ dmu_objset_find at Base 0.8.2
+ dmu_objset_find_dp at Base 0.8.2
+ dmu_objset_fini at Base 0.8.2
+ dmu_objset_from_ds at Base 0.8.2
+ dmu_objset_fsid_guid at Base 0.8.2
+ dmu_objset_get_user at Base 0.8.2
+ dmu_objset_hold at Base 0.8.2
+ dmu_objset_hold_flags at Base 0.8.2
+ dmu_objset_id at Base 0.8.2
+ dmu_objset_id_quota_upgrade at Base 0.8.2
+ dmu_objset_incompatible_encryption_version at Base 0.8.2
+ dmu_objset_init at Base 0.8.2
+ dmu_objset_is_dirty at Base 0.8.2
+ dmu_objset_is_receiving at Base 0.8.2
+ dmu_objset_is_snapshot at Base 0.8.2
+ dmu_objset_logbias at Base 0.8.2
+ dmu_objset_name at Base 0.8.2
+ dmu_objset_open_impl at Base 0.8.2
+ dmu_objset_own at Base 0.8.2
+ dmu_objset_own_obj at Base 0.8.2
+ dmu_objset_pool at Base 0.8.2
+ dmu_objset_projectquota_enabled at Base 0.8.2
+ dmu_objset_projectquota_present at Base 0.8.2
+ dmu_objset_projectquota_upgradable at Base 0.8.2
+ dmu_objset_refresh_ownership at Base 0.8.2
+ dmu_objset_register_type at Base 0.8.2
+ dmu_objset_rele at Base 0.8.2
+ dmu_objset_rele_flags at Base 0.8.2
+ dmu_objset_set_user at Base 0.8.2
+ dmu_objset_snap_cmtime at Base 0.8.2
+ dmu_objset_snapshot_one at Base 0.8.2
+ dmu_objset_spa at Base 0.8.2
+ dmu_objset_space at Base 0.8.2
+ dmu_objset_stats at Base 0.8.2
+ dmu_objset_sync at Base 0.8.2
+ dmu_objset_sync_done at Base 2.1
+ dmu_objset_syncprop at Base 0.8.2
+ dmu_objset_type at Base 0.8.2
+ dmu_objset_userobjspace_present at Base 0.8.2
+ dmu_objset_userobjspace_upgradable at Base 0.8.2
+ dmu_objset_userobjused_enabled at Base 0.8.2
+ dmu_objset_userquota_get_ids at Base 0.8.2
+ dmu_objset_userspace_present at Base 0.8.2
+ dmu_objset_userspace_upgrade at Base 0.8.2
+ dmu_objset_userused_enabled at Base 0.8.2
+ dmu_objset_willuse_space at Base 0.8.2
+ dmu_objset_zil at Base 0.8.2
+ dmu_offset_next at Base 0.8.2
+ dmu_ot at Base 0.8.2
+ dmu_ot_byteswap at Base 0.8.2
+ dmu_prealloc at Base 0.8.2
+ dmu_prefetch at Base 0.8.2
+ dmu_prefetch_max at Base 0.8.2
+ dmu_read at Base 0.8.2
+ dmu_read_by_dnode at Base 0.8.2
+ dmu_read_l0_bps at Base 2.2.0
+ dmu_recv_begin at Base 0.8.2
+ dmu_recv_end at Base 0.8.2
+ dmu_recv_stream at Base 0.8.2
+ dmu_redact at Base 2.0
+ dmu_redact_snap at Base 2.0
+ dmu_request_arcbuf at Base 0.8.2
+ dmu_return_arcbuf at Base 0.8.2
+ dmu_rm_spill at Base 0.8.2
+ dmu_send at Base 0.8.2
+ dmu_send_estimate_fast at Base 2.0
+ dmu_send_obj at Base 0.8.2
+ dmu_set_bonus at Base 0.8.2
+ dmu_set_bonustype at Base 0.8.2
+ dmu_snapshot_list_next at Base 0.8.2
+ dmu_snapshot_lookup at Base 0.8.2
+ dmu_snapshot_realname at Base 0.8.2
+ dmu_spill_hold_by_bonus at Base 0.8.2
+ dmu_spill_hold_by_dnode at Base 0.8.2
+ dmu_spill_hold_existing at Base 0.8.2
+ dmu_sync at Base 0.8.2
+ dmu_tx_abort at Base 0.8.2
+ dmu_tx_add_new_object at Base 0.8.2
+ dmu_tx_assign at Base 0.8.2
+ dmu_tx_callback_register at Base 0.8.2
+ dmu_tx_commit at Base 0.8.2
+ dmu_tx_create at Base 0.8.2
+ dmu_tx_create_assigned at Base 0.8.2
+ dmu_tx_create_dd at Base 0.8.2
+ dmu_tx_dirty_buf at Base 2.0
+ dmu_tx_do_callbacks at Base 0.8.2
+ dmu_tx_fini at Base 0.8.2
+ dmu_tx_get_txg at Base 0.8.2
+ dmu_tx_hold_append at Base 2.1.12
+ dmu_tx_hold_append_by_dnode at Base 2.1.12
+ dmu_tx_hold_bonus at Base 0.8.2
+ dmu_tx_hold_bonus_by_dnode at Base 0.8.2
+ dmu_tx_hold_clone_by_dnode at Base 2.2.0
+ dmu_tx_hold_free at Base 0.8.2
+ dmu_tx_hold_free_by_dnode at Base 0.8.2
+ dmu_tx_hold_sa at Base 0.8.2
+ dmu_tx_hold_sa_create at Base 0.8.2
+ dmu_tx_hold_space at Base 0.8.2
+ dmu_tx_hold_spill at Base 0.8.2
+ dmu_tx_hold_write at Base 0.8.2
+ dmu_tx_hold_write_by_dnode at Base 0.8.2
+ dmu_tx_hold_zap at Base 0.8.2
+ dmu_tx_hold_zap_by_dnode at Base 0.8.2
+ dmu_tx_init at Base 0.8.2
+ dmu_tx_is_syncing at Base 0.8.2
+ dmu_tx_mark_netfree at Base 0.8.2
+ dmu_tx_pool at Base 0.8.2
+ dmu_tx_private_ok at Base 0.8.2
+ dmu_tx_stats at Base 0.8.2
+ dmu_tx_wait at Base 0.8.2
+ dmu_write at Base 0.8.2
+ dmu_write_by_dnode at Base 0.8.2
+ dmu_write_embedded at Base 0.8.2
+ dmu_write_policy at Base 0.8.2
+ dmu_zfetch at Base 0.8.2
+ dmu_zfetch_fini at Base 0.8.2
+ dmu_zfetch_init at Base 0.8.2
+ dmu_zfetch_prepare at Base 2.1
+ dmu_zfetch_run at Base 2.1
+ dnode_add_ref at Base 0.8.2
+ dnode_allocate at Base 0.8.2
+ dnode_block_freed at Base 0.8.2
+ dnode_buf_byteswap at Base 0.8.2
+ dnode_byteswap at Base 0.8.2
+ dnode_diduse_space at Base 0.8.2
+ dnode_evict_bonus at Base 0.8.2
+ dnode_evict_dbufs at Base 0.8.2
+ dnode_fini at Base 0.8.2
+ dnode_free at Base 0.8.2
+ dnode_free_interior_slots at Base 0.8.2
+ dnode_free_range at Base 0.8.2
+ dnode_hold at Base 0.8.2
+ dnode_hold_impl at Base 0.8.2
+ dnode_init at Base 0.8.2
+ dnode_is_dirty at Base 2.1.2
+ dnode_new_blkid at Base 0.8.2
+ dnode_next_offset at Base 0.8.2
+ dnode_reallocate at Base 0.8.2
+ dnode_rele at Base 0.8.2
+ dnode_rele_and_unlock at Base 0.8.2
+ dnode_rm_spill at Base 0.8.2
+ dnode_set_blksz at Base 0.8.2
+ dnode_set_dirtyctx at Base 2.0
+ dnode_set_nlevels at Base 0.8.2
+ dnode_setbonus_type at Base 0.8.2
+ dnode_setbonuslen at Base 0.8.2
+ dnode_setdirty at Base 0.8.2
+ dnode_special_close at Base 0.8.2
+ dnode_special_open at Base 0.8.2
+ dnode_stats at Base 0.8.2
+ dnode_sums at Base 2.1.11
+ dnode_sync at Base 0.8.2
+ dnode_try_claim at Base 0.8.2
+ dnode_verify at Base 2.0
+ dprintf_find_string at Base 0.8.2
+ dprintf_setup at Base 0.8.2
+ dsl_bookmark_block_killed at Base 2.0
+ dsl_bookmark_create at Base 0.8.2
+ dsl_bookmark_create_check at Base 2.0
+ dsl_bookmark_create_nvl_validate at Base 2.0
+ dsl_bookmark_create_redacted at Base 2.0
+ dsl_bookmark_create_sync at Base 2.0
+ dsl_bookmark_destroy at Base 0.8.2
+ dsl_bookmark_ds_destroyed at Base 2.0
+ dsl_bookmark_fini_ds at Base 2.0
+ dsl_bookmark_init_ds at Base 2.0
+ dsl_bookmark_latest_txg at Base 2.0
+ dsl_bookmark_lookup at Base 0.8.2
+ dsl_bookmark_lookup_impl at Base 2.0
+ dsl_bookmark_next_changed at Base 2.0
+ dsl_bookmark_node_add at Base 2.0
+ dsl_bookmark_snapshotted at Base 2.0
+ dsl_bookmark_sync_done at Base 2.0
+ dsl_crypto_can_set_keylocation at Base 0.8.2
+ dsl_crypto_key_clone_sync at Base 0.8.2
+ dsl_crypto_key_create_sync at Base 0.8.2
+ dsl_crypto_key_destroy_sync at Base 0.8.2
+ dsl_crypto_params_create_nvlist at Base 0.8.2
+ dsl_crypto_params_free at Base 0.8.2
+ dsl_crypto_populate_key_nvlist at Base 0.8.2
+ dsl_crypto_recv_raw at Base 0.8.2
+ dsl_crypto_recv_raw_key_check at Base 0.8.2
+ dsl_crypto_recv_raw_key_sync at Base 0.8.2
+ dsl_dataset_activate_feature at Base 0.8.2
+ dsl_dataset_activate_redaction at Base 2.0
+ dsl_dataset_block_born at Base 0.8.2
+ dsl_dataset_block_kill at Base 0.8.2
+ dsl_dataset_block_remapped at Base 0.8.2
+ dsl_dataset_check_quota at Base 0.8.2
+ dsl_dataset_clone_swap_check_impl at Base 0.8.2
+ dsl_dataset_clone_swap_sync_impl at Base 0.8.2
+ dsl_dataset_create_crypt_sync at Base 0.8.2
+ dsl_dataset_create_key_mapping at Base 0.8.2
+ dsl_dataset_create_remap_deadlist at Base 0.8.2
+ dsl_dataset_create_sync at Base 0.8.2
+ dsl_dataset_create_sync_dd at Base 0.8.2
+ dsl_dataset_crypt_stats at Base 0.8.2
+ dsl_dataset_deactivate_feature at Base 0.8.2
+ dsl_dataset_destroy_remap_deadlist at Base 0.8.2
+ dsl_dataset_dirty at Base 0.8.2
+ dsl_dataset_disown at Base 0.8.2
+ dsl_dataset_fast_stat at Base 0.8.2
+ dsl_dataset_feature_is_active at Base 0.8.2
+ dsl_dataset_fsid_guid at Base 0.8.2
+ dsl_dataset_get_blkptr at Base 0.8.2
+ dsl_dataset_get_holds at Base 0.8.2
+ dsl_dataset_get_keystatus at Base 2.2.0
+ dsl_dataset_get_remap_deadlist_object at Base 0.8.2
+ dsl_dataset_get_snapname at Base 0.8.2
+ dsl_dataset_get_spa at Base 0.8.2
+ dsl_dataset_get_uint64_array_feature at Base 0.8.2
+ dsl_dataset_has_owner at Base 0.8.2
+ dsl_dataset_has_resume_receive_state at Base 0.8.2
+ dsl_dataset_hold at Base 0.8.2
+ dsl_dataset_hold_flags at Base 0.8.2
+ dsl_dataset_hold_obj at Base 0.8.2
+ dsl_dataset_hold_obj_flags at Base 0.8.2
+ dsl_dataset_is_before at Base 0.8.2
+ dsl_dataset_is_zapified at Base 0.8.2
+ dsl_dataset_long_held at Base 0.8.2
+ dsl_dataset_long_hold at Base 0.8.2
+ dsl_dataset_long_rele at Base 0.8.2
+ dsl_dataset_modified_since_snap at Base 0.8.2
+ dsl_dataset_name at Base 0.8.2
+ dsl_dataset_namelen at Base 0.8.2
+ dsl_dataset_oldest_snapshot at Base 2.2.0
+ dsl_dataset_own at Base 0.8.2
+ dsl_dataset_own_force at Base 2.0
+ dsl_dataset_own_obj at Base 0.8.2
+ dsl_dataset_own_obj_force at Base 2.0
+ dsl_dataset_promote at Base 0.8.2
+ dsl_dataset_promote_check at Base 0.8.2
+ dsl_dataset_promote_crypt_check at Base 0.8.2
+ dsl_dataset_promote_crypt_sync at Base 0.8.2
+ dsl_dataset_promote_sync at Base 0.8.2
+ dsl_dataset_recalc_head_uniq at Base 0.8.2
+ dsl_dataset_rele at Base 0.8.2
+ dsl_dataset_rele_flags at Base 0.8.2
+ dsl_dataset_remap_deadlist_exists at Base 0.8.2
+ dsl_dataset_remove_from_next_clones at Base 0.8.2
+ dsl_dataset_remove_key_mapping at Base 0.8.2
+ dsl_dataset_rename_snapshot at Base 0.8.2
+ dsl_dataset_rename_snapshot_check at Base 2.2.0
+ dsl_dataset_rename_snapshot_sync at Base 2.2.0
+ dsl_dataset_rollback at Base 0.8.2
+ dsl_dataset_rollback_check at Base 0.8.2
+ dsl_dataset_rollback_sync at Base 0.8.2
+ dsl_dataset_set_compression at Base 2.0
+ dsl_dataset_set_refquota at Base 0.8.2
+ dsl_dataset_set_refreservation at Base 0.8.2
+ dsl_dataset_set_refreservation_sync_impl at Base 0.8.2
+ dsl_dataset_snap_lookup at Base 0.8.2
+ dsl_dataset_snap_remove at Base 0.8.2
+ dsl_dataset_snapshot at Base 0.8.2
+ dsl_dataset_snapshot_check at Base 0.8.2
+ dsl_dataset_snapshot_check_impl at Base 0.8.2
+ dsl_dataset_snapshot_sync at Base 0.8.2
+ dsl_dataset_snapshot_sync_impl at Base 0.8.2
+ dsl_dataset_snapshot_tmp at Base 0.8.2
+ dsl_dataset_space at Base 0.8.2
+ dsl_dataset_space_wouldfree at Base 0.8.2
+ dsl_dataset_space_written at Base 0.8.2
+ dsl_dataset_space_written_bookmark at Base 2.0
+ dsl_dataset_stats at Base 0.8.2
+ dsl_dataset_sync at Base 0.8.2
+ dsl_dataset_sync_done at Base 0.8.2
+ dsl_dataset_try_add_ref at Base 0.8.2
+ dsl_dataset_tryown at Base 0.8.2
+ dsl_dataset_user_hold at Base 0.8.2
+ dsl_dataset_user_hold_check_one at Base 0.8.2
+ dsl_dataset_user_hold_sync_one at Base 0.8.2
+ dsl_dataset_user_release at Base 0.8.2
+ dsl_dataset_user_release_tmp at Base 0.8.2
+ dsl_dataset_zapify at Base 0.8.2
+ dsl_deadlist_add_key at Base 0.8.2
+ dsl_deadlist_alloc at Base 0.8.2
+ dsl_deadlist_clear_entry at Base 2.0
+ dsl_deadlist_clone at Base 0.8.2
+ dsl_deadlist_close at Base 0.8.2
+ dsl_deadlist_discard_tree at Base 2.0
+ dsl_deadlist_first at Base 2.0
+ dsl_deadlist_free at Base 0.8.2
+ dsl_deadlist_insert at Base 0.8.2
+ dsl_deadlist_insert_alloc_cb at Base 2.0
+ dsl_deadlist_insert_free_cb at Base 2.0
+ dsl_deadlist_is_open at Base 0.8.2
+ dsl_deadlist_iterate at Base 2.0
+ dsl_deadlist_last at Base 2.0
+ dsl_deadlist_merge at Base 0.8.2
+ dsl_deadlist_move_bpobj at Base 0.8.2
+ dsl_deadlist_open at Base 0.8.2
+ dsl_deadlist_remove_entry at Base 2.0
+ dsl_deadlist_remove_key at Base 0.8.2
+ dsl_deadlist_space at Base 0.8.2
+ dsl_deadlist_space_range at Base 0.8.2
+ dsl_deleg_access at Base 0.8.2
+ dsl_deleg_access_impl at Base 0.8.2
+ dsl_deleg_can_allow at Base 0.8.2
+ dsl_deleg_can_unallow at Base 0.8.2
+ dsl_deleg_destroy at Base 0.8.2
+ dsl_deleg_get at Base 0.8.2
+ dsl_deleg_set at Base 0.8.2
+ dsl_deleg_set_create_perms at Base 0.8.2
+ dsl_delegation_on at Base 0.8.2
+ dsl_destroy_head at Base 0.8.2
+ dsl_destroy_head_check at Base 0.8.2
+ dsl_destroy_head_check_impl at Base 0.8.2
+ dsl_destroy_head_sync at Base 0.8.2
+ dsl_destroy_head_sync_impl at Base 0.8.2
+ dsl_destroy_inconsistent at Base 0.8.2
+ dsl_destroy_snapshot at Base 0.8.2
+ dsl_destroy_snapshot_check at Base 0.8.2
+ dsl_destroy_snapshot_check_impl at Base 0.8.2
+ dsl_destroy_snapshot_sync at Base 0.8.2
+ dsl_destroy_snapshot_sync_impl at Base 0.8.2
+ dsl_destroy_snapshots_nvl at Base 0.8.2
+ dsl_dir_activate_fs_ss_limit at Base 0.8.2
+ dsl_dir_async_rele at Base 0.8.2
+ dsl_dir_cancel_waiters at Base 2.0
+ dsl_dir_create_sync at Base 0.8.2
+ dsl_dir_diduse_space at Base 0.8.2
+ dsl_dir_diduse_transfer_space at Base 2.1
+ dsl_dir_dirty at Base 0.8.2
+ dsl_dir_get_compressed at Base 0.8.2
+ dsl_dir_get_compressratio at Base 0.8.2
+ dsl_dir_get_filesystem_count at Base 0.8.2
+ dsl_dir_get_logicalused at Base 0.8.2
+ dsl_dir_get_origin at Base 0.8.2
+ dsl_dir_get_quota at Base 0.8.2
+ dsl_dir_get_reservation at Base 0.8.2
+ dsl_dir_get_snapshot_count at Base 0.8.2
+ dsl_dir_get_used at Base 0.8.2
+ dsl_dir_get_usedchild at Base 0.8.2
+ dsl_dir_get_usedds at Base 0.8.2
+ dsl_dir_get_usedrefreserv at Base 0.8.2
+ dsl_dir_get_usedsnap at Base 0.8.2
+ dsl_dir_hold at Base 0.8.2
+ dsl_dir_hold_obj at Base 0.8.2
+ dsl_dir_incompatible_encryption_version at Base 0.8.2
+ dsl_dir_is_clone at Base 0.8.2
+ dsl_dir_is_zapified at Base 0.8.2
+ dsl_dir_livelist_close at Base 2.0
+ dsl_dir_livelist_open at Base 2.0
+ dsl_dir_name at Base 0.8.2
+ dsl_dir_namelen at Base 0.8.2
+ dsl_dir_rele at Base 0.8.2
+ dsl_dir_remove_clones_key at Base 2.0
+ dsl_dir_remove_livelist at Base 2.0
+ dsl_dir_rename at Base 0.8.2
+ dsl_dir_rename_crypt_check at Base 0.8.2
+ dsl_dir_set_quota at Base 0.8.2
+ dsl_dir_set_reservation at Base 0.8.2
+ dsl_dir_set_reservation_sync_impl at Base 0.8.2
+ dsl_dir_snap_cmtime at Base 0.8.2
+ dsl_dir_snap_cmtime_update at Base 0.8.2
+ dsl_dir_space_available at Base 0.8.2
+ dsl_dir_stats at Base 0.8.2
+ dsl_dir_sync at Base 0.8.2
+ dsl_dir_tempreserve_clear at Base 0.8.2
+ dsl_dir_tempreserve_space at Base 0.8.2
+ dsl_dir_transfer_possible at Base 0.8.2
+ dsl_dir_transfer_space at Base 0.8.2
+ dsl_dir_wait at Base 2.0
+ dsl_dir_willuse_space at Base 0.8.2
+ dsl_dir_zapify at Base 0.8.2
+ dsl_dsobj_to_dsname at Base 0.8.2
+ dsl_early_sync_task at Base 0.8.2
+ dsl_early_sync_task_nowait at Base 0.8.2
+ dsl_errorscrub_active at Base 2.2.0
+ dsl_errorscrub_is_paused at Base 2.2.0
+ dsl_errorscrub_sync at Base 2.2.0
+ dsl_errorscrubbing at Base 2.2.0
+ dsl_free at Base 0.8.2
+ dsl_free_sync at Base 0.8.2
+ dsl_fs_ss_count_adjust at Base 0.8.2
+ dsl_fs_ss_limit_check at Base 0.8.2
+ dsl_get_available at Base 0.8.2
+ dsl_get_bookmark_props at Base 2.0
+ dsl_get_bookmarks at Base 0.8.2
+ dsl_get_bookmarks_impl at Base 0.8.2
+ dsl_get_compressratio at Base 0.8.2
+ dsl_get_creation at Base 0.8.2
+ dsl_get_creationtxg at Base 0.8.2
+ dsl_get_defer_destroy at Base 0.8.2
+ dsl_get_guid at Base 0.8.2
+ dsl_get_inconsistent at Base 0.8.2
+ dsl_get_logicalreferenced at Base 0.8.2
+ dsl_get_mountpoint at Base 0.8.2
+ dsl_get_numclones at Base 0.8.2
+ dsl_get_objsetid at Base 0.8.2
+ dsl_get_prev_snap at Base 0.8.2
+ dsl_get_redact_snaps at Base 2.0
+ dsl_get_redacted at Base 2.0
+ dsl_get_referenced at Base 0.8.2
+ dsl_get_refquota at Base 0.8.2
+ dsl_get_refratio at Base 0.8.2
+ dsl_get_refreservation at Base 0.8.2
+ dsl_get_unique at Base 0.8.2
+ dsl_get_used at Base 0.8.2
+ dsl_get_userrefs at Base 0.8.2
+ dsl_get_written at Base 0.8.2
+ dsl_pool_adjustedsize at Base 0.8.2
+ dsl_pool_clean_tmp_userrefs at Base 0.8.2
+ dsl_pool_close at Base 0.8.2
+ dsl_pool_config_enter at Base 0.8.2
+ dsl_pool_config_enter_prio at Base 0.8.2
+ dsl_pool_config_exit at Base 0.8.2
+ dsl_pool_config_held at Base 0.8.2
+ dsl_pool_config_held_writer at Base 0.8.2
+ dsl_pool_create at Base 0.8.2
+ dsl_pool_create_obsolete_bpobj at Base 0.8.2
+ dsl_pool_create_origin at Base 0.8.2
+ dsl_pool_deferred_space at Base 2.1.4
+ dsl_pool_destroy_obsolete_bpobj at Base 0.8.2
+ dsl_pool_dirty_space at Base 0.8.2
+ dsl_pool_hold at Base 0.8.2
+ dsl_pool_init at Base 0.8.2
+ dsl_pool_mos_diduse_space at Base 0.8.2
+ dsl_pool_need_dirty_delay at Base 0.8.2
+ dsl_pool_need_wrlog_delay at Base 2.1.6
+ dsl_pool_open at Base 0.8.2
+ dsl_pool_open_special_dir at Base 0.8.2
+ dsl_pool_rele at Base 0.8.2
+ dsl_pool_sync at Base 0.8.2
+ dsl_pool_sync_context at Base 0.8.2
+ dsl_pool_sync_done at Base 0.8.2
+ dsl_pool_undirty_space at Base 0.8.2
+ dsl_pool_unlinked_drain_taskq at Base 0.8.2
+ dsl_pool_unreserved_space at Base 0.8.2
+ dsl_pool_upgrade_clones at Base 0.8.2
+ dsl_pool_upgrade_dir_clones at Base 0.8.2
+ dsl_pool_user_hold at Base 0.8.2
+ dsl_pool_user_release at Base 0.8.2
+ dsl_pool_wrlog_count at Base 2.1.6
+ dsl_pool_zrele_taskq at Base 2.0
+ dsl_process_sub_livelist at Base 2.0
+ dsl_prop_fini at Base 0.8.2
+ dsl_prop_get at Base 0.8.2
+ dsl_prop_get_all at Base 0.8.2
+ dsl_prop_get_dd at Base 0.8.2
+ dsl_prop_get_ds at Base 0.8.2
+ dsl_prop_get_hasrecvd at Base 0.8.2
+ dsl_prop_get_int_ds at Base 0.8.2
+ dsl_prop_get_integer at Base 0.8.2
+ dsl_prop_get_received at Base 0.8.2
+ dsl_prop_hascb at Base 0.8.2
+ dsl_prop_inherit at Base 0.8.2
+ dsl_prop_init at Base 0.8.2
+ dsl_prop_notify_all at Base 0.8.2
+ dsl_prop_nvlist_add_string at Base 0.8.2
+ dsl_prop_nvlist_add_uint64 at Base 0.8.2
+ dsl_prop_predict at Base 0.8.2
+ dsl_prop_register at Base 0.8.2
+ dsl_prop_set_hasrecvd at Base 0.8.2
+ dsl_prop_set_int at Base 0.8.2
+ dsl_prop_set_string at Base 0.8.2
+ dsl_prop_set_sync_impl at Base 0.8.2
+ dsl_prop_unregister at Base 0.8.2
+ dsl_prop_unregister_all at Base 0.8.2
+ dsl_prop_unset_hasrecvd at Base 0.8.2
+ dsl_props_set at Base 0.8.2
+ dsl_props_set_check at Base 2.0
+ dsl_props_set_sync at Base 2.0
+ dsl_props_set_sync_impl at Base 0.8.2
+ dsl_redaction_list_hold_obj at Base 2.0
+ dsl_redaction_list_long_held at Base 2.0
+ dsl_redaction_list_long_hold at Base 2.0
+ dsl_redaction_list_long_rele at Base 2.0
+ dsl_redaction_list_rele at Base 2.0
+ dsl_redaction_list_traverse at Base 2.0
+ dsl_scan at Base 0.8.2
+ dsl_scan_active at Base 0.8.2
+ dsl_scan_assess_vdev at Base 0.8.3
+ dsl_scan_cancel at Base 0.8.2
+ dsl_scan_ddt_entry at Base 0.8.2
+ dsl_scan_ds_clone_swapped at Base 0.8.2
+ dsl_scan_ds_destroyed at Base 0.8.2
+ dsl_scan_ds_snapshotted at Base 0.8.2
+ dsl_scan_fini at Base 0.8.2
+ dsl_scan_freed at Base 0.8.2
+ dsl_scan_init at Base 0.8.2
+ dsl_scan_io_queue_destroy at Base 0.8.2
+ dsl_scan_io_queue_vdev_xfer at Base 0.8.2
+ dsl_scan_is_paused_scrub at Base 0.8.2
+ dsl_scan_resilver_scheduled at Base 0.8.3
+ dsl_scan_resilvering at Base 0.8.2
+ dsl_scan_restart_resilver at Base 0.8.3
+ dsl_scan_scrubbing at Base 0.8.2
+ dsl_scan_setup_check at Base 2.1
+ dsl_scan_setup_sync at Base 2.1
+ dsl_scan_sync at Base 0.8.2
+ dsl_scrub_set_pause_resume at Base 0.8.2
+ dsl_sync_task at Base 0.8.2
+ dsl_sync_task_nowait at Base 0.8.2
+ dsl_sync_task_sig at Base 0.8.3
+ dsl_sync_task_sync at Base 0.8.2
+ dva_get_dsize_sync at Base 0.8.2
+ ecb_alloc_ctx at Base 0.8.2
+ ecb_cipher_contiguous_blocks at Base 0.8.2
+ efi_alloc_and_init at Base 2.2.0
+ efi_alloc_and_read at Base 2.2.0
+ efi_debug at Base 2.2.0
+ efi_err_check at Base 2.2.0
+ efi_free at Base 2.2.0
+ efi_rescan at Base 2.2.0
+ efi_use_whole_disk at Base 2.2.0
+ efi_write at Base 2.2.0
+ encode_embedded_bp_compressed at Base 0.8.2
+ entity_namecheck at Base 0.8.2
+ feature_enable_sync at Base 0.8.2
+ feature_get_refcount at Base 0.8.2
+ feature_get_refcount_from_disk at Base 0.8.2
+ feature_sync at Base 0.8.2
+ find_birth_txg at Base 2.2.0
+ find_top_affected_fs at Base 2.2.0
+ fletcher_2_byteswap at Base 0.8.2
+ fletcher_2_incremental_byteswap at Base 0.8.2
+ fletcher_2_incremental_native at Base 0.8.2
+ fletcher_2_native at Base 0.8.2
+ (arch=arm64)fletcher_4_aarch64_neon_ops at Base 0.8.2
+ fletcher_4_abd_ops at Base 0.8.2
+ (arch=amd64 i386)fletcher_4_avx2_ops at Base 0.8.2
+ (arch=amd64)fletcher_4_avx512bw_ops at Base 2.0
+ (arch=amd64)fletcher_4_avx512f_ops at Base 0.8.2
+ fletcher_4_byteswap at Base 0.8.2
+ fletcher_4_fini at Base 0.8.2
+ fletcher_4_impl_set at Base 0.8.2
+ fletcher_4_incremental_byteswap at Base 0.8.2
+ fletcher_4_incremental_native at Base 0.8.2
+ fletcher_4_init at Base 0.8.2
+ fletcher_4_native at Base 0.8.2
+ fletcher_4_native_varsize at Base 0.8.2
+ (arch=amd64 i386)fletcher_4_sse2_ops at Base 0.8.2
+ (arch=amd64 i386)fletcher_4_ssse3_ops at Base 0.8.2
+ fletcher_4_superscalar4_ops at Base 0.8.2
+ fletcher_4_superscalar_ops at Base 0.8.2
+ fletcher_init at Base 0.8.2
+ fm_ena_format_get at Base 0.8.2
+ fm_ena_generate at Base 0.8.2
+ fm_ena_generate_cpu at Base 0.8.2
+ fm_ena_generation_get at Base 0.8.2
+ fm_ena_id_get at Base 0.8.2
+ fm_ena_increment at Base 0.8.2
+ fm_ena_time_get at Base 0.8.2
+ fm_ereport_set at Base 0.8.2
+ fm_fmri_cpu_set at Base 0.8.2
+ fm_fmri_dev_set at Base 0.8.2
+ fm_fmri_hc_create at Base 0.8.2
+ fm_fmri_hc_set at Base 0.8.2
+ fm_fmri_mem_set at Base 0.8.2
+ fm_fmri_zfs_set at Base 0.8.2
+ fm_ksp at Base 0.8.2
+ fm_nva_xcreate at Base 0.8.2
+ fm_nva_xdestroy at Base 0.8.2
+ fm_nvlist_create at Base 0.8.2
+ fm_nvlist_destroy at Base 0.8.2
+ fm_payload_set at Base 0.8.2
+ free_from_removing_vdev at Base 0.8.2
+ fzap_add at Base 0.8.2
+ fzap_add_cd at Base 0.8.2
+ fzap_byteswap at Base 0.8.2
+ fzap_count at Base 0.8.2
+ fzap_cursor_retrieve at Base 0.8.2
+ fzap_default_block_shift at Base 0.8.2
+ fzap_get_stats at Base 0.8.2
+ fzap_length at Base 0.8.2
+ fzap_lookup at Base 0.8.2
+ fzap_prefetch at Base 0.8.2
+ fzap_remove at Base 0.8.2
+ fzap_update at Base 0.8.2
+ fzap_upgrade at Base 0.8.2
+ gcm_alloc_ctx at Base 0.8.2
+ (arch=amd64)gcm_avx_can_use_movbe at Base 0.8.4
+ gcm_clear_ctx at Base 2.2.0
+ gcm_decrypt_final at Base 0.8.2
+ gcm_encrypt_final at Base 0.8.2
+ gcm_generic_impl at Base 0.8.2
+ (arch=amd64)gcm_ghash_avx at Base 0.8.4
+ (arch=amd64)gcm_gmult_avx at Base 0.8.4
+ (arch=amd64)gcm_gmult_clmul at Base 0.8.4
+ gcm_impl_get_ops at Base 0.8.2
+ gcm_impl_init at Base 0.8.2
+ gcm_impl_set at Base 0.8.2
+ gcm_init_ctx at Base 0.8.2
+ (arch=amd64)gcm_init_htab_avx at Base 0.8.4
+ gcm_mode_decrypt_contiguous_blocks at Base 0.8.2
+ gcm_mode_encrypt_contiguous_blocks at Base 0.8.2
+ (arch=amd64)gcm_mul_pclmulqdq at Base 0.8.2
+ (arch=amd64)gcm_pclmulqdq_impl at Base 0.8.2
+ (arch=amd64)gcm_xor_avx at Base 0.8.4
+ get_clones_stat at Base 0.8.2
+ get_clones_stat_impl at Base 0.8.2
+ get_dataset_depth at Base 0.8.2
+ get_receive_resume_token at Base 2.2.0
+ get_system_hostid at Base 2.2.0
+ getexecname at Base 2.2.0
+ getextmntent at Base 2.2.0
+ getmntany at Base 2.2.0
+ getzoneid at Base 2.2.0
+ (optional)gf_clmul_mod_lt at Base 0.8.2
+ gmac_alloc_ctx at Base 0.8.2
+ gmac_init_ctx at Base 0.8.2
+ gzip_compress at Base 0.8.2
+ gzip_decompress at Base 0.8.2
+ highbit64 at Base 0.8.2
+ hkdf_sha512 at Base 0.8.2
+ hostid at Base 2.2.0
+ hw_utsname at Base 0.8.2
+ i_fm_payload_set at Base 0.8.2
+ icp_fini at Base 0.8.2
+ icp_init at Base 0.8.2
+ impl_ops at Base 2.2.0
+ is_mpath_whole_disk at Base 2.2.0
+ kcf_add_mech_provider at Base 0.8.2
+ kcf_alloc_provider_desc at Base 0.8.2
+ kcf_destroy_mech_tabs at Base 0.8.2
+ kcf_free_context at Base 0.8.2
+ kcf_free_provider_desc at Base 0.8.2
+ kcf_free_triedlist at Base 0.8.2
+ kcf_get_mech_entry at Base 0.8.2
+ kcf_get_mech_provider at Base 0.8.2
+ kcf_get_sw_prov at Base 0.8.2
+ kcf_init_mech_tabs at Base 0.8.2
+ kcf_insert_triedlist at Base 0.8.2
+ kcf_mech_tabs_tab at Base 0.8.2
+ kcf_new_ctx at Base 0.8.2
+ kcf_prov_tab_add_provider at Base 0.8.2
+ kcf_prov_tab_destroy at Base 0.8.2
+ kcf_prov_tab_init at Base 0.8.2
+ kcf_prov_tab_lookup at Base 0.8.2
+ kcf_prov_tab_rem_provider at Base 0.8.2
+ kcf_provider_zero_refcnt at Base 0.8.2
+ kcf_remove_mech_provider at Base 0.8.2
+ kcf_sched_destroy at Base 0.8.2
+ kcf_sched_init at Base 0.8.2
+ kernel_fini at Base 0.8.2
+ kernel_init at Base 0.8.2
+ key_mapping_add_ref at Base 0.8.2
+ key_mapping_rele at Base 0.8.2
+ kmem_asprintf at Base 0.8.2
+ kmem_cache_reap_active at Base 0.8.2
+ kmem_scnprintf at Base 2.2.0
+ kmem_vasprintf at Base 0.8.2
+ ksid_lookupdomain at Base 0.8.2
+ ksiddomain_rele at Base 0.8.2
+ kstat_create at Base 0.8.2
+ kstat_delete at Base 0.8.2
+ kstat_install at Base 0.8.2
+ kstat_set_raw_ops at Base 0.8.2
+ l2arc_add_vdev at Base 0.8.2
+ l2arc_dev_hdr_update at Base 2.0
+ l2arc_exclude_special at Base 2.1.6
+ l2arc_feed_again at Base 0.8.2
+ l2arc_feed_min_ms at Base 0.8.2
+ l2arc_feed_secs at Base 0.8.2
+ l2arc_fini at Base 0.8.2
+ l2arc_headroom at Base 0.8.2
+ l2arc_headroom_boost at Base 0.8.2
+ l2arc_init at Base 0.8.2
+ l2arc_log_blkptr_valid at Base 2.0
+ l2arc_noprefetch at Base 0.8.2
+ l2arc_norw at Base 0.8.2
+ l2arc_range_check_overlap at Base 2.0
+ l2arc_rebuild_vdev at Base 2.0
+ l2arc_remove_vdev at Base 0.8.2
+ l2arc_spa_rebuild_start at Base 2.0
+ l2arc_start at Base 0.8.2
+ l2arc_stop at Base 0.8.2
+ l2arc_vdev_get at Base 2.0
+ l2arc_vdev_present at Base 0.8.2
+ l2arc_write_boost at Base 0.8.2
+ l2arc_write_max at Base 0.8.2
+ lcompat_hashnum at Base 0.8.2
+ lcompat_pow at Base 0.8.2
+ lcompat_sprintf at Base 0.8.2
+ lcompat_strtoll at Base 0.8.2
+ libpc_error_description at Base 2.2.0
+ libspl_assertf at Base 2.2.0
+ libspl_set_assert_ok at Base 2.2.0
+ libzpool_config_ops at Base 0.8.2
+ list_create at Base 2.2.0
+ list_destroy at Base 2.2.0
+ list_head at Base 2.2.0
+ list_insert_after at Base 2.2.0
+ list_insert_before at Base 2.2.0
+ list_insert_head at Base 2.2.0
+ list_insert_tail at Base 2.2.0
+ list_is_empty at Base 2.2.0
+ list_link_active at Base 2.2.0
+ list_link_init at Base 2.2.0
+ list_link_replace at Base 2.2.0
+ list_move_tail at Base 2.2.0
+ list_next at Base 2.2.0
+ list_prev at Base 2.2.0
+ list_remove at Base 2.2.0
+ list_remove_head at Base 2.2.0
+ list_remove_tail at Base 2.2.0
+ list_tail at Base 2.2.0
+ livelist_bpobj_iterate_from_nofree at Base 2.0
+ lowbit64 at Base 0.8.2
+ luaL_addlstring at Base 0.8.2
+ luaL_addstring at Base 0.8.2
+ luaL_addvalue at Base 0.8.2
+ luaL_argerror at Base 0.8.2
+ luaL_buffinit at Base 0.8.2
+ luaL_buffinitsize at Base 0.8.2
+ luaL_callmeta at Base 0.8.2
+ luaL_checkany at Base 0.8.2
+ luaL_checkinteger at Base 0.8.2
+ luaL_checklstring at Base 0.8.2
+ luaL_checknumber at Base 0.8.2
+ luaL_checkoption at Base 0.8.2
+ luaL_checkstack at Base 0.8.2
+ luaL_checktype at Base 0.8.2
+ luaL_checkudata at Base 0.8.2
+ luaL_checkunsigned at Base 0.8.2
+ luaL_checkversion_ at Base 0.8.2
+ luaL_error at Base 0.8.2
+ luaL_getmetafield at Base 0.8.2
+ luaL_getsubtable at Base 0.8.2
+ luaL_gsub at Base 0.8.2
+ luaL_len at Base 0.8.2
+ luaL_loadbufferx at Base 0.8.2
+ luaL_loadstring at Base 0.8.2
+ luaL_newmetatable at Base 0.8.2
+ luaL_optinteger at Base 0.8.2
+ luaL_optlstring at Base 0.8.2
+ luaL_optnumber at Base 0.8.2
+ luaL_optunsigned at Base 0.8.2
+ luaL_prepbuffsize at Base 0.8.2
+ luaL_pushresult at Base 0.8.2
+ luaL_pushresultsize at Base 0.8.2
+ luaL_ref at Base 0.8.2
+ luaL_requiref at Base 0.8.2
+ luaL_setfuncs at Base 0.8.2
+ luaL_setmetatable at Base 0.8.2
+ luaL_testudata at Base 0.8.2
+ luaL_tolstring at Base 0.8.2
+ luaL_traceback at Base 0.8.2
+ luaL_unref at Base 0.8.2
+ luaL_where at Base 0.8.2
+ lua_absindex at Base 0.8.2
+ lua_arith at Base 0.8.2
+ lua_atpanic at Base 0.8.2
+ lua_callk at Base 0.8.2
+ lua_checkstack at Base 0.8.2
+ lua_close at Base 0.8.2
+ lua_compare at Base 0.8.2
+ lua_concat at Base 0.8.2
+ lua_copy at Base 0.8.2
+ lua_createtable at Base 0.8.2
+ lua_error at Base 0.8.2
+ lua_gc at Base 0.8.2
+ lua_getallocf at Base 0.8.2
+ lua_getctx at Base 0.8.2
+ lua_getfield at Base 0.8.2
+ lua_getglobal at Base 0.8.2
+ lua_gethook at Base 0.8.2
+ lua_gethookcount at Base 0.8.2
+ lua_gethookmask at Base 0.8.2
+ lua_getinfo at Base 0.8.2
+ lua_getlocal at Base 0.8.2
+ lua_getmetatable at Base 0.8.2
+ lua_getstack at Base 0.8.2
+ lua_gettable at Base 0.8.2
+ lua_gettop at Base 0.8.2
+ lua_getupvalue at Base 0.8.2
+ lua_getuservalue at Base 0.8.2
+ lua_ident at Base 0.8.2
+ lua_insert at Base 0.8.2
+ lua_iscfunction at Base 0.8.2
+ lua_isnumber at Base 0.8.2
+ lua_isstring at Base 0.8.2
+ lua_isuserdata at Base 0.8.2
+ lua_len at Base 0.8.2
+ lua_load at Base 0.8.2
+ lua_newstate at Base 0.8.2
+ lua_newthread at Base 0.8.2
+ lua_newuserdata at Base 0.8.2
+ lua_next at Base 0.8.2
+ lua_pcallk at Base 0.8.2
+ lua_pushboolean at Base 0.8.2
+ lua_pushcclosure at Base 0.8.2
+ lua_pushfstring at Base 0.8.2
+ lua_pushinteger at Base 0.8.2
+ lua_pushlightuserdata at Base 0.8.2
+ lua_pushlstring at Base 0.8.2
+ lua_pushnil at Base 0.8.2
+ lua_pushnumber at Base 0.8.2
+ lua_pushstring at Base 0.8.2
+ lua_pushthread at Base 0.8.2
+ lua_pushunsigned at Base 0.8.2
+ lua_pushvalue at Base 0.8.2
+ lua_pushvfstring at Base 0.8.2
+ lua_rawequal at Base 0.8.2
+ lua_rawget at Base 0.8.2
+ lua_rawgeti at Base 0.8.2
+ lua_rawgetp at Base 0.8.2
+ lua_rawlen at Base 0.8.2
+ lua_rawset at Base 0.8.2
+ lua_rawseti at Base 0.8.2
+ lua_rawsetp at Base 0.8.2
+ lua_remove at Base 0.8.2
+ lua_replace at Base 0.8.2
+ lua_resume at Base 0.8.2
+ lua_setallocf at Base 0.8.2
+ lua_setfield at Base 0.8.2
+ lua_setglobal at Base 0.8.2
+ lua_sethook at Base 0.8.2
+ lua_setlocal at Base 0.8.2
+ lua_setmetatable at Base 0.8.2
+ lua_settable at Base 0.8.2
+ lua_settop at Base 0.8.2
+ lua_setupvalue at Base 0.8.2
+ lua_setuservalue at Base 0.8.2
+ lua_status at Base 0.8.2
+ lua_toboolean at Base 0.8.2
+ lua_tocfunction at Base 0.8.2
+ lua_tointegerx at Base 0.8.2
+ lua_tolstring at Base 0.8.2
+ lua_tonumberx at Base 0.8.2
+ lua_topointer at Base 0.8.2
+ lua_tothread at Base 0.8.2
+ lua_tounsignedx at Base 0.8.2
+ lua_touserdata at Base 0.8.2
+ lua_type at Base 0.8.2
+ lua_typename at Base 0.8.2
+ lua_upvalueid at Base 0.8.2
+ lua_upvaluejoin at Base 0.8.2
+ lua_version at Base 0.8.2
+ lua_xmove at Base 0.8.2
+ lua_yieldk at Base 0.8.2
+ luaopen_base at Base 0.8.2
+ luaopen_coroutine at Base 0.8.2
+ luaopen_string at Base 0.8.2
+ luaopen_table at Base 0.8.2
+ lz4_compress_zfs at Base 0.8.2
+ lz4_decompress_zfs at Base 0.8.2
+ lz4_fini at Base 0.8.2
+ lz4_init at Base 0.8.2
+ lzjb_compress at Base 0.8.2
+ lzjb_decompress at Base 0.8.2
+ membar_consumer at Base 2.2.0
+ membar_enter at Base 2.2.0
+ membar_exit at Base 2.2.0
+ membar_producer at Base 2.2.0
+ membar_sync at Base 2.2.0
+ metaslab_alloc at Base 0.8.2
+ metaslab_alloc_dva at Base 0.8.2
+ metaslab_alloc_trace_cache at Base 2.1
+ metaslab_allocated_space at Base 0.8.2
+ metaslab_calculate_range_tree_type at Base 2.0
+ metaslab_check_free at Base 0.8.2
+ metaslab_claim at Base 0.8.2
+ metaslab_claim_impl at Base 0.8.2
+ metaslab_class_create at Base 0.8.2
+ metaslab_class_destroy at Base 0.8.2
+ metaslab_class_evict_old at Base 2.0
+ metaslab_class_expandable_space at Base 0.8.2
+ metaslab_class_fragmentation at Base 0.8.2
+ metaslab_class_get_alloc at Base 0.8.2
+ metaslab_class_get_deferred at Base 0.8.2
+ metaslab_class_get_dspace at Base 0.8.2
+ metaslab_class_get_space at Base 0.8.2
+ metaslab_class_histogram_verify at Base 0.8.2
+ metaslab_class_throttle_reserve at Base 0.8.2
+ metaslab_class_throttle_unreserve at Base 0.8.2
+ metaslab_class_validate at Base 0.8.2
+ metaslab_debug_load at Base 0.8.2
+ metaslab_df_alloc_threshold at Base 0.8.2
+ metaslab_df_free_pct at Base 0.8.2
+ metaslab_disable at Base 0.8.2
+ metaslab_enable at Base 0.8.2
+ metaslab_fini at Base 0.8.2
+ metaslab_flush at Base 2.0
+ metaslab_force_ganging at Base 0.8.2
+ metaslab_force_ganging_pct at Base 2.2.0
+ metaslab_free at Base 0.8.2
+ metaslab_free_concrete at Base 0.8.2
+ metaslab_free_dva at Base 0.8.2
+ metaslab_free_impl_cb at Base 0.8.2
+ metaslab_group_activate at Base 0.8.2
+ metaslab_group_alloc_decrement at Base 0.8.2
+ metaslab_group_alloc_verify at Base 0.8.2
+ metaslab_group_create at Base 0.8.2
+ metaslab_group_destroy at Base 0.8.2
+ metaslab_group_fragmentation at Base 0.8.2
+ metaslab_group_get_space at Base 0.8.2
+ metaslab_group_histogram_remove at Base 0.8.2
+ metaslab_group_histogram_verify at Base 0.8.2
+ metaslab_group_initialized at Base 0.8.2
+ metaslab_group_passivate at Base 0.8.2
+ metaslab_init at Base 0.8.2
+ metaslab_largest_allocatable at Base 2.0
+ metaslab_load at Base 0.8.2
+ metaslab_preload_limit at Base 0.8.2
+ metaslab_recalculate_weight_and_sort at Base 0.8.2
+ metaslab_set_selected_txg at Base 2.0
+ metaslab_set_unflushed_dirty at Base 2.1.6
+ metaslab_set_unflushed_txg at Base 2.0
+ metaslab_sort_by_flushed at Base 2.0
+ metaslab_space_update at Base 2.0
+ metaslab_stat_fini at Base 2.0
+ metaslab_stat_init at Base 2.0
+ metaslab_sync at Base 0.8.2
+ metaslab_sync_done at Base 0.8.2
+ metaslab_sync_reassess at Base 0.8.2
+ metaslab_trace_fini at Base 0.8.2
+ metaslab_trace_init at Base 0.8.2
+ metaslab_unalloc_dva at Base 0.8.2
+ metaslab_unflushed_bump at Base 2.1.6
+ metaslab_unflushed_changes_memused at Base 2.0
+ metaslab_unflushed_dirty at Base 2.1.6
+ metaslab_unflushed_txg at Base 2.0
+ metaslab_unload at Base 0.8.2
+ mkdirp at Base 2.2.0
+ mmp_fini at Base 0.8.2
+ mmp_init at Base 0.8.2
+ mmp_signal_all_threads at Base 0.8.2
+ mmp_thread_start at Base 0.8.2
+ mmp_thread_stop at Base 0.8.2
+ mmp_update_uberblock at Base 0.8.2
+ mountpoint_namecheck at Base 0.8.2
+ multilist_create at Base 0.8.2
+ multilist_destroy at Base 0.8.2
+ multilist_get_num_sublists at Base 0.8.2
+ multilist_get_random_index at Base 0.8.2
+ multilist_insert at Base 0.8.2
+ multilist_is_empty at Base 0.8.2
+ multilist_link_active at Base 0.8.2
+ multilist_link_init at Base 0.8.2
+ multilist_remove at Base 0.8.2
+ multilist_sublist_head at Base 0.8.2
+ multilist_sublist_insert_head at Base 0.8.2
+ multilist_sublist_insert_tail at Base 0.8.2
+ multilist_sublist_is_empty at Base 0.8.2
+ multilist_sublist_is_empty_idx at Base 0.8.2
+ multilist_sublist_lock at Base 0.8.2
+ multilist_sublist_lock_obj at Base 0.8.2
+ multilist_sublist_move_forward at Base 0.8.2
+ multilist_sublist_next at Base 0.8.2
+ multilist_sublist_prev at Base 0.8.2
+ multilist_sublist_remove at Base 0.8.2
+ multilist_sublist_tail at Base 0.8.2
+ multilist_sublist_unlock at Base 0.8.2
+ mutex_destroy at Base 0.8.2
+ mutex_enter at Base 0.8.2
+ mutex_enter_check_return at Base 2.2.1
+ mutex_exit at Base 0.8.2
+ mutex_init at Base 0.8.2
+ mutex_tryenter at Base 0.8.2
+ mzap_create_impl at Base 0.8.2
+ name_to_errphys at Base 2.2.0
+ objlist_create at Base 2.0
+ objlist_destroy at Base 2.0
+ objlist_exists at Base 2.0
+ objlist_insert at Base 2.0
+ os_lock at Base 0.8.2
+ p0 at Base 0.8.2
+ panic at Base 0.8.2
+ permset_namecheck at Base 0.8.2
+ physmem at Base 0.8.2
+ pn_alloc at Base 0.8.2
+ pn_alloc_sz at Base 0.8.2
+ pn_free at Base 0.8.2
+ pool_namecheck at Base 0.8.2
+ print_timestamp at Base 2.2.0
+ procfs_list_add at Base 0.8.2
+ procfs_list_destroy at Base 0.8.2
+ procfs_list_install at Base 0.8.2
+ procfs_list_uninstall at Base 0.8.2
+ prop_valid_for_ds at Base 0.8.2
+ raidz_gen_name at Base 0.8.2
+ raidz_rec_name at Base 0.8.2
+ raidz_will_scalar_work at Base 0.8.2
+ random_fini at Base 0.8.2
+ random_get_bytes at Base 0.8.2
+ random_get_pseudo_bytes at Base 0.8.2
+ random_init at Base 0.8.2
+ random_path at Base 0.8.2
+ range_tree_add at Base 0.8.2
+ range_tree_adjust_fill at Base 0.8.2
+ range_tree_clear at Base 0.8.2
+ range_tree_contains at Base 0.8.2
+ range_tree_create at Base 0.8.2
+ range_tree_create_gap at Base 2.1.6
+ range_tree_destroy at Base 0.8.2
+ range_tree_find at Base 0.8.2
+ range_tree_find_in at Base 2.0
+ range_tree_first at Base 0.8.2
+ range_tree_is_empty at Base 0.8.2
+ range_tree_max at Base 0.8.2
+ range_tree_min at Base 0.8.2
+ range_tree_numsegs at Base 2.0
+ range_tree_remove at Base 0.8.2
+ range_tree_remove_fill at Base 0.8.2
+ range_tree_remove_xor_add at Base 2.0
+ range_tree_remove_xor_add_segment at Base 2.0
+ range_tree_resize_segment at Base 0.8.2
+ range_tree_space at Base 0.8.2
+ range_tree_span at Base 0.8.2
+ range_tree_stat_verify at Base 0.8.2
+ range_tree_swap at Base 0.8.2
+ range_tree_vacate at Base 0.8.2
+ range_tree_verify_not_present at Base 0.8.2
+ range_tree_walk at Base 0.8.2
+ recv_clone_name at Base 0.8.2
+ reference_tracking_enable at Base 0.8.2
+ (arch=amd64)rijndael_key_setup_dec_amd64 at Base 0.8.2
+ (arch=amd64)rijndael_key_setup_dec_intel at Base 0.8.2
+ (arch=amd64)rijndael_key_setup_enc_amd64 at Base 0.8.2
+ (arch=amd64)rijndael_key_setup_enc_intel at Base 0.8.2
+ rrm_destroy at Base 0.8.2
+ rrm_enter at Base 0.8.2
+ rrm_enter_read at Base 0.8.2
+ rrm_enter_write at Base 0.8.2
+ rrm_exit at Base 0.8.2
+ rrm_held at Base 0.8.2
+ rrm_init at Base 0.8.2
+ rrw_destroy at Base 0.8.2
+ rrw_enter at Base 0.8.2
+ rrw_enter_read at Base 0.8.2
+ rrw_enter_read_prio at Base 0.8.2
+ rrw_enter_write at Base 0.8.2
+ rrw_exit at Base 0.8.2
+ rrw_held at Base 0.8.2
+ rrw_init at Base 0.8.2
+ rrw_tsd_destroy at Base 0.8.2
+ rrw_tsd_key at Base 0.8.2
+ rw_destroy at Base 0.8.2
+ rw_enter at Base 0.8.2
+ rw_exit at Base 0.8.2
+ rw_init at Base 0.8.2
+ rw_tryenter at Base 0.8.2
+ rw_tryupgrade at Base 0.8.2
+ sa_buf_hold at Base 0.8.2
+ sa_buf_rele at Base 0.8.2
+ sa_bulk_lookup at Base 0.8.2
+ sa_bulk_lookup_locked at Base 0.8.2
+ sa_bulk_update at Base 0.8.2
+ sa_cache_fini at Base 0.8.2
+ sa_cache_init at Base 0.8.2
+ sa_default_locator at Base 0.8.2
+ sa_enabled at Base 0.8.2
+ sa_get_db at Base 0.8.2
+ sa_get_userdata at Base 0.8.2
+ sa_handle_destroy at Base 0.8.2
+ sa_handle_get at Base 0.8.2
+ sa_handle_get_from_db at Base 0.8.2
+ sa_handle_lock at Base 0.8.2
+ sa_handle_object at Base 0.8.2
+ sa_handle_unlock at Base 0.8.2
+ sa_hdrsize at Base 0.8.2
+ sa_lookup at Base 0.8.2
+ sa_object_info at Base 0.8.2
+ sa_object_size at Base 0.8.2
+ sa_register_update_callback at Base 0.8.2
+ sa_register_update_callback_locked at Base 0.8.2
+ sa_remove at Base 0.8.2
+ sa_replace_all_by_template at Base 0.8.2
+ sa_replace_all_by_template_locked at Base 0.8.2
+ sa_set_sa_object at Base 0.8.2
+ sa_set_userp at Base 0.8.2
+ sa_setup at Base 0.8.2
+ sa_size at Base 0.8.2
+ sa_spill_rele at Base 0.8.2
+ sa_tear_down at Base 0.8.2
+ sa_update at Base 0.8.2
+ scan_fini at Base 0.8.2
+ scan_init at Base 0.8.2
+ secpolicy_zfs at Base 0.8.2
+ secpolicy_zfs_proc at Base 2.0
+ seq_printf at Base 0.8.2
+ set_global_var at Base 0.8.2
+ (arch=armel armhf arm64)sha256_armv7_impl at Base 2.2.0
+ (arch=armhf arm64)sha256_armv8_impl at Base 2.2.0
+ (arch=amd64)sha256_avx2_impl at Base 2.2.0
+ (arch=amd64)sha256_avx_impl at Base 2.2.0
+ sha256_generic_impl at Base 2.2.0
+ sha256_get_ops at Base 2.2.0
+ (arch=armhf arm64)sha256_neon_impl at Base 2.2.0
+ (arch=ppc64el)sha256_power8_impl at Base 2.2.1
+ (arch=ppc64el)sha256_ppc_impl at Base 2.2.1
+ (arch=amd64)sha256_shani_impl at Base 2.2.0
+ (arch=amd64)sha256_ssse3_impl at Base 2.2.0
+ (arch=amd64)sha256_x64_impl at Base 2.2.0
+ sha2_mod_fini at Base 0.8.2
+ sha2_mod_init at Base 0.8.2
+ (arch=armel armhf arm64)sha512_armv7_impl at Base 2.2.0
+ (arch=arm64)sha512_armv8_impl at Base 2.2.0
+ (arch=amd64)sha512_avx2_impl at Base 2.2.0
+ (arch=amd64)sha512_avx_impl at Base 2.2.0
+ sha512_generic_impl at Base 2.2.0
+ sha512_get_ops at Base 2.2.0
+ (arch=armhf)sha512_neon_impl at Base 2.2.0
+ (arch=ppc64el)sha512_power8_impl at Base 2.2.1
+ (arch=ppc64el)sha512_ppc_impl at Base 2.2.1
+ (arch=amd64)sha512_x64_impl at Base 2.2.0
+ show_pool_stats at Base 0.8.2
+ skein_mod_fini at Base 0.8.2
+ skein_mod_init at Base 0.8.2
+ sm_entry_is_debug at Base 0.8.2
+ sm_entry_is_double_word at Base 0.8.2
+ sm_entry_is_single_word at Base 0.8.2
+ snapshot_namecheck at Base 2.0
+ snprintf_blkptr at Base 0.8.2
+ spa_activate_allocation_classes at Base 0.8.2
+ spa_activate_mos_feature at Base 0.8.2
+ spa_activate_os at Base 2.2.0
+ spa_add at Base 0.8.2
+ spa_all_configs at Base 0.8.2
+ spa_altroot at Base 0.8.2
+ spa_approx_errlog_size at Base 2.2.0
+ spa_asize_inflation at Base 0.8.2
+ spa_async_close at Base 0.8.2
+ spa_async_request at Base 0.8.2
+ spa_async_resume at Base 0.8.2
+ spa_async_suspend at Base 0.8.2
+ spa_async_tasks at Base 0.8.3
+ spa_boot_init at Base 0.8.2
+ spa_bootfs at Base 0.8.2
+ spa_by_guid at Base 0.8.2
+ spa_change_guid at Base 0.8.2
+ spa_checkpoint at Base 0.8.2
+ spa_checkpoint_discard at Base 0.8.2
+ spa_checkpoint_discard_thread at Base 0.8.2
+ spa_checkpoint_discard_thread_check at Base 0.8.2
+ spa_checkpoint_get_stats at Base 0.8.2
+ spa_claim_notify at Base 0.8.2
+ spa_cleanup_old_sm_logs at Base 2.0
+ spa_close at Base 0.8.2
+ spa_condense_fini at Base 0.8.2
+ spa_condense_indirect_start_sync at Base 0.8.2
+ spa_condense_init at Base 0.8.2
+ spa_config_enter at Base 0.8.2
+ spa_config_enter_mmp at Base 2.1.12
+ spa_config_exit at Base 0.8.2
+ spa_config_generate at Base 0.8.2
+ spa_config_held at Base 0.8.2
+ spa_config_load at Base 0.8.2
+ spa_config_parse at Base 2.0
+ spa_config_path at Base 0.8.2
+ spa_config_set at Base 0.8.2
+ spa_config_tryenter at Base 0.8.2
+ spa_config_update at Base 0.8.2
+ spa_configfile_set at Base 0.8.2
+ spa_create at Base 0.8.2
+ spa_crypt_get_salt at Base 0.8.2
+ spa_deactivate_mos_feature at Base 0.8.2
+ spa_deactivate_os at Base 2.2.0
+ spa_deadman at Base 0.8.2
+ spa_deadman_synctime at Base 0.8.2
+ spa_deadman_ziotime at Base 0.8.2
+ spa_dedup_checksum at Base 0.8.2
+ spa_dedup_class at Base 0.8.2
+ spa_deflate at Base 0.8.2
+ spa_delegation at Base 0.8.2
+ spa_delete_dataset_errlog at Base 2.2.0
+ spa_destroy at Base 0.8.2
+ spa_dirty_data at Base 0.8.2
+ spa_do_crypt_abd at Base 0.8.2
+ spa_do_crypt_mac_abd at Base 0.8.2
+ spa_do_crypt_objset_mac_abd at Base 0.8.2
+ spa_embedded_log_class at Base 2.1
+ spa_errlog_drain at Base 0.8.2
+ spa_errlog_rotate at Base 0.8.2
+ spa_errlog_sync at Base 0.8.2
+ spa_event_create at Base 0.8.2
+ spa_event_notify at Base 0.8.2
+ spa_event_post at Base 0.8.2
+ spa_evict_all at Base 0.8.2
+ spa_evicting_os_deregister at Base 0.8.2
+ spa_evicting_os_register at Base 0.8.2
+ spa_evicting_os_wait at Base 0.8.2
+ spa_export at Base 0.8.2
+ spa_export_os at Base 2.2.0
+ spa_feature_create_zap_objects at Base 0.8.2
+ spa_feature_decr at Base 0.8.2
+ spa_feature_enable at Base 0.8.2
+ spa_feature_enabled_txg at Base 0.8.2
+ spa_feature_incr at Base 0.8.2
+ spa_feature_is_active at Base 0.8.2
+ spa_feature_is_enabled at Base 0.8.2
+ spa_feature_table at Base 0.8.2
+ spa_features_check at Base 0.8.2
+ spa_final_dirty_txg at Base 0.8.2
+ spa_fini at Base 0.8.2
+ spa_first_txg at Base 0.8.2
+ spa_flush_all_logs_requested at Base 2.0
+ spa_flush_metaslabs at Base 2.0
+ spa_freeze at Base 0.8.2
+ spa_freeze_txg at Base 0.8.2
+ spa_generate_guid at Base 0.8.2
+ spa_generate_syncing_log_sm at Base 2.0
+ spa_get_autotrim at Base 0.8.2
+ spa_get_checkpoint_space at Base 0.8.2
+ spa_get_deadman_failmode at Base 0.8.2
+ spa_get_dsl at Base 0.8.2
+ spa_get_dspace at Base 0.8.2
+ spa_get_errlists at Base 0.8.2
+ spa_get_errlog at Base 0.8.2
+ spa_get_failmode at Base 0.8.2
+ spa_get_hostid at Base 0.8.2
+ spa_get_last_errlog_size at Base 2.2.0
+ spa_get_last_removal_txg at Base 0.8.2
+ spa_get_log_state at Base 0.8.2
+ spa_get_rootblkptr at Base 0.8.2
+ spa_get_slop_space at Base 0.8.2
+ spa_get_stats at Base 0.8.2
+ spa_get_worst_case_asize at Base 0.8.2
+ spa_guid at Base 0.8.2
+ spa_guid_exists at Base 0.8.2
+ spa_handle_ignored_writes at Base 0.8.2
+ spa_has_checkpoint at Base 0.8.2
+ spa_has_l2cache at Base 2.2.0
+ spa_has_pending_synctask at Base 0.8.2
+ spa_has_slogs at Base 0.8.2
+ spa_has_spare at Base 0.8.2
+ spa_history_create_obj at Base 0.8.2
+ spa_history_get at Base 0.8.2
+ spa_history_log at Base 0.8.2
+ spa_history_log_internal at Base 0.8.2
+ spa_history_log_internal_dd at Base 0.8.2
+ spa_history_log_internal_ds at Base 0.8.2
+ spa_history_log_nvl at Base 0.8.2
+ spa_history_log_version at Base 0.8.2
+ spa_history_zone at Base 2.0
+ spa_import at Base 0.8.2
+ spa_import_os at Base 2.2.0
+ spa_import_progress_add at Base 0.8.2
+ spa_import_progress_list at Base 0.8.2
+ spa_import_progress_remove at Base 0.8.2
+ spa_import_progress_set_max_txg at Base 0.8.2
+ spa_import_progress_set_mmp_check at Base 0.8.2
+ spa_import_progress_set_state at Base 0.8.2
+ spa_importing_readonly_checkpoint at Base 0.8.2
+ spa_indirect_vdevs_loaded at Base 0.8.2
+ spa_init at Base 0.8.2
+ spa_inject_addref at Base 0.8.2
+ spa_inject_delref at Base 0.8.2
+ spa_iostats_trim_add at Base 0.8.2
+ spa_is_initializing at Base 0.8.2
+ spa_is_root at Base 0.8.2
+ spa_keystore_change_key at Base 0.8.2
+ spa_keystore_create_mapping at Base 0.8.2
+ spa_keystore_dsl_key_rele at Base 0.8.2
+ spa_keystore_fini at Base 0.8.2
+ spa_keystore_init at Base 0.8.2
+ spa_keystore_load_wkey at Base 0.8.2
+ spa_keystore_load_wkey_impl at Base 0.8.2
+ spa_keystore_lookup_key at Base 0.8.2
+ spa_keystore_remove_mapping at Base 0.8.2
+ spa_keystore_unload_wkey at Base 0.8.2
+ spa_keystore_unload_wkey_impl at Base 0.8.2
+ spa_l2cache_activate at Base 0.8.2
+ spa_l2cache_add at Base 0.8.2
+ spa_l2cache_drop at Base 0.8.2
+ spa_l2cache_exists at Base 0.8.2
+ spa_l2cache_remove at Base 0.8.2
+ spa_last_synced_txg at Base 0.8.2
+ spa_ld_log_spacemaps at Base 2.0
+ spa_livelist_delete_check at Base 2.0
+ spa_load_failed at Base 0.8.2
+ spa_load_guid at Base 0.8.2
+ spa_load_l2cache at Base 0.8.2
+ spa_load_note at Base 0.8.2
+ spa_load_spares at Base 0.8.2
+ spa_load_state at Base 0.8.2
+ spa_load_verify_dryrun at Base 0.8.2
+ spa_log_class at Base 0.8.2
+ spa_log_error at Base 0.8.2
+ spa_log_sm_blocklimit at Base 2.0
+ spa_log_sm_decrement_mscount at Base 2.0
+ spa_log_sm_increment_current_mscount at Base 2.0
+ spa_log_sm_memused at Base 2.0
+ spa_log_sm_nblocks at Base 2.0
+ spa_log_sm_set_blocklimit at Base 2.0
+ spa_log_summary_add_flushed_metaslab at Base 2.0
+ spa_log_summary_decrement_blkcount at Base 2.0
+ spa_log_summary_decrement_mscount at Base 2.0
+ spa_log_summary_dirty_flushed_metaslab at Base 2.1.6
+ spa_lookup at Base 0.8.2
+ spa_lookup_by_guid at Base 0.8.2
+ spa_max_replication at Base 0.8.2
+ spa_maxblocksize at Base 0.8.2
+ spa_maxdnodesize at Base 0.8.2
+ spa_meta_objset at Base 0.8.2
+ spa_min_claim_txg at Base 0.8.2
+ spa_missing_tvds_allowed at Base 0.8.2
+ spa_mmp_history_add at Base 0.8.2
+ spa_mmp_history_set at Base 0.8.2
+ spa_mmp_history_set_skip at Base 0.8.2
+ spa_mode at Base 0.8.2
+ spa_mode_global at Base 0.8.2
+ spa_mode_readable_spacemaps at Base 2.1.5
+ spa_multihost at Base 0.8.2
+ spa_name at Base 0.8.2
+ spa_namespace_lock at Base 0.8.2
+ spa_next at Base 0.8.2
+ spa_normal_class at Base 0.8.2
+ spa_notify_waiters at Base 2.0
+ spa_open at Base 0.8.2
+ spa_open_ref at Base 0.8.2
+ spa_open_rewind at Base 0.8.2
+ spa_preferred_class at Base 0.8.2
+ spa_prev_software_version at Base 0.8.2
+ spa_prop_clear_bootfs at Base 0.8.2
+ spa_prop_get at Base 0.8.2
+ spa_prop_set at Base 0.8.2
+ spa_read_history_add at Base 0.8.2
+ spa_refcount_zero at Base 0.8.2
+ spa_remap_blkptr at Base 0.8.2
+ spa_removal_get_stats at Base 0.8.2
+ spa_remove at Base 0.8.2
+ spa_remove_error at Base 2.2.0
+ spa_remove_init at Base 0.8.2
+ spa_remove_max_segment at Base 0.8.2
+ spa_reset at Base 0.8.2
+ spa_reset_logs at Base 0.8.2
+ spa_restart_removal at Base 0.8.2
+ spa_scan at Base 0.8.2
+ spa_scan_get_stats at Base 0.8.2
+ spa_scan_stat_init at Base 0.8.2
+ spa_scan_stop at Base 0.8.2
+ spa_scrub_pause_resume at Base 0.8.2
+ spa_set_deadman_failmode at Base 0.8.2
+ spa_set_deadman_synctime at Base 2.0
+ spa_set_deadman_ziotime at Base 2.0
+ spa_set_log_state at Base 0.8.2
+ spa_set_missing_tvds at Base 0.8.2
+ spa_set_rootblkptr at Base 0.8.2
+ spa_shutting_down at Base 0.8.2
+ spa_slop_shift at Base 0.8.2
+ spa_spare_activate at Base 0.8.2
+ spa_spare_add at Base 0.8.2
+ spa_spare_exists at Base 0.8.2
+ spa_spare_remove at Base 0.8.2
+ spa_special_class at Base 0.8.2
+ spa_start_indirect_condensing_thread at Base 0.8.2
+ spa_state at Base 0.8.2
+ spa_state_to_name at Base 0.8.2
+ spa_stats_destroy at Base 0.8.2
+ spa_stats_init at Base 0.8.2
+ spa_strdup at Base 0.8.2
+ spa_strfree at Base 0.8.2
+ spa_suspend_async_destroy at Base 0.8.2
+ spa_suspended at Base 0.8.2
+ spa_swap_errlog at Base 2.2.0
+ spa_sync at Base 0.8.2
+ spa_sync_allpools at Base 0.8.2
+ spa_sync_close_syncing_log_sm at Base 2.0
+ spa_sync_pass at Base 0.8.2
+ spa_syncing_log_sm at Base 2.0
+ spa_syncing_txg at Base 0.8.2
+ spa_taskq_dispatch_ent at Base 0.8.2
+ spa_taskq_dispatch_sync at Base 0.8.2
+ spa_top_vdevs_spacemap_addressable at Base 0.8.2
+ spa_total_metaslabs at Base 2.0
+ spa_trust_config at Base 0.8.2
+ spa_tryimport at Base 0.8.2
+ spa_tx_assign_add_nsecs at Base 0.8.2
+ spa_txg_history_add at Base 0.8.2
+ spa_txg_history_fini_io at Base 0.8.2
+ spa_txg_history_init_io at Base 0.8.2
+ spa_txg_history_set at Base 0.8.2
+ spa_update_dspace at Base 0.8.2
+ spa_upgrade at Base 0.8.2
+ spa_upgrade_errlog at Base 2.2.0
+ spa_vdev_add at Base 0.8.2
+ spa_vdev_alloc at Base 2.2.0
+ spa_vdev_attach at Base 0.8.2
+ spa_vdev_config_enter at Base 0.8.2
+ spa_vdev_config_exit at Base 0.8.2
+ spa_vdev_detach at Base 0.8.2
+ spa_vdev_detach_enter at Base 2.0
+ spa_vdev_enter at Base 0.8.2
+ spa_vdev_exit at Base 0.8.2
+ spa_vdev_indirect_mark_obsolete at Base 0.8.2
+ spa_vdev_initialize at Base 0.8.2
+ spa_vdev_noalloc at Base 2.2.0
+ spa_vdev_removal_destroy at Base 0.8.2
+ spa_vdev_remove at Base 0.8.2
+ spa_vdev_remove_cancel at Base 0.8.2
+ spa_vdev_remove_suspend at Base 0.8.2
+ spa_vdev_setfru at Base 0.8.2
+ spa_vdev_setpath at Base 0.8.2
+ spa_vdev_split_mirror at Base 0.8.2
+ spa_vdev_state_enter at Base 0.8.2
+ spa_vdev_state_exit at Base 0.8.2
+ spa_vdev_trim at Base 0.8.2
+ spa_version at Base 0.8.2
+ spa_wait at Base 2.0
+ spa_wait_tag at Base 2.0
+ spa_wake_waiters at Base 2.0
+ spa_write_cachefile at Base 0.8.2
+ spa_writeable at Base 0.8.2
+ space_map_alloc at Base 0.8.2
+ space_map_allocated at Base 0.8.2
+ space_map_close at Base 0.8.2
+ space_map_estimate_optimal_size at Base 0.8.2
+ space_map_free at Base 0.8.2
+ space_map_free_obj at Base 0.8.2
+ space_map_histogram_add at Base 0.8.2
+ space_map_histogram_clear at Base 0.8.2
+ space_map_histogram_verify at Base 0.8.2
+ space_map_ibs at Base 0.8.2
+ space_map_incremental_destroy at Base 0.8.2
+ space_map_iterate at Base 0.8.2
+ space_map_length at Base 0.8.2
+ space_map_load at Base 0.8.2
+ space_map_load_length at Base 0.8.2
+ space_map_nblocks at Base 2.0
+ space_map_object at Base 0.8.2
+ space_map_open at Base 0.8.2
+ space_map_truncate at Base 0.8.2
+ space_map_write at Base 0.8.2
+ space_reftree_add_map at Base 0.8.2
+ space_reftree_add_seg at Base 0.8.2
+ space_reftree_create at Base 0.8.2
+ space_reftree_destroy at Base 0.8.2
+ space_reftree_generate_map at Base 0.8.2
+ spl_fstrans_mark at Base 0.8.2
+ spl_fstrans_unmark at Base 0.8.2
+ spl_pagesize at Base 2.2.0
+ strlcat at Base 2.2.0
+ strlcpy at Base 2.2.0
+ svr_sync at Base 0.8.2
+ sync_error_list at Base 2.2.0
+ system_delay_taskq at Base 0.8.2
+ system_taskq at Base 0.8.2
+ system_taskq_fini at Base 0.8.2
+ system_taskq_init at Base 0.8.2
+ taskq_cancel_id at Base 0.8.2
+ taskq_create at Base 0.8.2
+ taskq_destroy at Base 0.8.2
+ taskq_dispatch at Base 0.8.2
+ taskq_dispatch_delay at Base 0.8.2
+ taskq_dispatch_ent at Base 0.8.2
+ taskq_empty_ent at Base 0.8.2
+ taskq_init_ent at Base 0.8.2
+ taskq_member at Base 0.8.2
+ taskq_now at Base 0.8.2
+ taskq_of_curthread at Base 2.0
+ taskq_wait at Base 0.8.2
+ taskq_wait_id at Base 0.8.2
+ taskq_wait_outstanding at Base 0.8.2
+ tpool_abandon at Base 2.2.0
+ tpool_create at Base 2.2.0
+ tpool_destroy at Base 2.2.0
+ tpool_dispatch at Base 2.2.0
+ tpool_member at Base 2.2.0
+ tpool_resume at Base 2.2.0
+ tpool_suspend at Base 2.2.0
+ tpool_suspended at Base 2.2.0
+ tpool_wait at Base 2.2.0
+ traverse_dataset at Base 0.8.2
+ traverse_dataset_destroyed at Base 0.8.2
+ traverse_dataset_resume at Base 0.8.2
+ traverse_pool at Base 0.8.2
+ txg_all_lists_empty at Base 0.8.2
+ txg_delay at Base 0.8.2
+ txg_fini at Base 0.8.2
+ txg_hold_open at Base 0.8.2
+ txg_init at Base 0.8.2
+ txg_kick at Base 0.8.2
+ txg_list_add at Base 0.8.2
+ txg_list_add_tail at Base 0.8.2
+ txg_list_create at Base 0.8.2
+ txg_list_destroy at Base 0.8.2
+ txg_list_empty at Base 0.8.2
+ txg_list_head at Base 0.8.2
+ txg_list_member at Base 0.8.2
+ txg_list_next at Base 0.8.2
+ txg_list_remove at Base 0.8.2
+ txg_list_remove_this at Base 0.8.2
+ txg_register_callbacks at Base 0.8.2
+ txg_rele_to_quiesce at Base 0.8.2
+ txg_rele_to_sync at Base 0.8.2
+ txg_stalled at Base 0.8.2
+ txg_sync_start at Base 0.8.2
+ txg_sync_stop at Base 0.8.2
+ txg_sync_waiting at Base 0.8.2
+ txg_verify at Base 2.0
+ txg_wait_callbacks at Base 0.8.2
+ txg_wait_open at Base 0.8.2
+ txg_wait_synced at Base 0.8.2
+ txg_wait_synced_sig at Base 0.8.3
+ u8_strcmp at Base 0.8.2
+ u8_textprep_str at Base 0.8.2
+ u8_validate at Base 0.8.2
+ uberblock_update at Base 0.8.2
+ uberblock_verify at Base 0.8.2
+ uconv_u16tou32 at Base 0.8.2
+ uconv_u16tou8 at Base 0.8.2
+ uconv_u32tou16 at Base 0.8.2
+ uconv_u32tou8 at Base 0.8.2
+ uconv_u8tou16 at Base 0.8.2
+ uconv_u8tou32 at Base 0.8.2
+ undo_register_provider at Base 0.8.2
+ unique_create at Base 0.8.2
+ unique_fini at Base 0.8.2
+ unique_init at Base 0.8.2
+ unique_insert at Base 0.8.2
+ unique_remove at Base 0.8.2
+ update_vdev_config_dev_strs at Base 2.2.0
+ urandom_path at Base 0.8.2
+ utsname at Base 0.8.2
+ vcmn_err at Base 0.8.2
+ vdev_accessible at Base 0.8.2
+ vdev_add_child at Base 0.8.2
+ vdev_add_parent at Base 0.8.2
+ vdev_alloc at Base 0.8.2
+ vdev_alloc_common at Base 0.8.2
+ vdev_allocatable at Base 0.8.2
+ vdev_autotrim at Base 0.8.2
+ vdev_autotrim_kick at Base 2.2.0
+ vdev_autotrim_restart at Base 0.8.2
+ vdev_autotrim_stop_all at Base 0.8.2
+ vdev_autotrim_stop_wait at Base 0.8.2
+ vdev_best_ashift at Base 2.1.6
+ vdev_checkpoint_sm_object at Base 0.8.2
+ vdev_children_are_offline at Base 0.8.2
+ vdev_clear at Base 0.8.2
+ vdev_clear_kobj_evt at Base 2.1.11
+ vdev_clear_resilver_deferred at Base 0.8.3
+ vdev_clear_stats at Base 0.8.2
+ vdev_close at Base 0.8.2
+ vdev_compact_children at Base 0.8.2
+ vdev_config_clean at Base 0.8.2
+ vdev_config_dirty at Base 0.8.2
+ vdev_config_generate at Base 0.8.2
+ vdev_config_generate_stats at Base 0.8.2
+ vdev_config_sync at Base 0.8.2
+ vdev_construct_zaps at Base 0.8.2
+ vdev_copy_path_relaxed at Base 0.8.2
+ vdev_copy_path_strict at Base 0.8.2
+ vdev_count_leaves at Base 0.8.2
+ vdev_create at Base 0.8.2
+ vdev_create_link_zap at Base 0.8.2
+ vdev_dbgmsg at Base 0.8.2
+ vdev_dbgmsg_print_tree at Base 0.8.2
+ vdev_deadman at Base 0.8.2
+ vdev_default_asize at Base 0.8.2
+ vdev_default_min_asize at Base 2.1
+ vdev_default_need_resilver at Base 2.1
+ vdev_default_xlate at Base 0.8.2
+ vdev_defer_resilver at Base 0.8.3
+ vdev_deflated_space at Base 0.8.2
+ vdev_degrade at Base 0.8.2
+ vdev_destroy_spacemaps at Base 0.8.2
+ vdev_destroy_unlink_zap at Base 0.8.2
+ vdev_dirty at Base 0.8.2
+ vdev_dirty_leaves at Base 0.8.2
+ vdev_disk_ops at Base 0.8.2
+ vdev_draid_asize_to_psize at Base 2.1
+ vdev_draid_generate_perms at Base 2.1
+ vdev_draid_lookup_map at Base 2.1
+ vdev_draid_map_alloc_empty at Base 2.1
+ vdev_draid_map_verify_empty at Base 2.1.4
+ vdev_draid_missing at Base 2.1
+ vdev_draid_ops at Base 2.1
+ vdev_draid_rand at Base 2.1
+ vdev_draid_read_config_spare at Base 2.1
+ vdev_draid_readable at Base 2.1
+ vdev_draid_spare_create at Base 2.1
+ vdev_draid_spare_get_child at Base 2.1
+ vdev_draid_spare_get_parent at Base 2.1
+ vdev_draid_spare_ops at Base 2.1
+ vdev_dtl_contains at Base 0.8.2
+ vdev_dtl_dirty at Base 0.8.2
+ vdev_dtl_empty at Base 0.8.2
+ vdev_dtl_load at Base 0.8.2
+ vdev_dtl_need_resilver at Base 0.8.2
+ vdev_dtl_reassess at Base 0.8.2
+ vdev_dtl_required at Base 0.8.2
+ vdev_expand at Base 0.8.2
+ vdev_fault at Base 0.8.2
+ vdev_file_fini at Base 0.8.2
+ vdev_file_init at Base 0.8.2
+ vdev_file_ops at Base 0.8.2
+ vdev_free at Base 0.8.2
+ vdev_get_mg at Base 2.1
+ vdev_get_min_alloc at Base 2.1
+ vdev_get_min_asize at Base 0.8.2
+ vdev_get_ndisks at Base 2.1
+ vdev_get_nparity at Base 2.1
+ vdev_get_stats at Base 0.8.2
+ vdev_get_stats_ex at Base 0.8.2
+ vdev_hold at Base 0.8.2
+ vdev_hole_ops at Base 0.8.2
+ vdev_indirect_births_add_entry at Base 0.8.2
+ vdev_indirect_births_alloc at Base 0.8.2
+ vdev_indirect_births_close at Base 0.8.2
+ vdev_indirect_births_count at Base 0.8.2
+ vdev_indirect_births_free at Base 0.8.2
+ vdev_indirect_births_last_entry_txg at Base 0.8.2
+ vdev_indirect_births_object at Base 0.8.2
+ vdev_indirect_births_open at Base 0.8.2
+ vdev_indirect_births_physbirth at Base 0.8.2
+ vdev_indirect_mapping_add_entries at Base 0.8.2
+ vdev_indirect_mapping_alloc at Base 0.8.2
+ vdev_indirect_mapping_bytes_mapped at Base 0.8.2
+ vdev_indirect_mapping_close at Base 0.8.2
+ vdev_indirect_mapping_entry_for_offset at Base 0.8.2
+ vdev_indirect_mapping_entry_for_offset_or_next at Base 0.8.2
+ vdev_indirect_mapping_free at Base 0.8.2
+ vdev_indirect_mapping_free_obsolete_counts at Base 0.8.2
+ vdev_indirect_mapping_increment_obsolete_count at Base 0.8.2
+ vdev_indirect_mapping_load_obsolete_counts at Base 0.8.2
+ vdev_indirect_mapping_load_obsolete_spacemap at Base 0.8.2
+ vdev_indirect_mapping_max_offset at Base 0.8.2
+ vdev_indirect_mapping_num_entries at Base 0.8.2
+ vdev_indirect_mapping_object at Base 0.8.2
+ vdev_indirect_mapping_open at Base 0.8.2
+ vdev_indirect_mapping_size at Base 0.8.2
+ vdev_indirect_mark_obsolete at Base 0.8.2
+ vdev_indirect_ops at Base 0.8.2
+ vdev_indirect_should_condense at Base 0.8.2
+ vdev_indirect_sync_obsolete at Base 0.8.2
+ vdev_initialize at Base 0.8.2
+ vdev_initialize_restart at Base 0.8.2
+ vdev_initialize_stop at Base 0.8.2
+ vdev_initialize_stop_all at Base 0.8.2
+ vdev_initialize_stop_wait at Base 0.8.2
+ vdev_is_bootable at Base 0.8.2
+ vdev_is_concrete at Base 0.8.2
+ vdev_is_dead at Base 0.8.2
+ vdev_is_spacemap_addressable at Base 0.8.2
+ vdev_label_init at Base 0.8.2
+ vdev_label_number at Base 0.8.2
+ vdev_label_offset at Base 0.8.2
+ vdev_label_read_bootenv at Base 2.0
+ vdev_label_read_config at Base 0.8.2
+ vdev_label_write at Base 0.8.2
+ vdev_label_write_bootenv at Base 2.0
+ vdev_load at Base 0.8.2
+ vdev_log_state_valid at Base 0.8.2
+ vdev_lookup_by_guid at Base 0.8.2
+ vdev_lookup_top at Base 0.8.2
+ vdev_metaslab_fini at Base 0.8.2
+ vdev_metaslab_group_create at Base 2.1
+ vdev_metaslab_init at Base 0.8.2
+ vdev_metaslab_set_size at Base 0.8.2
+ vdev_mirror_ops at Base 0.8.2
+ vdev_mirror_stat_fini at Base 0.8.2
+ vdev_mirror_stat_init at Base 0.8.2
+ vdev_missing_ops at Base 0.8.2
+ vdev_name_to_prop at Base 2.2.0
+ vdev_obsolete_counts_are_precise at Base 0.8.2
+ vdev_obsolete_sm_object at Base 0.8.2
+ vdev_offline at Base 0.8.2
+ vdev_online at Base 0.8.2
+ vdev_open at Base 0.8.2
+ vdev_open_children at Base 0.8.2
+ vdev_open_children_subset at Base 2.1
+ vdev_post_kobj_evt at Base 2.1.11
+ vdev_probe at Base 0.8.2
+ vdev_prop_align_right at Base 2.2.0
+ vdev_prop_column_name at Base 2.2.0
+ vdev_prop_default_numeric at Base 2.2.0
+ vdev_prop_default_string at Base 2.2.0
+ vdev_prop_get at Base 2.2.0
+ vdev_prop_get_table at Base 2.2.0
+ vdev_prop_get_type at Base 2.2.0
+ vdev_prop_index_to_string at Base 2.2.0
+ vdev_prop_init at Base 2.2.0
+ vdev_prop_random_value at Base 2.2.0
+ vdev_prop_readonly at Base 2.2.0
+ vdev_prop_set at Base 2.2.0
+ vdev_prop_string_to_index at Base 2.2.0
+ vdev_prop_to_name at Base 2.2.0
+ vdev_prop_user at Base 2.2.0
+ vdev_prop_values at Base 2.2.0
+ vdev_propagate_state at Base 0.8.2
+ vdev_psize_to_asize at Base 0.8.2
+ vdev_queue_change_io_priority at Base 0.8.2
+ vdev_queue_class_length at Base 2.2.0
+ vdev_queue_fini at Base 0.8.2
+ vdev_queue_init at Base 0.8.2
+ vdev_queue_io at Base 0.8.2
+ vdev_queue_io_done at Base 0.8.2
+ vdev_queue_last_offset at Base 0.8.2
+ vdev_queue_length at Base 0.8.2
+ (arch=amd64)vdev_raidz_avx2_impl at Base 0.8.2
+ (arch=amd64)vdev_raidz_avx512bw_impl at Base 0.8.2
+ (arch=amd64)vdev_raidz_avx512f_impl at Base 0.8.2
+ (arch=arm64)vdev_raidz_aarch64_neon_impl at Base 0.8.2
+ (arch=arm64)vdev_raidz_aarch64_neonx2_impl at Base 0.8.2
+ vdev_raidz_checksum_error at Base 2.1.4
+ vdev_raidz_child_done at Base 2.1
+ vdev_raidz_generate_parity at Base 0.8.2
+ vdev_raidz_generate_parity_row at Base 2.1
+ vdev_raidz_impl_set at Base 0.8.2
+ vdev_raidz_io_done at Base 2.1
+ vdev_raidz_log2 at Base 0.8.2
+ vdev_raidz_map_alloc at Base 0.8.2
+ vdev_raidz_map_free at Base 0.8.2
+ vdev_raidz_math_fini at Base 0.8.2
+ vdev_raidz_math_generate at Base 0.8.2
+ vdev_raidz_math_get_ops at Base 0.8.2
+ vdev_raidz_math_init at Base 0.8.2
+ vdev_raidz_math_reconstruct at Base 0.8.2
+ vdev_raidz_ops at Base 0.8.2
+ vdev_raidz_pow2 at Base 0.8.2
+ (arch=ppc64el ppc64)vdev_raidz_powerpc_altivec_impl at Base 2.1
+ vdev_raidz_reconstruct at Base 0.8.2
+ vdev_raidz_scalar_impl at Base 0.8.2
+ (arch=amd64)vdev_raidz_sse2_impl at Base 0.8.2
+ (arch=amd64)vdev_raidz_ssse3_impl at Base 0.8.2
+ vdev_raidz_vsd_ops at Base 2.1
+ vdev_readable at Base 0.8.2
+ vdev_rebuild at Base 2.0
+ vdev_rebuild_active at Base 2.0
+ vdev_rebuild_clear_sync at Base 2.0
+ vdev_rebuild_get_stats at Base 2.0
+ vdev_rebuild_load at Base 2.0
+ vdev_rebuild_restart at Base 2.0
+ vdev_rebuild_stop_all at Base 2.0
+ vdev_rebuild_stop_wait at Base 2.0
+ vdev_rele at Base 0.8.2
+ vdev_removal_max_span at Base 0.8.2
+ vdev_remove_child at Base 0.8.2
+ vdev_remove_parent at Base 0.8.2
+ vdev_remove_wanted at Base 2.1.11
+ vdev_reopen at Base 0.8.2
+ vdev_replace_in_progress at Base 2.0
+ vdev_replacing_ops at Base 0.8.2
+ vdev_resilver_needed at Base 0.8.2
+ vdev_root_ops at Base 0.8.2
+ vdev_scan_stat_init at Base 0.8.2
+ vdev_set_min_asize at Base 0.8.2
+ vdev_set_state at Base 0.8.2
+ vdev_space_update at Base 0.8.2
+ vdev_spare_ops at Base 0.8.2
+ vdev_split at Base 0.8.2
+ vdev_stat_update at Base 0.8.2
+ vdev_state_clean at Base 0.8.2
+ vdev_state_dirty at Base 0.8.2
+ vdev_sync at Base 0.8.2
+ vdev_sync_done at Base 0.8.2
+ vdev_top_config_generate at Base 0.8.2
+ vdev_trim at Base 0.8.2
+ vdev_trim_l2arc at Base 2.0
+ vdev_trim_restart at Base 0.8.2
+ vdev_trim_simple at Base 2.0
+ vdev_trim_stop at Base 0.8.2
+ vdev_trim_stop_all at Base 0.8.2
+ vdev_trim_stop_wait at Base 0.8.2
+ vdev_uberblock_load at Base 0.8.2
+ vdev_uninitialize at Base 2.1.12
+ vdev_validate at Base 0.8.2
+ vdev_validate_aux at Base 0.8.2
+ vdev_validate_skip at Base 0.8.2
+ vdev_writeable at Base 0.8.2
+ vdev_xlate at Base 0.8.2
+ vdev_xlate_is_empty at Base 2.1
+ vdev_xlate_walk at Base 2.1
+ vn_dumpdir at Base 0.8.2
+ vpanic at Base 0.8.2
+ zap_add at Base 0.8.2
+ zap_add_by_dnode at Base 0.8.2
+ zap_add_int at Base 0.8.2
+ zap_add_int_key at Base 0.8.2
+ zap_add_uint64 at Base 0.8.2
+ zap_byteswap at Base 0.8.2
+ zap_contains at Base 0.8.2
+ zap_count at Base 0.8.2
+ zap_create at Base 0.8.2
+ zap_create_claim at Base 0.8.2
+ zap_create_claim_dnsize at Base 0.8.2
+ zap_create_claim_norm at Base 0.8.2
+ zap_create_claim_norm_dnsize at Base 0.8.2
+ zap_create_dnsize at Base 0.8.2
+ zap_create_flags at Base 0.8.2
+ zap_create_flags_dnsize at Base 0.8.2
+ zap_create_hold at Base 0.8.2
+ zap_create_link at Base 0.8.2
+ zap_create_link_dnsize at Base 0.8.2
+ zap_create_norm at Base 0.8.2
+ zap_create_norm_dnsize at Base 0.8.2
+ zap_cursor_advance at Base 0.8.2
+ zap_cursor_fini at Base 0.8.2
+ zap_cursor_init at Base 0.8.2
+ zap_cursor_init_noprefetch at Base 0.8.2
+ zap_cursor_init_serialized at Base 0.8.2
+ zap_cursor_retrieve at Base 0.8.2
+ zap_cursor_serialize at Base 0.8.2
+ zap_destroy at Base 0.8.2
+ zap_entry_create at Base 0.8.2
+ zap_entry_normalization_conflict at Base 0.8.2
+ zap_entry_read at Base 0.8.2
+ zap_entry_read_name at Base 0.8.2
+ zap_entry_remove at Base 0.8.2
+ zap_entry_update at Base 0.8.2
+ zap_evict_sync at Base 0.8.2
+ zap_get_stats at Base 0.8.2
+ zap_getflags at Base 0.8.2
+ zap_hashbits at Base 0.8.2
+ zap_increment at Base 0.8.2
+ zap_increment_int at Base 0.8.2
+ zap_join at Base 0.8.2
+ zap_join_increment at Base 0.8.2
+ zap_join_key at Base 0.8.2
+ zap_leaf_byteswap at Base 0.8.2
+ zap_leaf_init at Base 0.8.2
+ zap_leaf_lookup at Base 0.8.2
+ zap_leaf_lookup_closest at Base 0.8.2
+ zap_leaf_split at Base 0.8.2
+ zap_leaf_stats at Base 0.8.2
+ zap_length at Base 0.8.2
+ zap_length_uint64 at Base 0.8.2
+ zap_lockdir at Base 0.8.2
+ zap_lookup at Base 0.8.2
+ zap_lookup_by_dnode at Base 0.8.2
+ zap_lookup_int at Base 0.8.2
+ zap_lookup_int_key at Base 0.8.2
+ zap_lookup_norm at Base 0.8.2
+ zap_lookup_norm_by_dnode at Base 0.8.2
+ zap_lookup_uint64 at Base 0.8.2
+ zap_match at Base 0.8.2
+ zap_maxcd at Base 0.8.2
+ zap_micro_max_size at Base 2.2.0
+ zap_name_alloc_str at Base 2.1.9
+ zap_name_free at Base 0.8.2
+ zap_prefetch at Base 0.8.2
+ zap_prefetch_uint64 at Base 0.8.2
+ zap_put_leaf at Base 0.8.2
+ zap_remove at Base 0.8.2
+ zap_remove_by_dnode at Base 0.8.2
+ zap_remove_int at Base 0.8.2
+ zap_remove_norm at Base 0.8.2
+ zap_remove_uint64 at Base 0.8.2
+ zap_unlockdir at Base 0.8.2
+ zap_update at Base 0.8.2
+ zap_update_int_key at Base 0.8.2
+ zap_update_uint64 at Base 0.8.2
+ zap_value_search at Base 0.8.2
+ zbookmark_compare at Base 0.8.2
+ zbookmark_subtree_completed at Base 0.8.2
+ zbookmark_subtree_tbd at Base 2.1.6
+ zcp_argerror at Base 0.8.2
+ zcp_cleanup at Base 0.8.2
+ zcp_dataset_hold at Base 0.8.2
+ zcp_dataset_hold_error at Base 0.8.2
+ zcp_deregister_cleanup at Base 0.8.2
+ zcp_eval at Base 0.8.2
+ zcp_load_get_lib at Base 0.8.2
+ zcp_load_globals at Base 0.8.2
+ zcp_load_list_lib at Base 0.8.2
+ zcp_load_synctask_lib at Base 0.8.2
+ zcp_nvlist_to_lua at Base 0.8.2
+ zcp_parse_args at Base 0.8.2
+ zcp_register_cleanup at Base 0.8.2
+ zcp_run_info at Base 0.8.2
+ zcp_set_prop_check at Base 2.0
+ zcp_set_prop_sync at Base 2.0
+ zep_to_zb at Base 2.2.0
+ zfeature_checks_disable at Base 0.8.2
+ zfeature_depends_on at Base 0.8.2
+ zfeature_is_supported at Base 0.8.2
+ zfeature_is_valid_guid at Base 0.8.2
+ zfeature_lookup_guid at Base 0.8.2
+ zfeature_lookup_name at Base 0.8.2
+ zfetch_fini at Base 0.8.2
+ zfetch_init at Base 0.8.2
+ zfetch_max_distance at Base 0.8.2
+ zfetch_max_idistance at Base 0.8.2
+ zfetch_sums at Base 2.1
+ zfs_ERR_getErrorString at Base 2.0
+ zfs_FSE_NCountWriteBound at Base 2.0
+ zfs_FSE_buildCTable at Base 2.0
+ zfs_FSE_buildCTable_raw at Base 2.0
+ zfs_FSE_buildCTable_rle at Base 2.0
+ zfs_FSE_buildCTable_wksp at Base 2.0
+ zfs_FSE_buildDTable at Base 2.0
+ zfs_FSE_buildDTable_raw at Base 2.0
+ zfs_FSE_buildDTable_rle at Base 2.0
+ zfs_FSE_compress2 at Base 2.0
+ zfs_FSE_compress at Base 2.0
+ zfs_FSE_compressBound at Base 2.0
+ zfs_FSE_compress_usingCTable at Base 2.0
+ zfs_FSE_compress_wksp at Base 2.0
+ zfs_FSE_createCTable at Base 2.0
+ zfs_FSE_decompress at Base 2.0
+ zfs_FSE_decompress_usingDTable at Base 2.0
+ zfs_FSE_decompress_wksp at Base 2.0
+ zfs_FSE_freeCTable at Base 2.0
+ zfs_FSE_getErrorName at Base 2.0
+ zfs_FSE_isError at Base 2.0
+ zfs_FSE_normalizeCount at Base 2.0
+ zfs_FSE_optimalTableLog at Base 2.0
+ zfs_FSE_optimalTableLog_internal at Base 2.0
+ zfs_FSE_readNCount at Base 2.0
+ zfs_FSE_versionNumber at Base 2.0
+ zfs_FSE_writeNCount at Base 2.0
+ zfs_HIST_count at Base 2.0
+ zfs_HIST_countFast at Base 2.0
+ zfs_HIST_countFast_wksp at Base 2.0
+ zfs_HIST_count_simple at Base 2.0
+ zfs_HIST_count_wksp at Base 2.0
+ zfs_HIST_isError at Base 2.1.5
+ zfs_HUF_buildCTable at Base 2.0
+ zfs_HUF_buildCTable_wksp at Base 2.0
+ zfs_HUF_compress1X at Base 2.0
+ zfs_HUF_compress1X_repeat at Base 2.0
+ zfs_HUF_compress1X_usingCTable at Base 2.0
+ zfs_HUF_compress1X_wksp at Base 2.0
+ zfs_HUF_compress2 at Base 2.0
+ zfs_HUF_compress4X_repeat at Base 2.0
+ zfs_HUF_compress4X_usingCTable at Base 2.0
+ zfs_HUF_compress4X_wksp at Base 2.0
+ zfs_HUF_compress at Base 2.0
+ zfs_HUF_compressBound at Base 2.0
+ zfs_HUF_decompress1X1 at Base 2.0
+ zfs_HUF_decompress1X1_DCtx at Base 2.0
+ zfs_HUF_decompress1X1_DCtx_wksp at Base 2.0
+ zfs_HUF_decompress1X1_DCtx_wksp_bmi2 at Base 2.0
+ zfs_HUF_decompress1X1_usingDTable at Base 2.0
+ zfs_HUF_decompress1X2 at Base 2.0
+ zfs_HUF_decompress1X2_DCtx at Base 2.0
+ zfs_HUF_decompress1X2_DCtx_wksp at Base 2.0
+ zfs_HUF_decompress1X2_usingDTable at Base 2.0
+ zfs_HUF_decompress1X_DCtx at Base 2.0
+ zfs_HUF_decompress1X_DCtx_wksp at Base 2.0
+ zfs_HUF_decompress1X_usingDTable at Base 2.0
+ zfs_HUF_decompress1X_usingDTable_bmi2 at Base 2.0
+ zfs_HUF_decompress4X1 at Base 2.0
+ zfs_HUF_decompress4X1_DCtx at Base 2.0
+ zfs_HUF_decompress4X1_DCtx_wksp at Base 2.0
+ zfs_HUF_decompress4X1_usingDTable at Base 2.0
+ zfs_HUF_decompress4X2 at Base 2.0
+ zfs_HUF_decompress4X2_DCtx at Base 2.0
+ zfs_HUF_decompress4X2_DCtx_wksp at Base 2.0
+ zfs_HUF_decompress4X2_usingDTable at Base 2.0
+ zfs_HUF_decompress4X_DCtx at Base 2.0
+ zfs_HUF_decompress4X_hufOnly at Base 2.0
+ zfs_HUF_decompress4X_hufOnly_wksp at Base 2.0
+ zfs_HUF_decompress4X_hufOnly_wksp_bmi2 at Base 2.0
+ zfs_HUF_decompress4X_usingDTable at Base 2.0
+ zfs_HUF_decompress4X_usingDTable_bmi2 at Base 2.0
+ zfs_HUF_decompress at Base 2.0
+ zfs_HUF_estimateCompressedSize at Base 2.0
+ zfs_HUF_getErrorName at Base 2.0
+ zfs_HUF_getNbBits at Base 2.0
+ zfs_HUF_isError at Base 2.0
+ zfs_HUF_optimalTableLog at Base 2.0
+ zfs_HUF_readCTable at Base 2.0
+ zfs_HUF_readDTableX1 at Base 2.0
+ zfs_HUF_readDTableX1_wksp at Base 2.0
+ zfs_HUF_readDTableX2 at Base 2.0
+ zfs_HUF_readDTableX2_wksp at Base 2.0
+ zfs_HUF_readStats at Base 2.0
+ zfs_HUF_selectDecoder at Base 2.0
+ zfs_HUF_validateCTable at Base 2.0
+ zfs_HUF_writeCTable at Base 2.0
+ zfs_POOL_add at Base 2.0
+ zfs_POOL_create at Base 2.0
+ zfs_POOL_create_advanced at Base 2.0
+ zfs_POOL_free at Base 2.0
+ zfs_POOL_resize at Base 2.0
+ zfs_POOL_sizeof at Base 2.0
+ zfs_POOL_tryAdd at Base 2.0
+ zfs_ZSTD_CCtxParams_getParameter at Base 2.0
+ zfs_ZSTD_CCtxParams_init at Base 2.0
+ zfs_ZSTD_CCtxParams_init_advanced at Base 2.0
+ zfs_ZSTD_CCtxParams_reset at Base 2.0
+ zfs_ZSTD_CCtxParams_setParameter at Base 2.0
+ zfs_ZSTD_CCtx_getParameter at Base 2.0
+ zfs_ZSTD_CCtx_loadDictionary at Base 2.0
+ zfs_ZSTD_CCtx_loadDictionary_advanced at Base 2.0
+ zfs_ZSTD_CCtx_loadDictionary_byReference at Base 2.0
+ zfs_ZSTD_CCtx_refCDict at Base 2.0
+ zfs_ZSTD_CCtx_refPrefix at Base 2.0
+ zfs_ZSTD_CCtx_refPrefix_advanced at Base 2.0
+ zfs_ZSTD_CCtx_reset at Base 2.0
+ zfs_ZSTD_CCtx_setParameter at Base 2.0
+ zfs_ZSTD_CCtx_setParametersUsingCCtxParams at Base 2.0
+ zfs_ZSTD_CCtx_setPledgedSrcSize at Base 2.0
+ zfs_ZSTD_CStreamInSize at Base 2.0
+ zfs_ZSTD_CStreamOutSize at Base 2.0
+ zfs_ZSTD_DCtx_loadDictionary at Base 2.0
+ zfs_ZSTD_DCtx_loadDictionary_advanced at Base 2.0
+ zfs_ZSTD_DCtx_loadDictionary_byReference at Base 2.0
+ zfs_ZSTD_DCtx_refDDict at Base 2.0
+ zfs_ZSTD_DCtx_refPrefix at Base 2.0
+ zfs_ZSTD_DCtx_refPrefix_advanced at Base 2.0
+ zfs_ZSTD_DCtx_reset at Base 2.0
+ zfs_ZSTD_DCtx_setFormat at Base 2.0
+ zfs_ZSTD_DCtx_setMaxWindowSize at Base 2.0
+ zfs_ZSTD_DCtx_setParameter at Base 2.0
+ zfs_ZSTD_DDict_dictContent at Base 2.0
+ zfs_ZSTD_DDict_dictSize at Base 2.0
+ zfs_ZSTD_DStreamInSize at Base 2.0
+ zfs_ZSTD_DStreamOutSize at Base 2.0
+ zfs_ZSTD_adjustCParams at Base 2.0
+ zfs_ZSTD_buildCTable at Base 2.0
+ zfs_ZSTD_buildFSETable at Base 2.0
+ zfs_ZSTD_cParam_getBounds at Base 2.0
+ zfs_ZSTD_calloc at Base 2.0
+ zfs_ZSTD_checkCParams at Base 2.0
+ zfs_ZSTD_checkContinuity at Base 2.0
+ zfs_ZSTD_compress2 at Base 2.0
+ zfs_ZSTD_compress at Base 2.0
+ zfs_ZSTD_compressBegin at Base 2.0
+ zfs_ZSTD_compressBegin_advanced at Base 2.0
+ zfs_ZSTD_compressBegin_advanced_internal at Base 2.0
+ zfs_ZSTD_compressBegin_usingCDict at Base 2.0
+ zfs_ZSTD_compressBegin_usingCDict_advanced at Base 2.0
+ zfs_ZSTD_compressBegin_usingDict at Base 2.0
+ zfs_ZSTD_compressBlock at Base 2.0
+ zfs_ZSTD_compressBlock_btlazy2 at Base 2.0
+ zfs_ZSTD_compressBlock_btlazy2_dictMatchState at Base 2.0
+ zfs_ZSTD_compressBlock_btlazy2_extDict at Base 2.0
+ zfs_ZSTD_compressBlock_btopt at Base 2.0
+ zfs_ZSTD_compressBlock_btopt_dictMatchState at Base 2.0
+ zfs_ZSTD_compressBlock_btopt_extDict at Base 2.0
+ zfs_ZSTD_compressBlock_btultra2 at Base 2.0
+ zfs_ZSTD_compressBlock_btultra at Base 2.0
+ zfs_ZSTD_compressBlock_btultra_dictMatchState at Base 2.0
+ zfs_ZSTD_compressBlock_btultra_extDict at Base 2.0
+ zfs_ZSTD_compressBlock_doubleFast at Base 2.0
+ zfs_ZSTD_compressBlock_doubleFast_dictMatchState at Base 2.0
+ zfs_ZSTD_compressBlock_doubleFast_extDict at Base 2.0
+ zfs_ZSTD_compressBlock_fast at Base 2.0
+ zfs_ZSTD_compressBlock_fast_dictMatchState at Base 2.0
+ zfs_ZSTD_compressBlock_fast_extDict at Base 2.0
+ zfs_ZSTD_compressBlock_greedy at Base 2.0
+ zfs_ZSTD_compressBlock_greedy_dictMatchState at Base 2.0
+ zfs_ZSTD_compressBlock_greedy_extDict at Base 2.0
+ zfs_ZSTD_compressBlock_lazy2 at Base 2.0
+ zfs_ZSTD_compressBlock_lazy2_dictMatchState at Base 2.0
+ zfs_ZSTD_compressBlock_lazy2_extDict at Base 2.0
+ zfs_ZSTD_compressBlock_lazy at Base 2.0
+ zfs_ZSTD_compressBlock_lazy_dictMatchState at Base 2.0
+ zfs_ZSTD_compressBlock_lazy_extDict at Base 2.0
+ zfs_ZSTD_compressBound at Base 2.0
+ zfs_ZSTD_compressCCtx at Base 2.0
+ zfs_ZSTD_compressContinue at Base 2.0
+ zfs_ZSTD_compressEnd at Base 2.0
+ zfs_ZSTD_compressLiterals at Base 2.0
+ zfs_ZSTD_compressRleLiteralsBlock at Base 2.0
+ zfs_ZSTD_compressStream2 at Base 2.0
+ zfs_ZSTD_compressStream2_simpleArgs at Base 2.0
+ zfs_ZSTD_compressStream at Base 2.0
+ zfs_ZSTD_compressSuperBlock at Base 2.0
+ zfs_ZSTD_compress_advanced at Base 2.0
+ zfs_ZSTD_compress_advanced_internal at Base 2.0
+ zfs_ZSTD_compress_usingCDict at Base 2.0
+ zfs_ZSTD_compress_usingCDict_advanced at Base 2.0
+ zfs_ZSTD_compress_usingDict at Base 2.0
+ zfs_ZSTD_copyCCtx at Base 2.0
+ zfs_ZSTD_copyDCtx at Base 2.0
+ zfs_ZSTD_copyDDictParameters at Base 2.0
+ zfs_ZSTD_createCCtx at Base 2.0
+ zfs_ZSTD_createCCtxParams at Base 2.0
+ zfs_ZSTD_createCCtx_advanced at Base 2.0
+ zfs_ZSTD_createCDict at Base 2.0
+ zfs_ZSTD_createCDict_advanced at Base 2.0
+ zfs_ZSTD_createCDict_byReference at Base 2.0
+ zfs_ZSTD_createCStream at Base 2.0
+ zfs_ZSTD_createCStream_advanced at Base 2.0
+ zfs_ZSTD_createDCtx at Base 2.0
+ zfs_ZSTD_createDCtx_advanced at Base 2.0
+ zfs_ZSTD_createDDict at Base 2.0
+ zfs_ZSTD_createDDict_advanced at Base 2.0
+ zfs_ZSTD_createDDict_byReference at Base 2.0
+ zfs_ZSTD_createDStream at Base 2.0
+ zfs_ZSTD_createDStream_advanced at Base 2.0
+ zfs_ZSTD_crossEntropyCost at Base 2.0
+ zfs_ZSTD_cycleLog at Base 2.0
+ zfs_ZSTD_dParam_getBounds at Base 2.0
+ zfs_ZSTD_decodeLiteralsBlock at Base 2.0
+ zfs_ZSTD_decodeSeqHeaders at Base 2.0
+ zfs_ZSTD_decodingBufferSize_min at Base 2.0
+ zfs_ZSTD_decompress at Base 2.0
+ zfs_ZSTD_decompressBegin at Base 2.0
+ zfs_ZSTD_decompressBegin_usingDDict at Base 2.0
+ zfs_ZSTD_decompressBegin_usingDict at Base 2.0
+ zfs_ZSTD_decompressBlock at Base 2.0
+ zfs_ZSTD_decompressBlock_internal at Base 2.0
+ zfs_ZSTD_decompressBound at Base 2.0
+ zfs_ZSTD_decompressContinue at Base 2.0
+ zfs_ZSTD_decompressDCtx at Base 2.0
+ zfs_ZSTD_decompressStream at Base 2.0
+ zfs_ZSTD_decompressStream_simpleArgs at Base 2.0
+ zfs_ZSTD_decompress_usingDDict at Base 2.0
+ zfs_ZSTD_decompress_usingDict at Base 2.0
+ zfs_ZSTD_encodeSequences at Base 2.0
+ zfs_ZSTD_endStream at Base 2.0
+ zfs_ZSTD_estimateCCtxSize at Base 2.0
+ zfs_ZSTD_estimateCCtxSize_usingCCtxParams at Base 2.0
+ zfs_ZSTD_estimateCCtxSize_usingCParams at Base 2.0
+ zfs_ZSTD_estimateCDictSize at Base 2.0
+ zfs_ZSTD_estimateCDictSize_advanced at Base 2.0
+ zfs_ZSTD_estimateCStreamSize at Base 2.0
+ zfs_ZSTD_estimateCStreamSize_usingCCtxParams at Base 2.0
+ zfs_ZSTD_estimateCStreamSize_usingCParams at Base 2.0
+ zfs_ZSTD_estimateDCtxSize at Base 2.0
+ zfs_ZSTD_estimateDDictSize at Base 2.0
+ zfs_ZSTD_estimateDStreamSize at Base 2.0
+ zfs_ZSTD_estimateDStreamSize_fromFrame at Base 2.0
+ zfs_ZSTD_fillDoubleHashTable at Base 2.0
+ zfs_ZSTD_fillHashTable at Base 2.0
+ zfs_ZSTD_findDecompressedSize at Base 2.0
+ zfs_ZSTD_findFrameCompressedSize at Base 2.0
+ zfs_ZSTD_flushStream at Base 2.0
+ zfs_ZSTD_frameHeaderSize at Base 2.0
+ zfs_ZSTD_free at Base 2.0
+ zfs_ZSTD_freeCCtx at Base 2.0
+ zfs_ZSTD_freeCCtxParams at Base 2.0
+ zfs_ZSTD_freeCDict at Base 2.0
+ zfs_ZSTD_freeCStream at Base 2.0
+ zfs_ZSTD_freeDCtx at Base 2.0
+ zfs_ZSTD_freeDDict at Base 2.0
+ zfs_ZSTD_freeDStream at Base 2.0
+ zfs_ZSTD_fseBitCost at Base 2.0
+ zfs_ZSTD_getBlockSize at Base 2.0
+ zfs_ZSTD_getCParams at Base 2.0
+ zfs_ZSTD_getCParamsFromCCtxParams at Base 2.0
+ zfs_ZSTD_getCParamsFromCDict at Base 2.0
+ zfs_ZSTD_getDecompressedSize at Base 2.0
+ zfs_ZSTD_getDictID_fromDDict at Base 2.0
+ zfs_ZSTD_getDictID_fromDict at Base 2.0
+ zfs_ZSTD_getDictID_fromFrame at Base 2.0
+ zfs_ZSTD_getErrorCode at Base 2.0
+ zfs_ZSTD_getErrorName at Base 2.0
+ zfs_ZSTD_getErrorString at Base 2.0
+ zfs_ZSTD_getFrameContentSize at Base 2.0
+ zfs_ZSTD_getFrameHeader at Base 2.0
+ zfs_ZSTD_getFrameHeader_advanced at Base 2.0
+ zfs_ZSTD_getFrameProgression at Base 2.0
+ zfs_ZSTD_getParams at Base 2.0
+ zfs_ZSTD_getSeqStore at Base 2.0
+ zfs_ZSTD_getSequences at Base 2.0
+ zfs_ZSTD_getcBlockSize at Base 2.0
+ zfs_ZSTD_initCStream at Base 2.0
+ zfs_ZSTD_initCStream_advanced at Base 2.0
+ zfs_ZSTD_initCStream_internal at Base 2.0
+ zfs_ZSTD_initCStream_srcSize at Base 2.0
+ zfs_ZSTD_initCStream_usingCDict at Base 2.0
+ zfs_ZSTD_initCStream_usingCDict_advanced at Base 2.0
+ zfs_ZSTD_initCStream_usingDict at Base 2.0
+ zfs_ZSTD_initDStream at Base 2.0
+ zfs_ZSTD_initDStream_usingDDict at Base 2.0
+ zfs_ZSTD_initDStream_usingDict at Base 2.0
+ zfs_ZSTD_initStaticCCtx at Base 2.0
+ zfs_ZSTD_initStaticCDict at Base 2.0
+ zfs_ZSTD_initStaticCStream at Base 2.0
+ zfs_ZSTD_initStaticDCtx at Base 2.0
+ zfs_ZSTD_initStaticDDict at Base 2.0
+ zfs_ZSTD_initStaticDStream at Base 2.0
+ zfs_ZSTD_insertAndFindFirstIndex at Base 2.0
+ zfs_ZSTD_insertBlock at Base 2.0
+ zfs_ZSTD_invalidateRepCodes at Base 2.0
+ zfs_ZSTD_isError at Base 2.1.2
+ zfs_ZSTD_isFrame at Base 2.0
+ zfs_ZSTD_ldm_adjustParameters at Base 2.0
+ zfs_ZSTD_ldm_blockCompress at Base 2.0
+ zfs_ZSTD_ldm_fillHashTable at Base 2.0
+ zfs_ZSTD_ldm_generateSequences at Base 2.0
+ zfs_ZSTD_ldm_getMaxNbSeq at Base 2.0
+ zfs_ZSTD_ldm_getTableSize at Base 2.0
+ zfs_ZSTD_ldm_skipSequences at Base 2.0
+ zfs_ZSTD_loadCEntropy at Base 2.0
+ zfs_ZSTD_loadDEntropy at Base 2.0
+ zfs_ZSTD_malloc at Base 2.0
+ zfs_ZSTD_maxCLevel at Base 2.0
+ zfs_ZSTD_minCLevel at Base 2.0
+ zfs_ZSTD_nextInputType at Base 2.0
+ zfs_ZSTD_nextSrcSizeToDecompress at Base 2.0
+ zfs_ZSTD_noCompressLiterals at Base 2.0
+ zfs_ZSTD_referenceExternalSequences at Base 2.0
+ zfs_ZSTD_resetCStream at Base 2.0
+ zfs_ZSTD_resetDStream at Base 2.0
+ zfs_ZSTD_resetSeqStore at Base 2.0
+ zfs_ZSTD_reset_compressedBlockState at Base 2.0
+ zfs_ZSTD_selectBlockCompressor at Base 2.0
+ zfs_ZSTD_selectEncodingType at Base 2.0
+ zfs_ZSTD_seqToCodes at Base 2.0
+ zfs_ZSTD_sizeof_CCtx at Base 2.0
+ zfs_ZSTD_sizeof_CDict at Base 2.0
+ zfs_ZSTD_sizeof_CStream at Base 2.0
+ zfs_ZSTD_sizeof_DCtx at Base 2.0
+ zfs_ZSTD_sizeof_DDict at Base 2.0
+ zfs_ZSTD_sizeof_DStream at Base 2.0
+ zfs_ZSTD_toFlushNow at Base 2.0
+ zfs_ZSTD_updateTree at Base 2.0
+ zfs_ZSTD_versionNumber at Base 2.0
+ zfs_ZSTD_versionString at Base 2.0
+ zfs_ZSTD_writeLastEmptyBlock at Base 2.0
+ zfs_abd_scatter_enabled at Base 0.8.2
+ zfs_acl_byteswap at Base 0.8.2
+ zfs_allocatable_devs at Base 0.8.2
+ zfs_append_partition at Base 2.2.0
+ zfs_arc_average_blocksize at Base 0.8.2
+ zfs_arc_max at Base 0.8.2
+ zfs_arc_min at Base 0.8.2
+ zfs_arc_shrinker_limit at Base 2.0
+ zfs_attr_table at Base 0.8.2
+ zfs_basename at Base 2.2.0
+ (arch=amd64)zfs_blake3_compress_in_place_avx512 at Base 2.2.0
+ (arch=amd64 arm64 ppc64el)zfs_blake3_compress_in_place_sse2 at Base 2.2.0
+ (arch=amd64 arm64 ppc64el)zfs_blake3_compress_in_place_sse41 at Base 2.2.0
+ (arch=amd64)zfs_blake3_compress_xof_avx512 at Base 2.2.0
+ (arch=amd64 arm64 ppc64el)zfs_blake3_compress_xof_sse2 at Base 2.2.0
+ (arch=amd64 arm64 ppc64el)zfs_blake3_compress_xof_sse41 at Base 2.2.0
+ (arch=amd64)zfs_blake3_hash_many_avx2 at Base 2.2.0
+ (arch=amd64)zfs_blake3_hash_many_avx512 at Base 2.2.0
+ (arch=amd64 arm64 ppc64el)zfs_blake3_hash_many_sse2 at Base 2.2.0
+ (arch=amd64 arm64 ppc64el)zfs_blake3_hash_many_sse41 at Base 2.2.0
+ zfs_blake3_ops at Base 2.2.0
+ zfs_blkptr_verify at Base 2.0
+ zfs_brt_prefetch at Base 2.2.0
+ zfs_btree_add at Base 2.0
+ zfs_btree_add_idx at Base 2.0
+ zfs_btree_clear at Base 2.0
+ zfs_btree_create at Base 2.0
+ zfs_btree_create_custom at Base 2.1.9
+ zfs_btree_destroy at Base 2.0
+ zfs_btree_destroy_nodes at Base 2.0
+ zfs_btree_find at Base 2.0
+ zfs_btree_fini at Base 2.0
+ zfs_btree_first at Base 2.0
+ zfs_btree_get at Base 2.0
+ zfs_btree_init at Base 2.0
+ zfs_btree_last at Base 2.0
+ zfs_btree_leaf_cache at Base 2.0
+ zfs_btree_next at Base 2.0
+ zfs_btree_numnodes at Base 2.0
+ zfs_btree_prev at Base 2.0
+ zfs_btree_remove at Base 2.0
+ zfs_btree_remove_idx at Base 2.0
+ zfs_btree_verify at Base 2.0
+ zfs_btree_verify_intensity at Base 2.0
+ zfs_ccw_retry_interval at Base 0.8.2
+ zfs_component_namecheck at Base 0.8.2
+ zfs_compressed_arc_enabled at Base 0.8.2
+ zfs_condense_pct at Base 2.2.0
+ zfs_crc64_table at Base 0.8.2
+ zfs_dataset_name_hidden at Base 0.8.2
+ zfs_dbgmsg_enable at Base 0.8.2
+ zfs_dbgmsg_fini at Base 0.8.2
+ zfs_dbgmsg_init at Base 0.8.2
+ zfs_dbgmsg_print at Base 0.8.2
+ zfs_dbuf_state_index at Base 0.8.2
+ zfs_deadman_checktime_ms at Base 0.8.2
+ zfs_deadman_enabled at Base 0.8.2
+ zfs_deadman_failmode at Base 0.8.2
+ zfs_deadman_synctime_ms at Base 0.8.2
+ zfs_deadman_ziotime_ms at Base 0.8.2
+ zfs_dedup_prefetch at Base 0.8.2
+ zfs_default_bs at Base 0.8.2
+ zfs_default_ibs at Base 0.8.2
+ zfs_delay_min_dirty_percent at Base 0.8.2
+ zfs_delay_scale at Base 0.8.2
+ zfs_deleg_canonicalize_perm at Base 0.8.2
+ zfs_deleg_perm_tab at Base 0.8.2
+ zfs_deleg_verify_nvlist at Base 0.8.2
+ zfs_deleg_whokey at Base 0.8.2
+ zfs_dev_flush at Base 2.2.0
+ zfs_dev_is_dm at Base 2.2.0
+ zfs_dev_is_whole_disk at Base 2.2.0
+ zfs_device_get_devid at Base 2.2.0
+ zfs_device_get_physical at Base 2.2.0
+ zfs_dirnamelen at Base 2.2.0
+ zfs_dirty_data_max at Base 0.8.2
+ zfs_dirty_data_max_max at Base 0.8.2
+ zfs_dirty_data_max_max_percent at Base 0.8.2
+ zfs_dirty_data_max_percent at Base 0.8.2
+ zfs_disable_ivset_guid_check at Base 0.8.2
+ zfs_dva_valid at Base 0.8.2
+ zfs_ereport_clear at Base 2.1
+ zfs_ereport_finish_checksum at Base 0.8.2
+ zfs_ereport_free_checksum at Base 0.8.2
+ zfs_ereport_is_valid at Base 0.8.2
+ zfs_ereport_post at Base 0.8.2
+ zfs_ereport_post_checksum at Base 0.8.2
+ zfs_ereport_start_checksum at Base 0.8.2
+ zfs_event_create at Base 0.8.2
+ zfs_file_close at Base 2.0
+ zfs_file_fallocate at Base 2.0
+ zfs_file_fsync at Base 2.0
+ zfs_file_get at Base 2.0
+ zfs_file_getattr at Base 2.0
+ zfs_file_off at Base 2.0
+ zfs_file_open at Base 2.0
+ zfs_file_pread at Base 2.0
+ zfs_file_put at Base 2.0
+ zfs_file_pwrite at Base 2.0
+ zfs_file_read at Base 2.0
+ zfs_file_seek at Base 2.0
+ zfs_file_unlink at Base 2.0
+ zfs_file_write at Base 2.0
+ zfs_flags at Base 0.8.2
+ zfs_force_some_double_word_sm_entries at Base 0.8.2
+ zfs_free_leak_on_eio at Base 0.8.2
+ zfs_fuid_avl_tree_create at Base 0.8.2
+ zfs_fuid_idx_domain at Base 0.8.2
+ zfs_fuid_table_destroy at Base 0.8.2
+ zfs_fuid_table_load at Base 0.8.2
+ zfs_get_enclosure_sysfs_path at Base 2.2.0
+ zfs_get_underlying_path at Base 2.2.0
+ zfs_get_zplprop at Base 2.2.0
+ zfs_history_event_names at Base 0.8.2
+ zfs_impl_get_ops at Base 2.2.0
+ zfs_isnumber at Base 2.2.0
+ zfs_keep_log_spacemaps_at_export at Base 2.0
+ zfs_livelist_max_entries at Base 2.0
+ zfs_livelist_min_percent_shared at Base 2.0
+ zfs_lua_max_instrlimit at Base 0.8.2
+ zfs_lua_max_memlimit at Base 0.8.2
+ zfs_max_dataset_nesting at Base 0.8.2
+ zfs_max_missing_tvds at Base 0.8.2
+ zfs_max_missing_tvds_cachefile at Base 0.8.2
+ zfs_max_missing_tvds_scan at Base 0.8.2
+ zfs_max_recordsize at Base 0.8.2
+ zfs_metaslab_ops at Base 0.8.2
+ zfs_metaslab_sm_blksz_no_log at Base 2.0
+ zfs_metaslab_sm_blksz_with_log at Base 2.0
+ zfs_mod_list_supported at Base 2.2.0
+ zfs_mod_list_supported_free at Base 2.2.0
+ zfs_multihost_fail_intervals at Base 0.8.2
+ zfs_multihost_import_intervals at Base 0.8.2
+ zfs_multihost_interval at Base 0.8.2
+ zfs_multilist_num_sublists at Base 0.8.2
+ zfs_name_to_prop at Base 0.8.2
+ zfs_nicebytes at Base 2.2.0
+ zfs_nicenum at Base 2.2.0
+ zfs_nicenum_format at Base 2.2.0
+ zfs_niceraw at Base 2.2.0
+ zfs_nicetime at Base 2.2.0
+ zfs_nocacheflush at Base 0.8.2
+ zfs_obj_to_path at Base 0.8.2
+ zfs_obj_to_stats at Base 0.8.2
+ zfs_oldacl_byteswap at Base 0.8.2
+ zfs_onexit_add_cb at Base 0.8.2
+ zfs_onexit_fd_hold at Base 0.8.2
+ zfs_onexit_fd_rele at Base 0.8.2
+ zfs_panic_recover at Base 0.8.2
+ zfs_post_autoreplace at Base 0.8.2
+ zfs_post_remove at Base 0.8.2
+ zfs_post_state_change at Base 0.8.2
+ zfs_prop_align_right at Base 0.8.2
+ zfs_prop_column_name at Base 0.8.2
+ zfs_prop_default_numeric at Base 0.8.2
+ zfs_prop_default_string at Base 0.8.2
+ zfs_prop_delegatable at Base 0.8.2
+ zfs_prop_encryption_key_param at Base 0.8.2
+ zfs_prop_get_table at Base 0.8.2
+ zfs_prop_get_type at Base 0.8.2
+ zfs_prop_index_to_string at Base 0.8.2
+ zfs_prop_inheritable at Base 0.8.2
+ zfs_prop_init at Base 0.8.2
+ zfs_prop_is_string at Base 0.8.2
+ zfs_prop_random_value at Base 0.8.2
+ zfs_prop_readonly at Base 0.8.2
+ zfs_prop_setonce at Base 0.8.2
+ zfs_prop_string_to_index at Base 0.8.2
+ zfs_prop_to_name at Base 0.8.2
+ zfs_prop_user at Base 0.8.2
+ zfs_prop_userquota at Base 0.8.2
+ zfs_prop_valid_for_type at Base 0.8.2
+ zfs_prop_valid_keylocation at Base 0.8.2
+ zfs_prop_values at Base 0.8.2
+ zfs_prop_visible at Base 0.8.2
+ zfs_prop_written at Base 0.8.2
+ zfs_racct_read at Base 2.0.4
+ zfs_racct_write at Base 2.0.4
+ zfs_rangelock_enter at Base 0.8.3
+ zfs_rangelock_exit at Base 0.8.3
+ zfs_rangelock_fini at Base 0.8.3
+ zfs_rangelock_init at Base 0.8.3
+ zfs_rangelock_reduce at Base 0.8.3
+ zfs_rangelock_tryenter at Base 2.0
+ zfs_ratelimit at Base 0.8.2
+ zfs_ratelimit_fini at Base 0.8.2
+ zfs_ratelimit_init at Base 0.8.2
+ zfs_reconstruct_indirect_combinations_max at Base 0.8.2
+ zfs_reconstruct_indirect_damage_fraction at Base 0.8.2
+ zfs_recover at Base 0.8.2
+ zfs_refcount_add at Base 2.0
+ zfs_refcount_add_few at Base 2.2.0
+ zfs_refcount_add_many at Base 2.0
+ zfs_refcount_count at Base 2.0
+ zfs_refcount_create at Base 2.0
+ zfs_refcount_create_tracked at Base 2.0
+ zfs_refcount_create_untracked at Base 2.0
+ zfs_refcount_destroy at Base 2.0
+ zfs_refcount_destroy_many at Base 2.0
+ zfs_refcount_fini at Base 2.0
+ zfs_refcount_held at Base 2.0
+ zfs_refcount_init at Base 2.0
+ zfs_refcount_is_zero at Base 2.0
+ zfs_refcount_not_held at Base 2.0
+ zfs_refcount_remove at Base 2.0
+ zfs_refcount_remove_few at Base 2.2.0
+ zfs_refcount_remove_many at Base 2.0
+ zfs_refcount_transfer at Base 2.0
+ zfs_refcount_transfer_ownership at Base 2.0
+ zfs_refcount_transfer_ownership_many at Base 2.0
+ zfs_removal_suspend_progress at Base 0.8.2
+ zfs_remove_max_segment at Base 0.8.2
+ zfs_resolve_shortname at Base 2.2.0
+ zfs_scan_suspend_progress at Base 0.8.2
+ zfs_secpolicy_destroy_perms at Base 0.8.2
+ zfs_secpolicy_rename_perms at Base 0.8.2
+ zfs_secpolicy_snapshot_perms at Base 0.8.2
+ zfs_setproctitle at Base 2.2.0
+ (arch=armel armhf arm64)zfs_sha256_block_armv7 at Base 2.2.0
+ (arch=armhf arm64)zfs_sha256_block_armv8 at Base 2.2.0
+ (arch=armhf arm64)zfs_sha256_block_neon at Base 2.2.0
+ zfs_setproctitle_init at Base 2.2.0
+ zfs_sha256_ops at Base 2.2.0
+ (arch=ppc64el)zfs_sha256_power8 at Base 2.2.1
+ (arch=ppc64el)zfs_sha256_ppc at Base 2.2.1
+ (arch=amd64)zfs_sha256_transform_avx2 at Base 2.2.0
+ (arch=amd64)zfs_sha256_transform_avx at Base 2.2.0
+ (arch=amd64)zfs_sha256_transform_shani at Base 2.2.0
+ (arch=amd64)zfs_sha256_transform_ssse3 at Base 2.2.0
+ (arch=amd64)zfs_sha256_transform_x64 at Base 2.2.0
+ (arch=armel armhf arm64)zfs_sha512_block_armv7 at Base 2.2.0
+ (arch=arm64)zfs_sha512_block_armv8 at Base 2.2.0
+ (arch=armhf)zfs_sha512_block_neon at Base 2.2.0
+ zfs_sha512_ops at Base 2.2.0
+ (arch=ppc64el)zfs_sha512_power8 at Base 2.2.1
+ (arch=ppc64el)zfs_sha512_ppc at Base 2.2.1
+ (arch=amd64)zfs_sha512_transform_avx2 at Base 2.2.0
+ (arch=amd64)zfs_sha512_transform_avx at Base 2.2.0
+ (arch=amd64)zfs_sha512_transform_x64 at Base 2.2.0
+ zfs_snapshot_history_enabled at Base 2.2.0
+ zfs_spa_version_map at Base 0.8.2
+ zfs_special_devs at Base 0.8.3
+ zfs_strcmp_pathname at Base 2.2.0
+ zfs_strip_partition at Base 2.2.0
+ zfs_strip_path at Base 2.2.0
+ zfs_strtonum at Base 0.8.2
+ zfs_sync_pass_deferred_free at Base 0.8.2
+ zfs_trim_metaslab_skip at Base 0.8.2
+ zfs_txg_timeout at Base 0.8.2
+ zfs_userquota_prop_prefixes at Base 0.8.2
+ zfs_vdev_async_read_max_active at Base 0.8.2
+ zfs_vdev_async_write_active_max_dirty_percent at Base 0.8.2
+ zfs_vdev_async_write_active_min_dirty_percent at Base 0.8.2
+ zfs_vdev_async_write_max_active at Base 0.8.2
+ zfs_vdev_def_queue_depth at Base 0.8.2
+ zfs_vdev_dtl_sm_blksz at Base 2.0
+ zfs_vdev_max_active at Base 0.8.2
+ zfs_vdev_max_auto_ashift at Base 2.0
+ zfs_vdev_min_auto_ashift at Base 2.0
+ zfs_vdev_queue_depth_pct at Base 0.8.2
+ zfs_vdev_standard_sm_blksz at Base 2.0
+ zfs_wrlog_data_max at Base 2.1.6
+ zfs_znode_byteswap at Base 0.8.2
+ zfs_zpl_version_map at Base 0.8.2
+ zfs_zstd_cache_reap_now at Base 2.0
+ zfs_zstd_compress at Base 2.0
+ zfs_zstd_compress_wrap at Base 2.2.0
+ zfs_zstd_decompress at Base 2.0
+ zfs_zstd_decompress_level at Base 2.0
+ zfsvfs_update_fromname at Base 2.0
+ zil_alloc at Base 0.8.2
+ zil_async_to_sync at Base 2.0
+ zil_bp_tree_add at Base 0.8.2
+ zil_check_log_chain at Base 0.8.2
+ zil_claim at Base 0.8.2
+ zil_clean at Base 0.8.2
+ zil_close at Base 0.8.2
+ zil_commit at Base 0.8.2
+ zil_commit_impl at Base 0.8.2
+ zil_destroy at Base 0.8.2
+ zil_destroy_sync at Base 0.8.2
+ zil_fini at Base 0.8.2
+ zil_free at Base 0.8.2
+ zil_init at Base 0.8.2
+ zil_itx_assign at Base 0.8.2
+ zil_itx_create at Base 0.8.2
+ zil_itx_destroy at Base 0.8.2
+ zil_kstat_values_update at Base 2.2.0
+ zil_lwb_add_block at Base 0.8.2
+ zil_lwb_add_txg at Base 0.8.2
+ zil_max_copied_data at Base 0.8.3
+ zil_max_log_data at Base 0.8.3
+ zil_open at Base 0.8.2
+ zil_parse at Base 0.8.2
+ zil_remove_async at Base 0.8.2
+ zil_replay at Base 0.8.2
+ zil_replay_disable at Base 0.8.2
+ zil_replaying at Base 0.8.2
+ zil_reset at Base 0.8.2
+ zil_resume at Base 0.8.2
+ zil_set_logbias at Base 0.8.2
+ zil_set_sync at Base 0.8.2
+ zil_sums_fini at Base 2.2.0
+ zil_sums_init at Base 2.2.0
+ zil_suspend at Base 0.8.2
+ zil_sync at Base 0.8.2
+ zio_add_child at Base 0.8.2
+ zio_add_child_first at Base 2.2.0
+ zio_alloc_zil at Base 0.8.2
+ zio_bookmark_compare at Base 0.8.2
+ zio_buf_alloc at Base 0.8.2
+ zio_buf_cache at Base 0.8.2
+ zio_buf_free at Base 0.8.2
+ zio_change_priority at Base 0.8.2
+ zio_checksum_compute at Base 0.8.2
+ zio_checksum_dedup_select at Base 0.8.2
+ zio_checksum_error at Base 0.8.2
+ zio_checksum_error_impl at Base 0.8.2
+ zio_checksum_select at Base 0.8.2
+ zio_checksum_table at Base 0.8.2
+ zio_checksum_templates_free at Base 0.8.2
+ zio_checksum_to_feature at Base 0.8.2
+ zio_checksum_verified at Base 0.8.2
+ zio_claim at Base 0.8.2
+ zio_clear_fault at Base 0.8.2
+ zio_complevel_select at Base 2.0
+ zio_compress_data at Base 0.8.2
+ zio_compress_select at Base 0.8.2
+ zio_compress_table at Base 0.8.2
+ zio_compress_to_feature at Base 2.0
+ zio_crypt_copy_dnode_bonus at Base 0.8.2
+ zio_crypt_decode_mac_bp at Base 0.8.2
+ zio_crypt_decode_mac_zil at Base 0.8.2
+ zio_crypt_decode_params_bp at Base 0.8.2
+ zio_crypt_do_hmac at Base 0.8.2
+ zio_crypt_do_indirect_mac_checksum at Base 0.8.2
+ zio_crypt_do_indirect_mac_checksum_abd at Base 0.8.2
+ zio_crypt_do_objset_hmacs at Base 0.8.2
+ zio_crypt_encode_mac_bp at Base 0.8.2
+ zio_crypt_encode_mac_zil at Base 0.8.2
+ zio_crypt_encode_params_bp at Base 0.8.2
+ zio_crypt_generate_iv at Base 0.8.2
+ zio_crypt_generate_iv_salt_dedup at Base 0.8.2
+ zio_crypt_key_destroy at Base 0.8.2
+ zio_crypt_key_get_salt at Base 0.8.2
+ zio_crypt_key_init at Base 0.8.2
+ zio_crypt_key_unwrap at Base 0.8.2
+ zio_crypt_key_wrap at Base 0.8.2
+ zio_crypt_table at Base 0.8.2
+ zio_data_buf_alloc at Base 0.8.2
+ zio_data_buf_cache at Base 0.8.2
+ zio_data_buf_free at Base 0.8.2
+ zio_deadman at Base 0.8.2
+ zio_decompress_data at Base 0.8.2
+ zio_decompress_data_buf at Base 0.8.2
+ zio_delay_interrupt at Base 0.8.2
+ zio_destroy at Base 2.2.0
+ zio_do_crypt_abd at Base 0.8.2
+ zio_do_crypt_data at Base 0.8.2
+ zio_dva_throttle_enabled at Base 0.8.2
+ zio_exclude_metadata at Base 0.8.3
+ zio_execute at Base 0.8.2
+ zio_fini at Base 0.8.2
+ zio_flush at Base 0.8.2
+ zio_free at Base 0.8.2
+ zio_free_sync at Base 0.8.2
+ zio_handle_decrypt_injection at Base 0.8.2
+ zio_handle_device_injection at Base 0.8.2
+ zio_handle_device_injections at Base 0.8.2
+ zio_handle_fault_injection at Base 0.8.2
+ zio_handle_ignored_writes at Base 0.8.2
+ zio_handle_io_delay at Base 0.8.2
+ zio_handle_label_injection at Base 0.8.2
+ zio_handle_panic_injection at Base 0.8.2
+ zio_init at Base 0.8.2
+ zio_inject_fault at Base 0.8.2
+ zio_inject_fini at Base 0.8.2
+ zio_inject_init at Base 0.8.2
+ zio_inject_list_next at Base 0.8.2
+ zio_injection_enabled at Base 0.8.2
+ zio_interrupt at Base 0.8.2
+ zio_ioctl at Base 0.8.2
+ zio_nowait at Base 0.8.2
+ zio_null at Base 0.8.2
+ zio_pop_transforms at Base 0.8.2
+ zio_push_transform at Base 0.8.2
+ zio_read at Base 0.8.2
+ zio_read_phys at Base 0.8.2
+ zio_resume at Base 0.8.2
+ zio_resume_wait at Base 0.8.2
+ zio_rewrite at Base 0.8.2
+ zio_root at Base 0.8.2
+ zio_shrink at Base 0.8.2
+ zio_suspend at Base 0.8.2
+ zio_trim at Base 0.8.2
+ zio_type_name at Base 0.8.2
+ zio_unique_parent at Base 0.8.2
+ zio_vdev_child_io at Base 0.8.2
+ zio_vdev_delegated_io at Base 0.8.2
+ zio_vdev_io_bypass at Base 0.8.2
+ zio_vdev_io_redone at Base 0.8.2
+ zio_vdev_io_reissue at Base 0.8.2
+ zio_vsd_default_cksum_report at Base 0.8.2
+ zio_wait at Base 0.8.2
+ zio_walk_children at Base 0.8.2
+ zio_walk_parents at Base 0.8.2
+ zio_worst_error at Base 0.8.2
+ zio_write at Base 0.8.2
+ zio_write_override at Base 0.8.2
+ zio_write_phys at Base 0.8.2
+ zk_thread_create at Base 0.8.2
+ zle_compress at Base 0.8.2
+ zle_decompress at Base 0.8.2
+ zone_get_hostid at Base 0.8.2
+ zpool_default_search_paths at Base 2.2.0
+ zpool_dump_ddt at Base 2.2.0
+ zpool_feature_init at Base 0.8.2
+ zpool_find_config at Base 2.2.0
+ zpool_get_load_policy at Base 0.8.2
+ zpool_history_unpack at Base 2.2.0
+ zpool_label_disk_wait at Base 2.2.0
+ zpool_name_to_prop at Base 0.8.2
+ zpool_prop_align_right at Base 0.8.2
+ zpool_prop_column_name at Base 0.8.2
+ zpool_prop_default_numeric at Base 0.8.2
+ zpool_prop_default_string at Base 0.8.2
+ zpool_prop_feature at Base 0.8.2
+ zpool_prop_get_table at Base 0.8.2
+ zpool_prop_get_type at Base 0.8.2
+ zpool_prop_index_to_string at Base 0.8.2
+ zpool_prop_init at Base 0.8.2
+ zpool_prop_random_value at Base 0.8.2
+ zpool_prop_readonly at Base 0.8.2
+ zpool_prop_setonce at Base 0.8.2
+ zpool_prop_string_to_index at Base 0.8.2
+ zpool_prop_to_name at Base 0.8.2
+ zpool_prop_unsupported at Base 0.8.2
+ zpool_prop_values at Base 0.8.2
+ zpool_prop_vdev at Base 2.2.0
+ zpool_read_label at Base 2.2.0
+ zpool_search_import at Base 2.2.0
+ zprop_index_to_string at Base 0.8.2
+ zprop_iter_common at Base 0.8.2
+ zprop_name_to_prop at Base 0.8.2
+ zprop_random_value at Base 0.8.2
+ zprop_register_hidden at Base 0.8.2
+ zprop_register_impl at Base 0.8.2
+ zprop_register_index at Base 0.8.2
+ zprop_register_number at Base 0.8.2
+ zprop_register_string at Base 0.8.2
+ zprop_string_to_index at Base 0.8.2
+ zprop_valid_char at Base 2.2.0
+ zprop_valid_for_type at Base 0.8.2
+ zprop_values at Base 0.8.2
+ zprop_width at Base 0.8.2
+ zrl_add_impl at Base 0.8.2
+ zrl_destroy at Base 0.8.2
+ zrl_exit at Base 0.8.2
+ zrl_init at Base 0.8.2
+ zrl_is_locked at Base 0.8.2
+ zrl_is_zero at Base 0.8.2
+ zrl_owner at Base 2.0
+ zrl_remove at Base 0.8.2
+ zrl_tryenter at Base 0.8.2
+ zstd_fini at Base 2.0
+ zstd_init at Base 2.0
+ zthr_cancel at Base 0.8.2
+ zthr_create at Base 0.8.2
+ zthr_create_timer at Base 0.8.2
+ zthr_destroy at Base 0.8.2
+ zthr_has_waiters at Base 2.0
+ zthr_iscancelled at Base 0.8.2
+ zthr_iscurthread at Base 2.1.4
+ zthr_resume at Base 0.8.2
+ zthr_wait_cycle_done at Base 2.0
+ zthr_wakeup at Base 0.8.2
+ zvol_create_minor at Base 2.0
+ zvol_create_minors_recursive at Base 2.0
+ zvol_remove_minors at Base 0.8.2
+ zvol_rename_minors at Base 0.8.2


More information about the Pkg-zfsonlinux-devel mailing list