Home
last modified time | relevance | path

Searched refs:ZPOOL_CONFIG_ALLOCATION_BIAS (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c479 verify(nvlist_add_string(vdev, ZPOOL_CONFIG_ALLOCATION_BIAS, in make_leaf_vdev()
1446 ZPOOL_CONFIG_ALLOCATION_BIAS, in construct_spec()
1450 ZPOOL_CONFIG_ALLOCATION_BIAS, in construct_spec()
1455 ZPOOL_CONFIG_ALLOCATION_BIAS, in construct_spec()
1483 ZPOOL_CONFIG_ALLOCATION_BIAS, in construct_spec()
1488 ZPOOL_CONFIG_ALLOCATION_BIAS, in construct_spec()
1613 if (nvlist_exists(top[t], ZPOOL_CONFIG_ALLOCATION_BIAS)) in num_normal_vdevs()
H A Dzpool_main.c547 ZPOOL_CONFIG_ALLOCATION_BIAS, &class); in print_vdev_tree()
2021 if (nvlist_exists(child[c], ZPOOL_CONFIG_ALLOCATION_BIAS)) in print_status_config()
2111 if (nvlist_exists(child[c], ZPOOL_CONFIG_ALLOCATION_BIAS)) in print_import_config()
2178 ZPOOL_CONFIG_ALLOCATION_BIAS, &bias); in print_class_vdevs()
4114 if (nvlist_exists(newchild[c], ZPOOL_CONFIG_ALLOCATION_BIAS)) in print_vdev_stats()
4141 ZPOOL_CONFIG_ALLOCATION_BIAS, &bias); in print_vdev_stats()
5301 if (nvlist_exists(child[c], ZPOOL_CONFIG_ALLOCATION_BIAS)) in print_list_stats()
5323 ZPOOL_CONFIG_ALLOCATION_BIAS, &bias); in print_list_stats()
/illumos-gate/usr/src/lib/libzpool/common/
H A Dutil.c74 (void) nvlist_lookup_string(nv, ZPOOL_CONFIG_ALLOCATION_BIAS, in show_vdev_stats()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h717 #define ZPOOL_CONFIG_ALLOCATION_BIAS "alloc_bias" /* not stored on disk */ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c505 fnvlist_add_string(nv, ZPOOL_CONFIG_ALLOCATION_BIAS, in vdev_config_generate()
H A Dvdev.c656 if (nvlist_lookup_string(nv, ZPOOL_CONFIG_ALLOCATION_BIAS, in vdev_alloc()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1174 ZPOOL_CONFIG_ALLOCATION_BIAS, &bias) == 0 && in zpool_has_special_vdev()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1049 ZPOOL_CONFIG_ALLOCATION_BIAS, class) == 0); in make_vdev_root()