Home
last modified time | relevance | path

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 Dzfs.h69 #define ZPOOL_CONFIG_NPARITY "nparity" macro
/titanic_44/usr/src/lib/libzpool/common/
H A Dutil.c105 if (nvlist_lookup_uint64(cnv, ZPOOL_CONFIG_NPARITY, &np) == 0) in show_vdev_stats()
/titanic_44/usr/src/cmd/zpool/
H A Dzpool_vdev.c601 ZPOOL_CONFIG_NPARITY, in get_replication()
1290 ZPOOL_CONFIG_NPARITY, in construct_spec()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dzfs.h526 #define ZPOOL_CONFIG_NPARITY "nparity" macro
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c259 fnvlist_add_uint64(nv, ZPOOL_CONFIG_NPARITY, vd->vdev_nparity); in vdev_config_generate()
H A Dvdev.c432 if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_NPARITY, in vdev_alloc()
/titanic_44/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c711 result = nvlist_lookup_uint64(vdev, ZPOOL_CONFIG_NPARITY, in create_RAIDVirtualDeviceBean()
/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c3369 verify(nvlist_lookup_uint64(nv, ZPOOL_CONFIG_NPARITY, in zpool_vdev_name()
/titanic_44/usr/src/cmd/ztest/
H A Dztest.c879 VERIFY(nvlist_add_uint64(raidz, ZPOOL_CONFIG_NPARITY, in make_vdev_raidz()