Searched refs:ZPOOL_CONFIG_NPARITY (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zfs.h | 69 #define ZPOOL_CONFIG_NPARITY "nparity" macro
|
/titanic_44/usr/src/lib/libzpool/common/ |
H A D | util.c | 105 if (nvlist_lookup_uint64(cnv, ZPOOL_CONFIG_NPARITY, &np) == 0) in show_vdev_stats()
|
/titanic_44/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 601 ZPOOL_CONFIG_NPARITY, in get_replication() 1290 ZPOOL_CONFIG_NPARITY, in construct_spec()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 526 #define ZPOOL_CONFIG_NPARITY "nparity" macro
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | vdev_label.c | 259 fnvlist_add_uint64(nv, ZPOOL_CONFIG_NPARITY, vd->vdev_nparity); in vdev_config_generate()
|
H A D | vdev.c | 432 if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_NPARITY, in vdev_alloc()
|
/titanic_44/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_pool.c | 711 result = nvlist_lookup_uint64(vdev, ZPOOL_CONFIG_NPARITY, in create_RAIDVirtualDeviceBean()
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 3369 verify(nvlist_lookup_uint64(nv, ZPOOL_CONFIG_NPARITY, in zpool_vdev_name()
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 879 VERIFY(nvlist_add_uint64(raidz, ZPOOL_CONFIG_NPARITY, in make_vdev_raidz()
|