Home
last modified time | relevance | path

Searched refs:VDEV_ALLOC_BIAS_LOG (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c480 VDEV_ALLOC_BIAS_LOG) == 0); in make_leaf_vdev()
1447 VDEV_ALLOC_BIAS_LOG) == 0); in construct_spec()
H A Dzpool_main.c545 class = VDEV_ALLOC_BIAS_LOG; in print_vdev_tree()
815 print_vdev_tree(zhp, "logs", poolnvroot, 0, VDEV_ALLOC_BIAS_LOG, in zpool_do_add()
817 print_vdev_tree(zhp, NULL, nvroot, 0, VDEV_ALLOC_BIAS_LOG, in zpool_do_add()
1413 VDEV_ALLOC_BIAS_LOG, 0); in zpool_do_create()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h770 #define VDEV_ALLOC_BIAS_LOG "log" macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c493 bias = VDEV_ALLOC_BIAS_LOG; in vdev_config_generate()
H A Dvdev.c213 if (strcmp(bias, VDEV_ALLOC_BIAS_LOG) == 0) in vdev_derive_alloc_bias()
2719 (alloc_bias == VDEV_BIAS_LOG) ? VDEV_ALLOC_BIAS_LOG : in vdev_zap_allocation_data()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c963 bias_str = VDEV_ALLOC_BIAS_LOG; in print_vdev_metaslab_header()