Home
last modified time | relevance | path

Searched refs:ZPOOL_CONFIG_NPARITY (Results 1 – 9 of 9) sorted by relevance

/NextBSD/cddl/contrib/opensolaris/lib/libzpool/common/
HDutil.c130 if (nvlist_lookup_uint64(cnv, ZPOOL_CONFIG_NPARITY, &np) == 0) in show_vdev_stats()
/NextBSD/cddl/contrib/opensolaris/cmd/zpool/
HDzpool_vdev.c640 ZPOOL_CONFIG_NPARITY, in get_replication()
1337 ZPOOL_CONFIG_NPARITY, in construct_spec()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
HDzfs.h531 #define ZPOOL_CONFIG_NPARITY "nparity" macro
/NextBSD/sys/cddl/boot/zfs/
HDzfsimpl.h719 #define ZPOOL_CONFIG_NPARITY "nparity" macro
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDvdev_label.c264 fnvlist_add_uint64(nv, ZPOOL_CONFIG_NPARITY, vd->vdev_nparity); in vdev_config_generate()
HDvdev.c526 if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_NPARITY, in vdev_alloc()
/NextBSD/sys/boot/zfs/
HDzfsimpl.c576 if (nvlist_find(nvlist, ZPOOL_CONFIG_NPARITY, in vdev_init_from_nvlist()
/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_pool.c3456 verify(nvlist_lookup_uint64(nv, ZPOOL_CONFIG_NPARITY,
/NextBSD/cddl/contrib/opensolaris/cmd/ztest/
HDztest.c878 VERIFY(nvlist_add_uint64(raidz, ZPOOL_CONFIG_NPARITY, in make_vdev_raidz()