Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c1658 ZPOOL_CONFIG_ALLOCATION_BIAS, in construct_spec()
1663 ZPOOL_CONFIG_ALLOCATION_BIAS, in construct_spec()
1668 ZPOOL_CONFIG_ALLOCATION_BIAS, in construct_spec()
1706 ZPOOL_CONFIG_ALLOCATION_BIAS, in construct_spec()
1713 ZPOOL_CONFIG_ALLOCATION_BIAS, in construct_spec()
1718 ZPOOL_CONFIG_ALLOCATION_BIAS, in construct_spec()
1836 if (nvlist_exists(top[t], ZPOOL_CONFIG_ALLOCATION_BIAS)) in num_normal_vdevs()
H A Dzpool_main.c935 ZPOOL_CONFIG_ALLOCATION_BIAS, &class); in print_vdev_tree()
1218 ZPOOL_CONFIG_ALLOCATION_BIAS, &bias); in fill_vdev_info()
1238 ZPOOL_CONFIG_ALLOCATION_BIAS, in fill_vdev_info()
3181 if (nvlist_exists(child[c], ZPOOL_CONFIG_ALLOCATION_BIAS)) in print_status_config()
3282 if (nvlist_exists(child[c], ZPOOL_CONFIG_ALLOCATION_BIAS)) in print_import_config()
3349 ZPOOL_CONFIG_ALLOCATION_BIAS, &bias); in print_class_vdevs()
5681 if (nvlist_exists(newchild[c], ZPOOL_CONFIG_ALLOCATION_BIAS)) in print_vdev_stats()
5708 ZPOOL_CONFIG_ALLOCATION_BIAS, &bias); in print_vdev_stats()
7128 if (nvlist_exists(child[c], ZPOOL_CONFIG_ALLOCATION_BIAS)) in collect_list_stats()
7164 ZPOOL_CONFIG_ALLOCATION_BIAS, &bias); in collect_list_stats()
[all …]
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_comutil.c84 if (nvlist_lookup_string(child[c], ZPOOL_CONFIG_ALLOCATION_BIAS, in zfs_special_devs()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dutil.c73 (void) nvlist_lookup_string(nv, ZPOOL_CONFIG_ALLOCATION_BIAS, in show_vdev_stats()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h864 #define ZPOOL_CONFIG_ALLOCATION_BIAS "alloc_bias" /* not stored on disk */ macro
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1438 ZPOOL_CONFIG_ALLOCATION_BIAS, &bias) == 0 && in zpool_has_special_vdev()
3963 ZPOOL_CONFIG_ALLOCATION_BIAS, &bias) == 0) { in zpool_vdev_split()
3990 ZPOOL_CONFIG_ALLOCATION_BIAS, in zpool_vdev_split()
3995 ZPOOL_CONFIG_ALLOCATION_BIAS, in zpool_vdev_split()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_label.c547 fnvlist_add_string(nv, ZPOOL_CONFIG_ALLOCATION_BIAS, in vdev_config_generate()
H A Dvdev.c825 if (nvlist_lookup_string(nv, ZPOOL_CONFIG_ALLOCATION_BIAS, in vdev_alloc()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c1439 ZPOOL_CONFIG_ALLOCATION_BIAS, class); in make_vdev_root()