Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c1612 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 Dzpool_main.c687 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 Dzfs_comutil.c83 if (nvlist_lookup_string(child[c], ZPOOL_CONFIG_ALLOCATION_BIAS, in zfs_special_devs()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dutil.c71 (void) nvlist_lookup_string(nv, ZPOOL_CONFIG_ALLOCATION_BIAS, in show_vdev_stats()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h733 #define ZPOOL_CONFIG_ALLOCATION_BIAS "alloc_bias" /* not stored on disk */ macro
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1182 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 Dvdev_label.c504 fnvlist_add_string(nv, ZPOOL_CONFIG_ALLOCATION_BIAS, in vdev_config_generate()
H A Dvdev.c711 if (nvlist_lookup_string(nv, ZPOOL_CONFIG_ALLOCATION_BIAS, in vdev_alloc()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c1238 ZPOOL_CONFIG_ALLOCATION_BIAS, class) == 0); in make_vdev_root()