Searched refs:ZPOOL_CONFIG_ALLOCATION_BIAS (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 1612 ZPOOL_CONFIG_ALLOCATION_BIAS, in construct_spec() 1617 ZPOOL_CONFIG_ALLOCATION_BIAS, in construct_spec() 1622 ZPOOL_CONFIG_ALLOCATION_BIAS, in construct_spec() 1660 ZPOOL_CONFIG_ALLOCATION_BIAS, in construct_spec() 1667 ZPOOL_CONFIG_ALLOCATION_BIAS, in construct_spec() 1672 ZPOOL_CONFIG_ALLOCATION_BIAS, in construct_spec() 1790 if (nvlist_exists(top[t], ZPOOL_CONFIG_ALLOCATION_BIAS)) in num_normal_vdevs()
|
| H A D | zpool_main.c | 687 ZPOOL_CONFIG_ALLOCATION_BIAS, &class); in print_vdev_tree() 2397 if (nvlist_exists(child[c], ZPOOL_CONFIG_ALLOCATION_BIAS)) in print_status_config() 2493 if (nvlist_exists(child[c], ZPOOL_CONFIG_ALLOCATION_BIAS)) in print_import_config() 2560 ZPOOL_CONFIG_ALLOCATION_BIAS, &bias); in print_class_vdevs() 4645 if (nvlist_exists(newchild[c], ZPOOL_CONFIG_ALLOCATION_BIAS)) in print_vdev_stats() 4672 ZPOOL_CONFIG_ALLOCATION_BIAS, &bias); in print_vdev_stats() 6001 if (nvlist_exists(child[c], ZPOOL_CONFIG_ALLOCATION_BIAS)) in print_list_stats() 6023 ZPOOL_CONFIG_ALLOCATION_BIAS, &bias); in print_list_stats()
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_comutil.c | 83 if (nvlist_lookup_string(child[c], ZPOOL_CONFIG_ALLOCATION_BIAS, in zfs_special_devs()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | util.c | 71 (void) nvlist_lookup_string(nv, ZPOOL_CONFIG_ALLOCATION_BIAS, in show_vdev_stats()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 733 #define ZPOOL_CONFIG_ALLOCATION_BIAS "alloc_bias" /* not stored on disk */ macro
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 1182 ZPOOL_CONFIG_ALLOCATION_BIAS, &bias) == 0 && in zpool_has_special_vdev() 3540 ZPOOL_CONFIG_ALLOCATION_BIAS, &bias) == 0) { in zpool_vdev_split() 3567 ZPOOL_CONFIG_ALLOCATION_BIAS, in zpool_vdev_split() 3572 ZPOOL_CONFIG_ALLOCATION_BIAS, in zpool_vdev_split()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_label.c | 504 fnvlist_add_string(nv, ZPOOL_CONFIG_ALLOCATION_BIAS, in vdev_config_generate()
|
| H A D | vdev.c | 711 if (nvlist_lookup_string(nv, ZPOOL_CONFIG_ALLOCATION_BIAS, in vdev_alloc()
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 1238 ZPOOL_CONFIG_ALLOCATION_BIAS, class) == 0); in make_vdev_root()
|