mirror_zfs/module/os/freebsd/spl
Allan Jude 4547fc4e07
Connect dataset_kstats for FreeBSD
Expand the FreeBSD spl for kstats to support all current types

Move the dataset_kstats_t back to zvol_state_t from zfs_state_os_t
now that it is common once again

```
kstat.zfs/mypool.dataset.objset-0x10b.nunlinked: 0
kstat.zfs/mypool.dataset.objset-0x10b.nunlinks: 0
kstat.zfs/mypool.dataset.objset-0x10b.nread: 150528
kstat.zfs/mypool.dataset.objset-0x10b.reads: 48
kstat.zfs/mypool.dataset.objset-0x10b.nwritten: 134217728
kstat.zfs/mypool.dataset.objset-0x10b.writes: 1024
kstat.zfs/mypool.dataset.objset-0x10b.dataset_name: mypool/datasetname
```

Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Reviewed by: Sean Eric Fagan <sef@ixsystems.com>
Reviewed-by: Serapheim Dimitropoulos <serapheim@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Allan Jude <allan@klarasystems.com>
Closes #10386
2020-06-05 17:17:02 -07:00
..
acl_common.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
callb.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
list.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
sha224.h Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
sha256.h Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
sha256c.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
sha384.h Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
sha512.h Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
sha512c.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
sha512t.h Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
spl_acl.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
spl_atomic.c Update FreeBSD SPL atomics 2020-05-04 15:07:04 -07:00
spl_cmn_err.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
spl_dtrace.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
spl_kmem.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
spl_kstat.c Connect dataset_kstats for FreeBSD 2020-06-05 17:17:02 -07:00
spl_misc.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
spl_policy.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
spl_procfs_list.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
spl_string.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
spl_sunddi.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
spl_sysevent.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
spl_taskq.c taskq: Don't leak system_delay_taskq on FreeBSD 2020-05-05 09:36:41 -07:00
spl_uio.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
spl_vfs.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
spl_vm.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
spl_zlib.c Fix zlib leak on FreeBSD 2020-04-28 09:14:30 -07:00
spl_zone.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00